Uses of Class
software.amazon.awssdk.services.ec2.model.VpcCidrBlockAssociation
Packages that use VpcCidrBlockAssociation
-
Uses of VpcCidrBlockAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcCidrBlockAssociationModifier and TypeMethodDescriptionfinal VpcCidrBlockAssociationAssociateVpcCidrBlockResponse.cidrBlockAssociation()Information about the IPv4 CIDR block association.final VpcCidrBlockAssociationDisassociateVpcCidrBlockResponse.cidrBlockAssociation()Information about the IPv4 CIDR block association.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcCidrBlockAssociationModifier and TypeMethodDescriptionfinal 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 VpcCidrBlockAssociationModifier and TypeMethodDescriptionAssociateVpcCidrBlockResponse.Builder.cidrBlockAssociation(VpcCidrBlockAssociation cidrBlockAssociation) Information about the IPv4 CIDR block association.DisassociateVpcCidrBlockResponse.Builder.cidrBlockAssociation(VpcCidrBlockAssociation cidrBlockAssociation) Information about the IPv4 CIDR block association.Vpc.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 VpcCidrBlockAssociationModifier and TypeMethodDescriptionVpc.Builder.cidrBlockAssociationSet(Collection<VpcCidrBlockAssociation> cidrBlockAssociationSet) Information about the IPv4 CIDR blocks associated with the VPC.