Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityReservationTopology
-
Packages that use CapacityReservationTopology Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CapacityReservationTopology in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityReservationTopology Modifier and Type Method Description List<CapacityReservationTopology>DescribeCapacityReservationTopologyResponse. capacityReservations()Information about the topology of each Capacity Reservation.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityReservationTopology Modifier and Type Method Description DescribeCapacityReservationTopologyResponse.BuilderDescribeCapacityReservationTopologyResponse.Builder. capacityReservations(CapacityReservationTopology... capacityReservations)Information about the topology of each Capacity Reservation.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CapacityReservationTopology Modifier and Type Method Description DescribeCapacityReservationTopologyResponse.BuilderDescribeCapacityReservationTopologyResponse.Builder. capacityReservations(Collection<CapacityReservationTopology> capacityReservations)Information about the topology of each Capacity Reservation.
-