Uses of Class
software.amazon.awssdk.services.proton.model.ServiceInstanceState
-
Packages that use ServiceInstanceState Package Description software.amazon.awssdk.services.proton.model -
-
Uses of ServiceInstanceState in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return ServiceInstanceState Modifier and Type Method Description ServiceInstanceStateDeploymentState. serviceInstance()The state of the service instance associated with the deployment.Methods in software.amazon.awssdk.services.proton.model with parameters of type ServiceInstanceState Modifier and Type Method Description static DeploymentStateDeploymentState. fromServiceInstance(ServiceInstanceState serviceInstance)Create an instance of this class withDeploymentState.serviceInstance()initialized to the given value.DeploymentState.BuilderDeploymentState.Builder. serviceInstance(ServiceInstanceState serviceInstance)The state of the service instance associated with the deployment.
-