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