Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityReservationTopology
Packages that use CapacityReservationTopology
-
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 CapacityReservationTopologyModifier and TypeMethodDescriptionfinal List<CapacityReservationTopology>DescribeCapacityReservationTopologyResponse.capacityReservations()Information about the topology of each Capacity Reservation.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityReservationTopologyModifier and TypeMethodDescriptionDescribeCapacityReservationTopologyResponse.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 CapacityReservationTopologyModifier and TypeMethodDescriptionDescribeCapacityReservationTopologyResponse.Builder.capacityReservations(Collection<CapacityReservationTopology> capacityReservations) Information about the topology of each Capacity Reservation.