Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeInstanceTopologyResponse
Packages that use DescribeInstanceTopologyResponse
Package
Description
-
Uses of DescribeInstanceTopologyResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeInstanceTopologyResponseModifier and TypeMethodDescriptiondefault DescribeInstanceTopologyResponseEc2Client.describeInstanceTopology(Consumer<DescribeInstanceTopologyRequest.Builder> 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.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeInstanceTopologyResponseModifier and TypeMethodDescriptionEc2AsyncClient.describeInstanceTopology(Consumer<DescribeInstanceTopologyRequest.Builder> describeInstanceTopologyRequest) Describes a tree-based hierarchy that represents the physical host placement of your EC2 instances within an Availability Zone or Local Zone.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. -
Uses of DescribeInstanceTopologyResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeInstanceTopologyResponseMethod parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeInstanceTopologyResponseModifier and TypeMethodDescriptionvoidDescribeInstanceTopologyPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeInstanceTopologyResponse> subscriber)