Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeInstanceTopologyRequest
-
Packages that use DescribeInstanceTopologyRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators software.amazon.awssdk.services.ec2.transform -
-
Uses of DescribeInstanceTopologyRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DescribeInstanceTopologyRequest Modifier and Type Method Description default CompletableFuture<DescribeInstanceTopologyResponse>Ec2AsyncClient. describeInstanceTopology(DescribeInstanceTopologyRequest describeInstanceTopologyRequest)Describes a tree-based hierarchy that represents the physical host placement of your EC2 instances within an Availability Zone or Local Zone.default DescribeInstanceTopologyResponseEc2Client. describeInstanceTopology(DescribeInstanceTopologyRequest describeInstanceTopologyRequest)Describes a tree-based hierarchy that represents the physical host placement of your EC2 instances within an Availability Zone or Local Zone.default DescribeInstanceTopologyPublisherEc2AsyncClient. describeInstanceTopologyPaginator(DescribeInstanceTopologyRequest describeInstanceTopologyRequest)Describes a tree-based hierarchy that represents the physical host placement of your EC2 instances within an Availability Zone or Local Zone.default DescribeInstanceTopologyIterableEc2Client. describeInstanceTopologyPaginator(DescribeInstanceTopologyRequest describeInstanceTopologyRequest)Describes a tree-based hierarchy that represents the physical host placement of your EC2 instances within an Availability Zone or Local Zone. -
Uses of DescribeInstanceTopologyRequest in software.amazon.awssdk.services.ec2.paginators
Constructors in software.amazon.awssdk.services.ec2.paginators with parameters of type DescribeInstanceTopologyRequest Constructor Description DescribeInstanceTopologyIterable(Ec2Client client, DescribeInstanceTopologyRequest firstRequest)DescribeInstanceTopologyPublisher(Ec2AsyncClient client, DescribeInstanceTopologyRequest firstRequest) -
Uses of DescribeInstanceTopologyRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DescribeInstanceTopologyRequest Modifier and Type Method Description SdkHttpFullRequestDescribeInstanceTopologyRequestMarshaller. marshall(DescribeInstanceTopologyRequest describeInstanceTopologyRequest)
-