Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static InstanceMetadataEndpointState |
InstanceMetadataEndpointState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InstanceMetadataEndpointState |
InstanceMetadataOptionsResponse.httpEndpoint()
This parameter enables or disables the HTTP metadata endpoint on your instances.
|
InstanceMetadataEndpointState |
InstanceMetadataOptionsRequest.httpEndpoint()
This parameter enables or disables the HTTP metadata endpoint on your instances.
|
InstanceMetadataEndpointState |
ModifyInstanceMetadataOptionsRequest.httpEndpoint()
This parameter enables or disables the HTTP metadata endpoint on your instances.
|
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 |
---|---|
static Set<InstanceMetadataEndpointState> |
InstanceMetadataEndpointState.knownValues()
|
Modifier and Type | Method and Description |
---|---|
InstanceMetadataOptionsResponse.Builder |
InstanceMetadataOptionsResponse.Builder.httpEndpoint(InstanceMetadataEndpointState httpEndpoint)
This parameter enables or disables the HTTP metadata endpoint on your instances.
|
InstanceMetadataOptionsRequest.Builder |
InstanceMetadataOptionsRequest.Builder.httpEndpoint(InstanceMetadataEndpointState httpEndpoint)
This parameter enables or disables the HTTP metadata endpoint on your instances.
|
ModifyInstanceMetadataOptionsRequest.Builder |
ModifyInstanceMetadataOptionsRequest.Builder.httpEndpoint(InstanceMetadataEndpointState httpEndpoint)
This parameter enables or disables the HTTP metadata endpoint on your instances.
|
Copyright © 2020. All rights reserved.