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