Uses of Class
software.amazon.awssdk.services.ec2.model.Subnet
-
Packages that use Subnet Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of Subnet in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Subnet Modifier and Type Method Description SubnetCreateDefaultSubnetResponse. subnet()Information about the subnet.SubnetCreateSubnetResponse. subnet()Information about the subnet.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Subnet Modifier and Type Method Description List<Subnet>DescribeSubnetsResponse. subnets()Information about one or more subnets.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Subnet Modifier and Type Method Description CreateDefaultSubnetResponse.BuilderCreateDefaultSubnetResponse.Builder. subnet(Subnet subnet)Information about the subnet.CreateSubnetResponse.BuilderCreateSubnetResponse.Builder. subnet(Subnet subnet)Information about the subnet.DescribeSubnetsResponse.BuilderDescribeSubnetsResponse.Builder. subnets(Subnet... subnets)Information about one or more subnets.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Subnet Modifier and Type Method Description DescribeSubnetsResponse.BuilderDescribeSubnetsResponse.Builder. subnets(Collection<Subnet> subnets)Information about one or more 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 Subnet Modifier and Type Method Description SdkIterable<Subnet>DescribeSubnetsIterable. subnets()Returns an iterable to iterate through the paginatedDescribeSubnetsResponse.subnets()member.SdkPublisher<Subnet>DescribeSubnetsPublisher. subnets()Returns a publisher that can be used to get a stream of data.
-