Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityReservationGroup
-
Packages that use CapacityReservationGroup Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of CapacityReservationGroup in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityReservationGroup Modifier and Type Method Description List<CapacityReservationGroup>GetGroupsForCapacityReservationResponse. capacityReservationGroups()Information about the resource groups to which the Capacity Reservation has been added.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityReservationGroup Modifier and Type Method Description GetGroupsForCapacityReservationResponse.BuilderGetGroupsForCapacityReservationResponse.Builder. capacityReservationGroups(CapacityReservationGroup... capacityReservationGroups)Information about the resource groups to which the Capacity Reservation has been added.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CapacityReservationGroup Modifier and Type Method Description GetGroupsForCapacityReservationResponse.BuilderGetGroupsForCapacityReservationResponse.Builder. capacityReservationGroups(Collection<CapacityReservationGroup> capacityReservationGroups)Information about the resource groups to which the Capacity Reservation has been added. -
Uses of CapacityReservationGroup in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type CapacityReservationGroup Modifier and Type Method Description SdkIterable<CapacityReservationGroup>GetGroupsForCapacityReservationIterable. capacityReservationGroups()Returns an iterable to iterate through the paginatedGetGroupsForCapacityReservationResponse.capacityReservationGroups()member.SdkPublisher<CapacityReservationGroup>GetGroupsForCapacityReservationPublisher. capacityReservationGroups()Returns a publisher that can be used to get a stream of data.
-