@Generated public interface AppsService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
DeploymentStatus |
create(DeployAppRequest deployAppRequest)
Create and deploy an application.
|
void |
delete(DeleteAppRequest deleteAppRequest)
Delete an application.
|
void |
get(GetAppRequest getAppRequest)
Get definition for an application.
|
DeploymentStatus create(DeployAppRequest deployAppRequest)
Creates and deploys an application.
void delete(DeleteAppRequest deleteAppRequest)
Delete an application definition
void get(GetAppRequest getAppRequest)
Get an application definition
Copyright © 2023. All rights reserved.