Uses of Enum
software.amazon.awssdk.services.ec2.model.DefaultHttpTokensEnforcedState
Packages that use DefaultHttpTokensEnforcedState
-
Uses of DefaultHttpTokensEnforcedState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DefaultHttpTokensEnforcedStateModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.ModifyInstanceMetadataDefaultsRequest.httpTokensEnforced()Specifies whether to enforce the requirement of IMDSv2 on an instance at the time of launch.Returns the enum constant of this type with the specified name.static DefaultHttpTokensEnforcedState[]DefaultHttpTokensEnforcedState.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 DefaultHttpTokensEnforcedStateModifier and TypeMethodDescriptionstatic Set<DefaultHttpTokensEnforcedState>DefaultHttpTokensEnforcedState.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type DefaultHttpTokensEnforcedStateModifier and TypeMethodDescriptionModifyInstanceMetadataDefaultsRequest.Builder.httpTokensEnforced(DefaultHttpTokensEnforcedState httpTokensEnforced) Specifies whether to enforce the requirement of IMDSv2 on an instance at the time of launch.