Uses of Class
com.ibm.cloud.platform_services.catalog_management.v1.model.Deployment
-
Packages that use Deployment Package Description com.ibm.cloud.platform_services.catalog_management.v1.model -
-
Uses of Deployment in com.ibm.cloud.platform_services.catalog_management.v1.model
Methods in com.ibm.cloud.platform_services.catalog_management.v1.model that return Deployment Modifier and Type Method Description Deployment
Deployment.Builder. build()
Builds a Deployment.Methods in com.ibm.cloud.platform_services.catalog_management.v1.model that return types with arguments of type Deployment Modifier and Type Method Description java.util.List<Deployment>
Plan. deployments()
Gets the deployments.Methods in com.ibm.cloud.platform_services.catalog_management.v1.model with parameters of type Deployment Modifier and Type Method Description Plan.Builder
Plan.Builder. addDeployments(Deployment deployments)
Adds an deployments to deployments.Method parameters in com.ibm.cloud.platform_services.catalog_management.v1.model with type arguments of type Deployment Modifier and Type Method Description Plan.Builder
Plan.Builder. deployments(java.util.List<Deployment> deployments)
Set the deployments.
-