Uses of Class
software.amazon.awssdk.services.ec2.model.SecondarySubnet
Packages that use SecondarySubnet
Package
Description
-
Uses of SecondarySubnet in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SecondarySubnetModifier and TypeMethodDescriptionfinal SecondarySubnetCreateSecondarySubnetResponse.secondarySubnet()Information about the secondary subnet.final SecondarySubnetDeleteSecondarySubnetResponse.secondarySubnet()Information about the secondary subnet being deleted.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SecondarySubnetModifier and TypeMethodDescriptionfinal List<SecondarySubnet>DescribeSecondarySubnetsResponse.secondarySubnets()Information about the secondary subnets.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SecondarySubnetModifier and TypeMethodDescriptionCreateSecondarySubnetResponse.Builder.secondarySubnet(SecondarySubnet secondarySubnet) Information about the secondary subnet.DeleteSecondarySubnetResponse.Builder.secondarySubnet(SecondarySubnet secondarySubnet) Information about the secondary subnet being deleted.DescribeSecondarySubnetsResponse.Builder.secondarySubnets(SecondarySubnet... secondarySubnets) Information about the secondary subnets.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SecondarySubnetModifier and TypeMethodDescriptionDescribeSecondarySubnetsResponse.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 SecondarySubnetModifier and TypeMethodDescriptionfinal SdkIterable<SecondarySubnet>DescribeSecondarySubnetsIterable.secondarySubnets()Returns an iterable to iterate through the paginatedDescribeSecondarySubnetsResponse.secondarySubnets()member.final SdkPublisher<SecondarySubnet>DescribeSecondarySubnetsPublisher.secondarySubnets()Returns a publisher that can be used to get a stream of data.