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