Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VpcIpv6CidrBlockAssociation |
VpcIpv6CidrBlockAssociation.clone() |
VpcIpv6CidrBlockAssociation |
AssociateVpcCidrBlockResult.getIpv6CidrBlockAssociation()
Information about the IPv6 CIDR block association.
|
VpcIpv6CidrBlockAssociation |
DisassociateVpcCidrBlockResult.getIpv6CidrBlockAssociation()
Information about the IPv6 CIDR block association.
|
VpcIpv6CidrBlockAssociation |
VpcIpv6CidrBlockAssociation.withAssociationId(String associationId)
The association ID for the IPv6 CIDR block.
|
VpcIpv6CidrBlockAssociation |
VpcIpv6CidrBlockAssociation.withIpv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block.
|
VpcIpv6CidrBlockAssociation |
VpcIpv6CidrBlockAssociation.withIpv6CidrBlockState(VpcCidrBlockState ipv6CidrBlockState)
Information about the state of the CIDR block.
|
VpcIpv6CidrBlockAssociation |
VpcIpv6CidrBlockAssociation.withIpv6Pool(String ipv6Pool)
The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.
|
VpcIpv6CidrBlockAssociation |
VpcIpv6CidrBlockAssociation.withNetworkBorderGroup(String networkBorderGroup)
The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services
advertises IP addresses, for example,
us-east-1-wl1-bos-wlz-1 . |
Modifier and Type | Method and Description |
---|---|
List<VpcIpv6CidrBlockAssociation> |
Vpc.getIpv6CidrBlockAssociationSet()
Information about the IPv6 CIDR blocks associated with the VPC.
|
Modifier and Type | Method and Description |
---|---|
void |
AssociateVpcCidrBlockResult.setIpv6CidrBlockAssociation(VpcIpv6CidrBlockAssociation ipv6CidrBlockAssociation)
Information about the IPv6 CIDR block association.
|
void |
DisassociateVpcCidrBlockResult.setIpv6CidrBlockAssociation(VpcIpv6CidrBlockAssociation ipv6CidrBlockAssociation)
Information about the IPv6 CIDR block association.
|
AssociateVpcCidrBlockResult |
AssociateVpcCidrBlockResult.withIpv6CidrBlockAssociation(VpcIpv6CidrBlockAssociation ipv6CidrBlockAssociation)
Information about the IPv6 CIDR block association.
|
DisassociateVpcCidrBlockResult |
DisassociateVpcCidrBlockResult.withIpv6CidrBlockAssociation(VpcIpv6CidrBlockAssociation ipv6CidrBlockAssociation)
Information about the IPv6 CIDR block association.
|
Vpc |
Vpc.withIpv6CidrBlockAssociationSet(VpcIpv6CidrBlockAssociation... ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the VPC.
|
Modifier and Type | Method and Description |
---|---|
void |
Vpc.setIpv6CidrBlockAssociationSet(Collection<VpcIpv6CidrBlockAssociation> ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the VPC.
|
Vpc |
Vpc.withIpv6CidrBlockAssociationSet(Collection<VpcIpv6CidrBlockAssociation> ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the VPC.
|
Copyright © 2022. All rights reserved.