Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceTopology
Packages that use InstanceTopology
Package
Description
-
Uses of InstanceTopology in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceTopologyModifier and TypeMethodDescriptionfinal List<InstanceTopology>DescribeInstanceTopologyResponse.instances()Information about the topology of each instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceTopologyModifier and TypeMethodDescriptionDescribeInstanceTopologyResponse.Builder.instances(InstanceTopology... instances) Information about the topology of each instance.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceTopologyModifier and TypeMethodDescriptionDescribeInstanceTopologyResponse.Builder.instances(Collection<InstanceTopology> instances) Information about the topology of each instance. -
Uses of InstanceTopology in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type InstanceTopologyModifier and TypeMethodDescriptionfinal SdkIterable<InstanceTopology>DescribeInstanceTopologyIterable.instances()Returns an iterable to iterate through the paginatedDescribeInstanceTopologyResponse.instances()member.final SdkPublisher<InstanceTopology>DescribeInstanceTopologyPublisher.instances()Returns a publisher that can be used to get a stream of data.