Uses of Class
software.amazon.awssdk.services.ec2.model.VpcCidrBlockAssociation
-
Packages that use VpcCidrBlockAssociation Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VpcCidrBlockAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcCidrBlockAssociation Modifier and Type Method Description VpcCidrBlockAssociationAssociateVpcCidrBlockResponse. cidrBlockAssociation()Information about the IPv4 CIDR block association.VpcCidrBlockAssociationDisassociateVpcCidrBlockResponse. cidrBlockAssociation()Information about the IPv4 CIDR block association.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcCidrBlockAssociation Modifier and Type Method Description List<VpcCidrBlockAssociation>Vpc. cidrBlockAssociationSet()Information about the IPv4 CIDR blocks associated with the VPC.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcCidrBlockAssociation Modifier and Type Method Description AssociateVpcCidrBlockResponse.BuilderAssociateVpcCidrBlockResponse.Builder. cidrBlockAssociation(VpcCidrBlockAssociation cidrBlockAssociation)Information about the IPv4 CIDR block association.DisassociateVpcCidrBlockResponse.BuilderDisassociateVpcCidrBlockResponse.Builder. cidrBlockAssociation(VpcCidrBlockAssociation cidrBlockAssociation)Information about the IPv4 CIDR block association.Vpc.BuilderVpc.Builder. cidrBlockAssociationSet(VpcCidrBlockAssociation... cidrBlockAssociationSet)Information about the IPv4 CIDR blocks associated with the VPC.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcCidrBlockAssociation Modifier and Type Method Description Vpc.BuilderVpc.Builder. cidrBlockAssociationSet(Collection<VpcCidrBlockAssociation> cidrBlockAssociationSet)Information about the IPv4 CIDR blocks associated with the VPC.
-