Uses of Class
software.amazon.awssdk.services.datazone.model.Deployment
-
Packages that use Deployment Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of Deployment in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return Deployment Modifier and Type Method Description DeploymentCreateEnvironmentResponse. lastDeployment()The details of the last deployment of this Amazon DataZone environment.DeploymentGetEnvironmentResponse. lastDeployment()The details of the last deployment of the environment.DeploymentUpdateEnvironmentResponse. lastDeployment()The last deployment of the environment.Methods in software.amazon.awssdk.services.datazone.model with parameters of type Deployment Modifier and Type Method Description CreateEnvironmentResponse.BuilderCreateEnvironmentResponse.Builder. lastDeployment(Deployment lastDeployment)The details of the last deployment of this Amazon DataZone environment.GetEnvironmentResponse.BuilderGetEnvironmentResponse.Builder. lastDeployment(Deployment lastDeployment)The details of the last deployment of the environment.UpdateEnvironmentResponse.BuilderUpdateEnvironmentResponse.Builder. lastDeployment(Deployment lastDeployment)The last deployment of the environment.
-