| Package | Description |
|---|---|
| software.amazon.awssdk.imds | |
| software.amazon.awssdk.imds.internal |
| Modifier and Type | Method and Description |
|---|---|
static Ec2MetadataResponse |
Ec2MetadataResponse.create(String body)
Create a
Ec2MetadataResponse with the given body as its content. |
Ec2MetadataResponse |
Ec2MetadataClient.get(String path)
Gets the specified instance metadata value by the given path.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Ec2MetadataResponse> |
Ec2MetadataAsyncClient.get(String path)
Gets the specified instance metadata value by the given path.
|
| Modifier and Type | Method and Description |
|---|---|
Ec2MetadataResponse |
DefaultEc2MetadataClient.get(String path)
Gets the specified instance metadata value by the given path.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Ec2MetadataResponse> |
DefaultEc2MetadataAsyncClient.get(String path) |
Copyright © 2023. All rights reserved.