Uses of Class
software.amazon.awssdk.services.ecs.model.ServiceDeploymentStatus
-
Packages that use ServiceDeploymentStatus Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ServiceDeploymentStatus in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ServiceDeploymentStatus Modifier and Type Method Description static ServiceDeploymentStatusServiceDeploymentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServiceDeploymentStatusServiceDeployment. status()The service deployment state.ServiceDeploymentStatusServiceDeploymentBrief. status()The status of the service deploymentstatic ServiceDeploymentStatusServiceDeploymentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceDeploymentStatus[]ServiceDeploymentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ServiceDeploymentStatus Modifier and Type Method Description static Set<ServiceDeploymentStatus>ServiceDeploymentStatus. knownValues()List<ServiceDeploymentStatus>ListServiceDeploymentsRequest. status()An optional filter you can use to narrow the results.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ServiceDeploymentStatus Modifier and Type Method Description ListServiceDeploymentsRequest.BuilderListServiceDeploymentsRequest.Builder. status(ServiceDeploymentStatus... status)An optional filter you can use to narrow the results.ServiceDeployment.BuilderServiceDeployment.Builder. status(ServiceDeploymentStatus status)The service deployment state.ServiceDeploymentBrief.BuilderServiceDeploymentBrief.Builder. status(ServiceDeploymentStatus status)The status of the service deploymentMethod parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ServiceDeploymentStatus Modifier and Type Method Description ListServiceDeploymentsRequest.BuilderListServiceDeploymentsRequest.Builder. status(Collection<ServiceDeploymentStatus> status)An optional filter you can use to narrow the results.
-