Uses of Class
software.amazon.awssdk.services.ec2.model.SecondarySubnetIpv4CidrBlockAssociation
-
Packages that use SecondarySubnetIpv4CidrBlockAssociation Package Description software.amazon.awssdk.services.ec2.model -
-
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 SecondarySubnetIpv4CidrBlockAssociation Modifier and Type Method Description List<SecondarySubnetIpv4CidrBlockAssociation>SecondarySubnet. ipv4CidrBlockAssociations()Information about the IPv4 CIDR blocks associated with the secondary subnet.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SecondarySubnetIpv4CidrBlockAssociation Modifier and Type Method Description SecondarySubnet.BuilderSecondarySubnet.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 SecondarySubnetIpv4CidrBlockAssociation Modifier and Type Method Description SecondarySubnet.BuilderSecondarySubnet.Builder. ipv4CidrBlockAssociations(Collection<SecondarySubnetIpv4CidrBlockAssociation> ipv4CidrBlockAssociations)Information about the IPv4 CIDR blocks associated with the secondary subnet.
-