Uses of Class
software.amazon.awssdk.services.ec2.model.VpcIpv6CidrBlockAssociation
Packages that use VpcIpv6CidrBlockAssociation
-
Uses of VpcIpv6CidrBlockAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcIpv6CidrBlockAssociationModifier and TypeMethodDescriptionAssociateVpcCidrBlockResponse.ipv6CidrBlockAssociation()Information about the IPv6 CIDR block association.DisassociateVpcCidrBlockResponse.ipv6CidrBlockAssociation()Information about the IPv6 CIDR block association.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcIpv6CidrBlockAssociationModifier and TypeMethodDescriptionfinal List<VpcIpv6CidrBlockAssociation>Information about the IPv6 CIDR blocks associated with the VPC.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcIpv6CidrBlockAssociationModifier and TypeMethodDescriptionAssociateVpcCidrBlockResponse.Builder.ipv6CidrBlockAssociation(VpcIpv6CidrBlockAssociation ipv6CidrBlockAssociation) Information about the IPv6 CIDR block association.DisassociateVpcCidrBlockResponse.Builder.ipv6CidrBlockAssociation(VpcIpv6CidrBlockAssociation ipv6CidrBlockAssociation) Information about the IPv6 CIDR block association.Vpc.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 VpcIpv6CidrBlockAssociationModifier and TypeMethodDescriptionVpc.Builder.ipv6CidrBlockAssociationSet(Collection<VpcIpv6CidrBlockAssociation> ipv6CidrBlockAssociationSet) Information about the IPv6 CIDR blocks associated with the VPC.