| Package | Description |
|---|---|
| software.amazon.awssdk.imds | |
| software.amazon.awssdk.imds.internal |
| Modifier and Type | Method and Description |
|---|---|
static EndpointMode |
EndpointMode.fromValue(String s)
Returns the appropriate EndpointMode Value after parsing the parameter.
|
static EndpointMode |
EndpointMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointMode[] |
EndpointMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
B |
Ec2MetadataClientBuilder.endpointMode(EndpointMode endpointMode)
Define the endpoint mode of IMDS.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointMode |
DefaultEc2MetadataClient.Ec2MetadataBuilder.getEndpointMode() |
EndpointMode |
DefaultEc2MetadataAsyncClient.Ec2MetadataAsyncBuilder.getEndpointMode() |
EndpointMode |
Ec2MetadataEndpointProvider.resolveEndpointMode() |
| Modifier and Type | Method and Description |
|---|---|
DefaultEc2MetadataClient.Ec2MetadataBuilder |
DefaultEc2MetadataClient.Ec2MetadataBuilder.endpointMode(EndpointMode endpointMode) |
DefaultEc2MetadataAsyncClient.Ec2MetadataAsyncBuilder |
DefaultEc2MetadataAsyncClient.Ec2MetadataAsyncBuilder.endpointMode(EndpointMode endpointMode) |
String |
Ec2MetadataEndpointProvider.resolveEndpoint(EndpointMode endpointMode)
Resolve the endpoint to be used for the
DefaultEc2MetadataClient client. |
Copyright © 2023. All rights reserved.