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