Uses of Class
software.amazon.awssdk.services.ec2.model.SecondarySubnetIpv4CidrBlockAssociation
Packages that use SecondarySubnetIpv4CidrBlockAssociation
-
Uses of SecondarySubnetIpv4CidrBlockAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SecondarySubnetIpv4CidrBlockAssociationModifier and TypeMethodDescriptionSecondarySubnet.ipv4CidrBlockAssociations()Information about the IPv4 CIDR blocks associated with the secondary subnet.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SecondarySubnetIpv4CidrBlockAssociationModifier and TypeMethodDescriptionSecondarySubnet.Builder.ipv4CidrBlockAssociations(SecondarySubnetIpv4CidrBlockAssociation... ipv4CidrBlockAssociations) Information about the IPv4 CIDR blocks associated with the secondary subnet.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SecondarySubnetIpv4CidrBlockAssociationModifier and TypeMethodDescriptionSecondarySubnet.Builder.ipv4CidrBlockAssociations(Collection<SecondarySubnetIpv4CidrBlockAssociation> ipv4CidrBlockAssociations) Information about the IPv4 CIDR blocks associated with the secondary subnet.