Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LaunchTemplateInstanceMetadataOptions |
LaunchTemplateInstanceMetadataOptions.clone() |
LaunchTemplateInstanceMetadataOptions |
ResponseLaunchTemplateData.getMetadataOptions()
The metadata options for the instance.
|
LaunchTemplateInstanceMetadataOptions |
LaunchTemplateInstanceMetadataOptions.withHttpEndpoint(LaunchTemplateInstanceMetadataEndpointState httpEndpoint)
Enables or disables the HTTP metadata endpoint on your instances.
|
LaunchTemplateInstanceMetadataOptions |
LaunchTemplateInstanceMetadataOptions.withHttpEndpoint(String httpEndpoint)
Enables or disables the HTTP metadata endpoint on your instances.
|
LaunchTemplateInstanceMetadataOptions |
LaunchTemplateInstanceMetadataOptions.withHttpProtocolIpv6(LaunchTemplateInstanceMetadataProtocolIpv6 httpProtocolIpv6)
Enables or disables the IPv6 endpoint for the instance metadata service.
|
LaunchTemplateInstanceMetadataOptions |
LaunchTemplateInstanceMetadataOptions.withHttpProtocolIpv6(String httpProtocolIpv6)
Enables or disables the IPv6 endpoint for the instance metadata service.
|
LaunchTemplateInstanceMetadataOptions |
LaunchTemplateInstanceMetadataOptions.withHttpPutResponseHopLimit(Integer httpPutResponseHopLimit)
The desired HTTP PUT response hop limit for instance metadata requests.
|
LaunchTemplateInstanceMetadataOptions |
LaunchTemplateInstanceMetadataOptions.withHttpTokens(LaunchTemplateHttpTokensState httpTokens)
Indicates whether IMDSv2 is
optional or required . |
LaunchTemplateInstanceMetadataOptions |
LaunchTemplateInstanceMetadataOptions.withHttpTokens(String httpTokens)
Indicates whether IMDSv2 is
optional or required . |
LaunchTemplateInstanceMetadataOptions |
LaunchTemplateInstanceMetadataOptions.withInstanceMetadataTags(LaunchTemplateInstanceMetadataTagsState instanceMetadataTags)
Set to
enabled to allow access to instance tags from the instance metadata. |
LaunchTemplateInstanceMetadataOptions |
LaunchTemplateInstanceMetadataOptions.withInstanceMetadataTags(String instanceMetadataTags)
Set to
enabled to allow access to instance tags from the instance metadata. |
LaunchTemplateInstanceMetadataOptions |
LaunchTemplateInstanceMetadataOptions.withState(LaunchTemplateInstanceMetadataOptionsState state)
The state of the metadata option changes.
|
LaunchTemplateInstanceMetadataOptions |
LaunchTemplateInstanceMetadataOptions.withState(String state)
The state of the metadata option changes.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseLaunchTemplateData.setMetadataOptions(LaunchTemplateInstanceMetadataOptions metadataOptions)
The metadata options for the instance.
|
ResponseLaunchTemplateData |
ResponseLaunchTemplateData.withMetadataOptions(LaunchTemplateInstanceMetadataOptions metadataOptions)
The metadata options for the instance.
|
Copyright © 2023. All rights reserved.