Uses of Class
software.amazon.awssdk.services.ec2.model.HttpTokensEnforcedState
-
Packages that use HttpTokensEnforcedState Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of HttpTokensEnforcedState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return HttpTokensEnforcedState Modifier and Type Method Description static HttpTokensEnforcedStateHttpTokensEnforcedState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HttpTokensEnforcedStateInstanceMetadataDefaultsResponse. httpTokensEnforced()Indicates whether to enforce the requirement of IMDSv2 on an instance at the time of launch.static HttpTokensEnforcedStateHttpTokensEnforcedState. valueOf(String name)Returns 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 HttpTokensEnforcedState Modifier and Type Method Description static Set<HttpTokensEnforcedState>HttpTokensEnforcedState. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type HttpTokensEnforcedState Modifier and Type Method Description InstanceMetadataDefaultsResponse.BuilderInstanceMetadataDefaultsResponse.Builder. httpTokensEnforced(HttpTokensEnforcedState httpTokensEnforced)Indicates whether to enforce the requirement of IMDSv2 on an instance at the time of launch.
-