Uses of Class
software.amazon.awssdk.services.outposts.model.CapacityTaskFailureType
-
Packages that use CapacityTaskFailureType Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of CapacityTaskFailureType in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return CapacityTaskFailureType Modifier and Type Method Description static CapacityTaskFailureTypeCapacityTaskFailureType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CapacityTaskFailureTypeCapacityTaskFailure. type()The type of failure.static CapacityTaskFailureTypeCapacityTaskFailureType. valueOf(String name)Returns the enum constant of this type with the specified name.static CapacityTaskFailureType[]CapacityTaskFailureType. 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 CapacityTaskFailureType Modifier and Type Method Description static Set<CapacityTaskFailureType>CapacityTaskFailureType. knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type CapacityTaskFailureType Modifier and Type Method Description CapacityTaskFailure.BuilderCapacityTaskFailure.Builder. type(CapacityTaskFailureType type)The type of failure.
-