Uses of Enum
software.amazon.awssdk.services.ec2.model.HttpTokensState
Packages that use HttpTokensState
-
Uses of HttpTokensState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return HttpTokensStateModifier and TypeMethodDescriptionstatic HttpTokensStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final HttpTokensStateInstanceMetadataDefaultsResponse.httpTokens()Indicates whether IMDSv2 is required.final HttpTokensStateInstanceMetadataOptionsRequest.httpTokens()Indicates whether IMDSv2 is required.final HttpTokensStateInstanceMetadataOptionsResponse.httpTokens()Indicates whether IMDSv2 is required.final HttpTokensStateModifyInstanceMetadataOptionsRequest.httpTokens()Indicates whether IMDSv2 is required.static HttpTokensStateReturns the enum constant of this type with the specified name.static HttpTokensState[]HttpTokensState.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 HttpTokensStateMethods in software.amazon.awssdk.services.ec2.model with parameters of type HttpTokensStateModifier and TypeMethodDescriptionInstanceMetadataDefaultsResponse.Builder.httpTokens(HttpTokensState httpTokens) Indicates whether IMDSv2 is required.InstanceMetadataOptionsRequest.Builder.httpTokens(HttpTokensState httpTokens) Indicates whether IMDSv2 is required.InstanceMetadataOptionsResponse.Builder.httpTokens(HttpTokensState httpTokens) Indicates whether IMDSv2 is required.ModifyInstanceMetadataOptionsRequest.Builder.httpTokens(HttpTokensState httpTokens) Indicates whether IMDSv2 is required.