Uses of Class
software.amazon.awssdk.services.ec2.model.SecondaryNetworkIpv4CidrBlockAssociation
Packages that use SecondaryNetworkIpv4CidrBlockAssociation
-
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 SecondaryNetworkIpv4CidrBlockAssociationModifier and TypeMethodDescriptionSecondaryNetwork.ipv4CidrBlockAssociations()Information about the IPv4 CIDR blocks associated with the secondary network.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SecondaryNetworkIpv4CidrBlockAssociationModifier and TypeMethodDescriptionSecondaryNetwork.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 SecondaryNetworkIpv4CidrBlockAssociationModifier and TypeMethodDescriptionSecondaryNetwork.Builder.ipv4CidrBlockAssociations(Collection<SecondaryNetworkIpv4CidrBlockAssociation> ipv4CidrBlockAssociations) Information about the IPv4 CIDR blocks associated with the secondary network.