Uses of Class
software.amazon.awssdk.services.codedeploy.model.DeploymentInfo
-
Packages that use DeploymentInfo Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of DeploymentInfo in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return DeploymentInfo Modifier and Type Method Description DeploymentInfoGetDeploymentResponse. deploymentInfo()Information about the deployment.Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type DeploymentInfo Modifier and Type Method Description List<DeploymentInfo>BatchGetDeploymentsResponse. deploymentsInfo()Information about the deployments.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type DeploymentInfo Modifier and Type Method Description GetDeploymentResponse.BuilderGetDeploymentResponse.Builder. deploymentInfo(DeploymentInfo deploymentInfo)Information about the deployment.BatchGetDeploymentsResponse.BuilderBatchGetDeploymentsResponse.Builder. deploymentsInfo(DeploymentInfo... deploymentsInfo)Information about the deployments.Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type DeploymentInfo Modifier and Type Method Description BatchGetDeploymentsResponse.BuilderBatchGetDeploymentsResponse.Builder. deploymentsInfo(Collection<DeploymentInfo> deploymentsInfo)Information about the deployments.
-