Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceMetadataDefaultsResponse |
InstanceMetadataDefaultsResponse.clone() |
InstanceMetadataDefaultsResponse |
GetInstanceMetadataDefaultsResult.getAccountLevel()
The account-level default IMDS settings.
|
InstanceMetadataDefaultsResponse |
InstanceMetadataDefaultsResponse.withHttpEndpoint(InstanceMetadataEndpointState httpEndpoint)
Indicates whether the IMDS endpoint for an instance is enabled or disabled.
|
InstanceMetadataDefaultsResponse |
InstanceMetadataDefaultsResponse.withHttpEndpoint(String httpEndpoint)
Indicates whether the IMDS endpoint for an instance is enabled or disabled.
|
InstanceMetadataDefaultsResponse |
InstanceMetadataDefaultsResponse.withHttpPutResponseHopLimit(Integer httpPutResponseHopLimit)
The maximum number of hops that the metadata token can travel.
|
InstanceMetadataDefaultsResponse |
InstanceMetadataDefaultsResponse.withHttpTokens(HttpTokensState httpTokens)
Indicates whether IMDSv2 is required.
|
InstanceMetadataDefaultsResponse |
InstanceMetadataDefaultsResponse.withHttpTokens(String httpTokens)
Indicates whether IMDSv2 is required.
|
InstanceMetadataDefaultsResponse |
InstanceMetadataDefaultsResponse.withInstanceMetadataTags(InstanceMetadataTagsState instanceMetadataTags)
Indicates whether access to instance tags from the instance metadata is enabled or disabled.
|
InstanceMetadataDefaultsResponse |
InstanceMetadataDefaultsResponse.withInstanceMetadataTags(String instanceMetadataTags)
Indicates whether access to instance tags from the instance metadata is enabled or disabled.
|
Modifier and Type | Method and Description |
---|---|
void |
GetInstanceMetadataDefaultsResult.setAccountLevel(InstanceMetadataDefaultsResponse accountLevel)
The account-level default IMDS settings.
|
GetInstanceMetadataDefaultsResult |
GetInstanceMetadataDefaultsResult.withAccountLevel(InstanceMetadataDefaultsResponse accountLevel)
The account-level default IMDS settings.
|
Copyright © 2024. All rights reserved.