Uses of Enum
software.amazon.awssdk.services.outposts.model.SupportedHardwareType
Packages that use SupportedHardwareType
-
Uses of SupportedHardwareType in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return SupportedHardwareTypeModifier and TypeMethodDescriptionstatic SupportedHardwareTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SupportedHardwareTypeCreateOutpostRequest.supportedHardwareType()The type of hardware for this Outpost.final SupportedHardwareTypeOutpost.supportedHardwareType()The hardware type.final SupportedHardwareTypeUpdateOutpostRequest.supportedHardwareType()The type of hardware for this Outpost.static SupportedHardwareTypeReturns 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 SupportedHardwareTypeModifier and TypeMethodDescriptionstatic Set<SupportedHardwareType>SupportedHardwareType.knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type SupportedHardwareTypeModifier and TypeMethodDescriptionCreateOutpostRequest.Builder.supportedHardwareType(SupportedHardwareType supportedHardwareType) The type of hardware for this Outpost.Outpost.Builder.supportedHardwareType(SupportedHardwareType supportedHardwareType) The hardware type.UpdateOutpostRequest.Builder.supportedHardwareType(SupportedHardwareType supportedHardwareType) The type of hardware for this Outpost.