| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetGroupsForCapacityReservationResponse |
Ec2Client.getGroupsForCapacityReservation(Consumer<GetGroupsForCapacityReservationRequest.Builder> getGroupsForCapacityReservationRequest)
Lists the resource groups to which a Capacity Reservation has been added.
|
default GetGroupsForCapacityReservationResponse |
Ec2Client.getGroupsForCapacityReservation(GetGroupsForCapacityReservationRequest getGroupsForCapacityReservationRequest)
Lists the resource groups to which a Capacity Reservation has been added.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetGroupsForCapacityReservationResponse> |
Ec2AsyncClient.getGroupsForCapacityReservation(Consumer<GetGroupsForCapacityReservationRequest.Builder> getGroupsForCapacityReservationRequest)
Lists the resource groups to which a Capacity Reservation has been added.
|
default CompletableFuture<GetGroupsForCapacityReservationResponse> |
Ec2AsyncClient.getGroupsForCapacityReservation(GetGroupsForCapacityReservationRequest getGroupsForCapacityReservationRequest)
Lists the resource groups to which a Capacity Reservation has been added.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetGroupsForCapacityReservationResponse> |
GetGroupsForCapacityReservationIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetGroupsForCapacityReservationPublisher.subscribe(org.reactivestreams.Subscriber<? super GetGroupsForCapacityReservationResponse> subscriber) |
Copyright © 2021. All rights reserved.