| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceMetadataOptions |
InstanceMetadataOptions.clone() |
InstanceMetadataOptions |
LaunchConfiguration.getMetadataOptions()
The metadata options for the instances.
|
InstanceMetadataOptions |
CreateLaunchConfigurationRequest.getMetadataOptions()
The metadata options for the instances.
|
InstanceMetadataOptions |
InstanceMetadataOptions.withHttpEndpoint(InstanceMetadataEndpointState httpEndpoint)
This parameter enables or disables the HTTP metadata endpoint on your instances.
|
InstanceMetadataOptions |
InstanceMetadataOptions.withHttpEndpoint(String httpEndpoint)
This parameter enables or disables the HTTP metadata endpoint on your instances.
|
InstanceMetadataOptions |
InstanceMetadataOptions.withHttpPutResponseHopLimit(Integer httpPutResponseHopLimit)
The desired HTTP PUT response hop limit for instance metadata requests.
|
InstanceMetadataOptions |
InstanceMetadataOptions.withHttpTokens(InstanceMetadataHttpTokensState httpTokens)
The state of token usage for your instance metadata requests.
|
InstanceMetadataOptions |
InstanceMetadataOptions.withHttpTokens(String httpTokens)
The state of token usage for your instance metadata requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LaunchConfiguration.setMetadataOptions(InstanceMetadataOptions metadataOptions)
The metadata options for the instances.
|
void |
CreateLaunchConfigurationRequest.setMetadataOptions(InstanceMetadataOptions metadataOptions)
The metadata options for the instances.
|
LaunchConfiguration |
LaunchConfiguration.withMetadataOptions(InstanceMetadataOptions metadataOptions)
The metadata options for the instances.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withMetadataOptions(InstanceMetadataOptions metadataOptions)
The metadata options for the instances.
|
Copyright © 2021. All rights reserved.