| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators | |
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeInstanceTypesResponse |
Ec2Client.describeInstanceTypes(DescribeInstanceTypesRequest describeInstanceTypesRequest)
Describes the details of the instance types that are offered in a location.
|
default CompletableFuture<DescribeInstanceTypesResponse> |
Ec2AsyncClient.describeInstanceTypes(DescribeInstanceTypesRequest describeInstanceTypesRequest)
Describes the details of the instance types that are offered in a location.
|
default DescribeInstanceTypesIterable |
Ec2Client.describeInstanceTypesPaginator(DescribeInstanceTypesRequest describeInstanceTypesRequest)
Describes the details of the instance types that are offered in a location.
|
default DescribeInstanceTypesPublisher |
Ec2AsyncClient.describeInstanceTypesPaginator(DescribeInstanceTypesRequest describeInstanceTypesRequest)
Describes the details of the instance types that are offered in a location.
|
| Constructor and Description |
|---|
DescribeInstanceTypesIterable(Ec2Client client,
DescribeInstanceTypesRequest firstRequest) |
DescribeInstanceTypesPublisher(Ec2AsyncClient client,
DescribeInstanceTypesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeInstanceTypesRequestMarshaller.marshall(DescribeInstanceTypesRequest describeInstanceTypesRequest) |
Copyright © 2020. All rights reserved.