Uses of Class
software.amazon.awssdk.services.ec2.model.Subnet
Packages that use Subnet
Package
Description
-
Uses of Subnet in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SubnetModifier and TypeMethodDescriptionfinal SubnetCreateDefaultSubnetResponse.subnet()Information about the subnet.final SubnetCreateSubnetResponse.subnet()Information about the subnet.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SubnetModifier and TypeMethodDescriptionDescribeSubnetsResponse.subnets()Information about the subnets.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SubnetModifier and TypeMethodDescriptionInformation about the subnet.Information about the subnet.Information about the subnets.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SubnetModifier and TypeMethodDescriptionDescribeSubnetsResponse.Builder.subnets(Collection<Subnet> subnets) Information about the subnets. -
Uses of Subnet in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type SubnetModifier and TypeMethodDescriptionfinal SdkIterable<Subnet>DescribeSubnetsIterable.subnets()Returns an iterable to iterate through the paginatedDescribeSubnetsResponse.subnets()member.final SdkPublisher<Subnet>DescribeSubnetsPublisher.subnets()Returns a publisher that can be used to get a stream of data.