Uses of Class
software.amazon.awssdk.imds.Ec2MetadataResponse
-
Packages that use Ec2MetadataResponse Package Description software.amazon.awssdk.imds software.amazon.awssdk.imds.internal -
-
Uses of Ec2MetadataResponse in software.amazon.awssdk.imds
Methods in software.amazon.awssdk.imds that return Ec2MetadataResponse Modifier and Type Method Description static Ec2MetadataResponseEc2MetadataResponse. create(String body)Create aEc2MetadataResponsewith the given body as its content.Ec2MetadataResponseEc2MetadataClient. get(String path)Gets the specified instance metadata value by the given path.Methods in software.amazon.awssdk.imds that return types with arguments of type Ec2MetadataResponse Modifier and Type Method Description CompletableFuture<Ec2MetadataResponse>Ec2MetadataAsyncClient. get(String path)Gets the specified instance metadata value by the given path. -
Uses of Ec2MetadataResponse in software.amazon.awssdk.imds.internal
Methods in software.amazon.awssdk.imds.internal that return Ec2MetadataResponse Modifier and Type Method Description Ec2MetadataResponseDefaultEc2MetadataClient. get(String path)Gets the specified instance metadata value by the given path.Methods in software.amazon.awssdk.imds.internal that return types with arguments of type Ec2MetadataResponse Modifier and Type Method Description CompletableFuture<Ec2MetadataResponse>DefaultEc2MetadataAsyncClient. get(String path)
-