Uses of Class
software.amazon.awssdk.services.ecs.model.StopServiceDeploymentStopType
-
Packages that use StopServiceDeploymentStopType Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of StopServiceDeploymentStopType in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return StopServiceDeploymentStopType Modifier and Type Method Description static StopServiceDeploymentStopTypeStopServiceDeploymentStopType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StopServiceDeploymentStopTypeStopServiceDeploymentRequest. stopType()How you want Amazon ECS to stop the service.static StopServiceDeploymentStopTypeStopServiceDeploymentStopType. valueOf(String name)Returns the enum constant of this type with the specified name.static StopServiceDeploymentStopType[]StopServiceDeploymentStopType. 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 StopServiceDeploymentStopType Modifier and Type Method Description static Set<StopServiceDeploymentStopType>StopServiceDeploymentStopType. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type StopServiceDeploymentStopType Modifier and Type Method Description StopServiceDeploymentRequest.BuilderStopServiceDeploymentRequest.Builder. stopType(StopServiceDeploymentStopType stopType)How you want Amazon ECS to stop the service.
-