Uses of Class
software.amazon.awssdk.services.ec2.model.SecondarySubnet
-
Packages that use SecondarySubnet Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of SecondarySubnet in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SecondarySubnet Modifier and Type Method Description SecondarySubnetCreateSecondarySubnetResponse. secondarySubnet()Information about the secondary subnet.SecondarySubnetDeleteSecondarySubnetResponse. secondarySubnet()Information about the secondary subnet being deleted.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SecondarySubnet Modifier and Type Method Description List<SecondarySubnet>DescribeSecondarySubnetsResponse. secondarySubnets()Information about the secondary subnets.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SecondarySubnet Modifier and Type Method Description CreateSecondarySubnetResponse.BuilderCreateSecondarySubnetResponse.Builder. secondarySubnet(SecondarySubnet secondarySubnet)Information about the secondary subnet.DeleteSecondarySubnetResponse.BuilderDeleteSecondarySubnetResponse.Builder. secondarySubnet(SecondarySubnet secondarySubnet)Information about the secondary subnet being deleted.DescribeSecondarySubnetsResponse.BuilderDescribeSecondarySubnetsResponse.Builder. secondarySubnets(SecondarySubnet... secondarySubnets)Information about the secondary subnets.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SecondarySubnet Modifier and Type Method Description DescribeSecondarySubnetsResponse.BuilderDescribeSecondarySubnetsResponse.Builder. secondarySubnets(Collection<SecondarySubnet> secondarySubnets)Information about the secondary subnets. -
Uses of SecondarySubnet in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type SecondarySubnet Modifier and Type Method Description SdkIterable<SecondarySubnet>DescribeSecondarySubnetsIterable. secondarySubnets()Returns an iterable to iterate through the paginatedDescribeSecondarySubnetsResponse.secondarySubnets()member.SdkPublisher<SecondarySubnet>DescribeSecondarySubnetsPublisher. secondarySubnets()Returns a publisher that can be used to get a stream of data.
-