| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
List<Ipv6CidrBlockAssociation> |
AwsEc2VpcDetails.ipv6CidrBlockAssociationSet()
Information about the IPv6 CIDR blocks associated with the VPC.
|
List<Ipv6CidrBlockAssociation> |
AwsEc2SubnetDetails.ipv6CidrBlockAssociationSet()
The IPV6 CIDR blocks that are associated with the subnet.
|
| Modifier and Type | Method and Description |
|---|---|
AwsEc2VpcDetails.Builder |
AwsEc2VpcDetails.Builder.ipv6CidrBlockAssociationSet(Ipv6CidrBlockAssociation... ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the VPC.
|
AwsEc2SubnetDetails.Builder |
AwsEc2SubnetDetails.Builder.ipv6CidrBlockAssociationSet(Ipv6CidrBlockAssociation... ipv6CidrBlockAssociationSet)
The IPV6 CIDR blocks that are associated with the subnet.
|
| Modifier and Type | Method and Description |
|---|---|
AwsEc2VpcDetails.Builder |
AwsEc2VpcDetails.Builder.ipv6CidrBlockAssociationSet(Collection<Ipv6CidrBlockAssociation> ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the VPC.
|
AwsEc2SubnetDetails.Builder |
AwsEc2SubnetDetails.Builder.ipv6CidrBlockAssociationSet(Collection<Ipv6CidrBlockAssociation> ipv6CidrBlockAssociationSet)
The IPV6 CIDR blocks that are associated with the subnet.
|
Copyright © 2023. All rights reserved.