Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VpcCidrBlockAssociation |
VpcCidrBlockAssociation.clone() |
VpcCidrBlockAssociation |
AssociateVpcCidrBlockResult.getCidrBlockAssociation()
Information about the IPv4 CIDR block association.
|
VpcCidrBlockAssociation |
DisassociateVpcCidrBlockResult.getCidrBlockAssociation()
Information about the IPv4 CIDR block association.
|
VpcCidrBlockAssociation |
VpcCidrBlockAssociation.withAssociationId(String associationId)
The association ID for the IPv4 CIDR block.
|
VpcCidrBlockAssociation |
VpcCidrBlockAssociation.withCidrBlock(String cidrBlock)
The IPv4 CIDR block.
|
VpcCidrBlockAssociation |
VpcCidrBlockAssociation.withCidrBlockState(VpcCidrBlockState cidrBlockState)
Information about the state of the CIDR block.
|
Modifier and Type | Method and Description |
---|---|
List<VpcCidrBlockAssociation> |
Vpc.getCidrBlockAssociationSet()
Information about the IPv4 CIDR blocks associated with the VPC.
|
Modifier and Type | Method and Description |
---|---|
void |
AssociateVpcCidrBlockResult.setCidrBlockAssociation(VpcCidrBlockAssociation cidrBlockAssociation)
Information about the IPv4 CIDR block association.
|
void |
DisassociateVpcCidrBlockResult.setCidrBlockAssociation(VpcCidrBlockAssociation cidrBlockAssociation)
Information about the IPv4 CIDR block association.
|
AssociateVpcCidrBlockResult |
AssociateVpcCidrBlockResult.withCidrBlockAssociation(VpcCidrBlockAssociation cidrBlockAssociation)
Information about the IPv4 CIDR block association.
|
DisassociateVpcCidrBlockResult |
DisassociateVpcCidrBlockResult.withCidrBlockAssociation(VpcCidrBlockAssociation cidrBlockAssociation)
Information about the IPv4 CIDR block association.
|
Vpc |
Vpc.withCidrBlockAssociationSet(VpcCidrBlockAssociation... cidrBlockAssociationSet)
Information about the IPv4 CIDR blocks associated with the VPC.
|
Modifier and Type | Method and Description |
---|---|
void |
Vpc.setCidrBlockAssociationSet(Collection<VpcCidrBlockAssociation> cidrBlockAssociationSet)
Information about the IPv4 CIDR blocks associated with the VPC.
|
Vpc |
Vpc.withCidrBlockAssociationSet(Collection<VpcCidrBlockAssociation> cidrBlockAssociationSet)
Information about the IPv4 CIDR blocks associated with the VPC.
|
Copyright © 2021. All rights reserved.