| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeInstanceTypesResponse |
Ec2Client.describeInstanceTypes(Consumer<DescribeInstanceTypesRequest.Builder> describeInstanceTypesRequest)
Describes the details of the instance types that are offered in a location.
|
default DescribeInstanceTypesResponse |
Ec2Client.describeInstanceTypes(DescribeInstanceTypesRequest describeInstanceTypesRequest)
Describes the details of the instance types that are offered in a location.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeInstanceTypesResponse> |
Ec2AsyncClient.describeInstanceTypes(Consumer<DescribeInstanceTypesRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeInstanceTypesResponse> |
DescribeInstanceTypesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInstanceTypesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeInstanceTypesResponse> subscriber) |
Copyright © 2022. All rights reserved.