Uses of Class
software.amazon.awssdk.services.ec2.model.GetGroupsForCapacityReservationResponse
-
Packages that use GetGroupsForCapacityReservationResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of GetGroupsForCapacityReservationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetGroupsForCapacityReservationResponse Modifier and Type Method Description default GetGroupsForCapacityReservationResponseEc2Client. getGroupsForCapacityReservation(Consumer<GetGroupsForCapacityReservationRequest.Builder> getGroupsForCapacityReservationRequest)Lists the resource groups to which a Capacity Reservation has been added.default GetGroupsForCapacityReservationResponseEc2Client. getGroupsForCapacityReservation(GetGroupsForCapacityReservationRequest getGroupsForCapacityReservationRequest)Lists the resource groups to which a Capacity Reservation has been added.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type GetGroupsForCapacityReservationResponse Modifier and Type Method 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. -
Uses of GetGroupsForCapacityReservationResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type GetGroupsForCapacityReservationResponse Modifier and Type Method Description Iterator<GetGroupsForCapacityReservationResponse>GetGroupsForCapacityReservationIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type GetGroupsForCapacityReservationResponse Modifier and Type Method Description voidGetGroupsForCapacityReservationPublisher. subscribe(org.reactivestreams.Subscriber<? super GetGroupsForCapacityReservationResponse> subscriber)
-