Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static InstanceMetadataEndpointState |
InstanceMetadataEndpointState.fromValue(String value)
Use this in place of valueOf.
|
static InstanceMetadataEndpointState |
InstanceMetadataEndpointState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceMetadataEndpointState[] |
InstanceMetadataEndpointState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InstanceMetadataOptionsRequest |
InstanceMetadataOptionsRequest.withHttpEndpoint(InstanceMetadataEndpointState httpEndpoint)
Enables or disables the HTTP metadata endpoint on your instances.
|
ModifyInstanceMetadataOptionsRequest |
ModifyInstanceMetadataOptionsRequest.withHttpEndpoint(InstanceMetadataEndpointState httpEndpoint)
This parameter enables or disables the HTTP metadata endpoint on your instances.
|
InstanceMetadataOptionsResponse |
InstanceMetadataOptionsResponse.withHttpEndpoint(InstanceMetadataEndpointState httpEndpoint)
Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.
|
Copyright © 2021. All rights reserved.