Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityReservationGroup
Packages that use CapacityReservationGroup
Package
Description
-
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 CapacityReservationGroupModifier and TypeMethodDescriptionfinal 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 CapacityReservationGroupModifier and TypeMethodDescriptionGetGroupsForCapacityReservationResponse.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 CapacityReservationGroupModifier and TypeMethodDescriptionGetGroupsForCapacityReservationResponse.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 CapacityReservationGroupModifier and TypeMethodDescriptionGetGroupsForCapacityReservationIterable.capacityReservationGroups()Returns an iterable to iterate through the paginatedGetGroupsForCapacityReservationResponse.capacityReservationGroups()member.GetGroupsForCapacityReservationPublisher.capacityReservationGroups()Returns a publisher that can be used to get a stream of data.