Uses of Class
software.amazon.awssdk.services.outposts.model.SupportedHardwareType
-
Packages that use SupportedHardwareType Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of SupportedHardwareType in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return SupportedHardwareType Modifier and Type Method Description static SupportedHardwareTypeSupportedHardwareType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SupportedHardwareTypeCreateOutpostRequest. supportedHardwareType()The type of hardware for this Outpost.SupportedHardwareTypeOutpost. supportedHardwareType()The hardware type.SupportedHardwareTypeUpdateOutpostRequest. supportedHardwareType()The type of hardware for this Outpost.static SupportedHardwareTypeSupportedHardwareType. valueOf(String name)Returns the enum constant of this type with the specified name.static SupportedHardwareType[]SupportedHardwareType. 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 SupportedHardwareType Modifier and Type Method Description static Set<SupportedHardwareType>SupportedHardwareType. knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type SupportedHardwareType Modifier and Type Method Description CreateOutpostRequest.BuilderCreateOutpostRequest.Builder. supportedHardwareType(SupportedHardwareType supportedHardwareType)The type of hardware for this Outpost.Outpost.BuilderOutpost.Builder. supportedHardwareType(SupportedHardwareType supportedHardwareType)The hardware type.UpdateOutpostRequest.BuilderUpdateOutpostRequest.Builder. supportedHardwareType(SupportedHardwareType supportedHardwareType)The type of hardware for this Outpost.
-