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