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 DeploymentDeployment.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.BuilderPlan.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.BuilderPlan.Builder. deployments(java.util.List<Deployment> deployments)Set the deployments.
-