| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
CidrBlockAssociation |
CidrBlockAssociation.clone() |
CidrBlockAssociation |
CidrBlockAssociation.withAssociationId(String associationId)
The association ID for the IPv4 CIDR block.
|
CidrBlockAssociation |
CidrBlockAssociation.withCidrBlock(String cidrBlock)
The IPv4 CIDR block.
|
CidrBlockAssociation |
CidrBlockAssociation.withCidrBlockState(String cidrBlockState)
Information about the state of the IPv4 CIDR block.
|
| Modifier and Type | Method and Description |
|---|---|
List<CidrBlockAssociation> |
AwsEc2VpcDetails.getCidrBlockAssociationSet()
Information about the IPv4 CIDR blocks associated with the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
AwsEc2VpcDetails |
AwsEc2VpcDetails.withCidrBlockAssociationSet(CidrBlockAssociation... cidrBlockAssociationSet)
Information about the IPv4 CIDR blocks associated with the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEc2VpcDetails.setCidrBlockAssociationSet(Collection<CidrBlockAssociation> cidrBlockAssociationSet)
Information about the IPv4 CIDR blocks associated with the VPC.
|
AwsEc2VpcDetails |
AwsEc2VpcDetails.withCidrBlockAssociationSet(Collection<CidrBlockAssociation> cidrBlockAssociationSet)
Information about the IPv4 CIDR blocks associated with the VPC.
|
Copyright © 2020. All rights reserved.