Uses of Enum
software.amazon.awssdk.services.ec2.model.NitroTpmSupport
Packages that use NitroTpmSupport
-
Uses of NitroTpmSupport in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NitroTpmSupportModifier and TypeMethodDescriptionstatic NitroTpmSupportUse this in place of valueOf to convert the raw string returned by the service into the enum value.final NitroTpmSupportInstanceTypeInfo.nitroTpmSupport()Indicates whether NitroTPM is supported.static NitroTpmSupportReturns the enum constant of this type with the specified name.static NitroTpmSupport[]NitroTpmSupport.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NitroTpmSupportMethods in software.amazon.awssdk.services.ec2.model with parameters of type NitroTpmSupportModifier and TypeMethodDescriptionInstanceTypeInfo.Builder.nitroTpmSupport(NitroTpmSupport nitroTpmSupport) Indicates whether NitroTPM is supported.