Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationTopologyResponse
-
Packages that use DescribeCapacityReservationTopologyResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of DescribeCapacityReservationTopologyResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeCapacityReservationTopologyResponse Modifier and Type Method Description default DescribeCapacityReservationTopologyResponseEc2Client. describeCapacityReservationTopology(Consumer<DescribeCapacityReservationTopologyRequest.Builder> describeCapacityReservationTopologyRequest)Describes a tree-based hierarchy that represents the physical host placement of your pending or active Capacity Reservations within an Availability Zone or Local Zone.default DescribeCapacityReservationTopologyResponseEc2Client. describeCapacityReservationTopology(DescribeCapacityReservationTopologyRequest describeCapacityReservationTopologyRequest)Describes a tree-based hierarchy that represents the physical host placement of your pending or active Capacity Reservations within an Availability Zone or Local Zone.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeCapacityReservationTopologyResponse Modifier and Type Method Description default CompletableFuture<DescribeCapacityReservationTopologyResponse>Ec2AsyncClient. describeCapacityReservationTopology(Consumer<DescribeCapacityReservationTopologyRequest.Builder> describeCapacityReservationTopologyRequest)Describes a tree-based hierarchy that represents the physical host placement of your pending or active Capacity Reservations within an Availability Zone or Local Zone.default CompletableFuture<DescribeCapacityReservationTopologyResponse>Ec2AsyncClient. describeCapacityReservationTopology(DescribeCapacityReservationTopologyRequest describeCapacityReservationTopologyRequest)Describes a tree-based hierarchy that represents the physical host placement of your pending or active Capacity Reservations within an Availability Zone or Local Zone.
-