Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VpcIpv6CidrBlockAssociation |
DisassociateVpcCidrBlockResponse.ipv6CidrBlockAssociation()
Information about the IPv6 CIDR block association.
|
VpcIpv6CidrBlockAssociation |
AssociateVpcCidrBlockResponse.ipv6CidrBlockAssociation()
Information about the IPv6 CIDR block association.
|
Modifier and Type | Method and Description |
---|---|
List<VpcIpv6CidrBlockAssociation> |
Vpc.ipv6CidrBlockAssociationSet()
Information about the IPv6 CIDR blocks associated with the VPC.
|
Modifier and Type | Method and Description |
---|---|
DisassociateVpcCidrBlockResponse.Builder |
DisassociateVpcCidrBlockResponse.Builder.ipv6CidrBlockAssociation(VpcIpv6CidrBlockAssociation ipv6CidrBlockAssociation)
Information about the IPv6 CIDR block association.
|
AssociateVpcCidrBlockResponse.Builder |
AssociateVpcCidrBlockResponse.Builder.ipv6CidrBlockAssociation(VpcIpv6CidrBlockAssociation ipv6CidrBlockAssociation)
Information about the IPv6 CIDR block association.
|
Vpc.Builder |
Vpc.Builder.ipv6CidrBlockAssociationSet(VpcIpv6CidrBlockAssociation... ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the VPC.
|
Modifier and Type | Method and Description |
---|---|
Vpc.Builder |
Vpc.Builder.ipv6CidrBlockAssociationSet(Collection<VpcIpv6CidrBlockAssociation> ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the VPC.
|
Copyright © 2022. All rights reserved.