Uses of Class
software.amazon.awssdk.services.ec2.model.SecondaryNetworkIpv4CidrBlockAssociation
-
Packages that use SecondaryNetworkIpv4CidrBlockAssociation Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of SecondaryNetworkIpv4CidrBlockAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SecondaryNetworkIpv4CidrBlockAssociation Modifier and Type Method Description List<SecondaryNetworkIpv4CidrBlockAssociation>SecondaryNetwork. ipv4CidrBlockAssociations()Information about the IPv4 CIDR blocks associated with the secondary network.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SecondaryNetworkIpv4CidrBlockAssociation Modifier and Type Method Description SecondaryNetwork.BuilderSecondaryNetwork.Builder. ipv4CidrBlockAssociations(SecondaryNetworkIpv4CidrBlockAssociation... ipv4CidrBlockAssociations)Information about the IPv4 CIDR blocks associated with the secondary network.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SecondaryNetworkIpv4CidrBlockAssociation Modifier and Type Method Description SecondaryNetwork.BuilderSecondaryNetwork.Builder. ipv4CidrBlockAssociations(Collection<SecondaryNetworkIpv4CidrBlockAssociation> ipv4CidrBlockAssociations)Information about the IPv4 CIDR blocks associated with the secondary network.
-