Uses of Class
software.amazon.awssdk.services.proton.model.ComponentDeploymentUpdateType
-
Packages that use ComponentDeploymentUpdateType Package Description software.amazon.awssdk.services.proton.model -
-
Uses of ComponentDeploymentUpdateType in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return ComponentDeploymentUpdateType Modifier and Type Method Description ComponentDeploymentUpdateTypeUpdateComponentRequest. deploymentType()The deployment type.static ComponentDeploymentUpdateTypeComponentDeploymentUpdateType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ComponentDeploymentUpdateTypeComponentDeploymentUpdateType. valueOf(String name)Returns the enum constant of this type with the specified name.static ComponentDeploymentUpdateType[]ComponentDeploymentUpdateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type ComponentDeploymentUpdateType Modifier and Type Method Description static Set<ComponentDeploymentUpdateType>ComponentDeploymentUpdateType. knownValues()Methods in software.amazon.awssdk.services.proton.model with parameters of type ComponentDeploymentUpdateType Modifier and Type Method Description UpdateComponentRequest.BuilderUpdateComponentRequest.Builder. deploymentType(ComponentDeploymentUpdateType deploymentType)The deployment type.
-