Uses of Class
software.amazon.awssdk.services.securityhub.model.Ipv6CidrBlockAssociation
-
Packages that use Ipv6CidrBlockAssociation Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of Ipv6CidrBlockAssociation in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type Ipv6CidrBlockAssociation Modifier and Type Method Description List<Ipv6CidrBlockAssociation>AwsEc2SubnetDetails. ipv6CidrBlockAssociationSet()The IPV6 CIDR blocks that are associated with the subnet.List<Ipv6CidrBlockAssociation>AwsEc2VpcDetails. ipv6CidrBlockAssociationSet()Information about the IPv6 CIDR blocks associated with the VPC.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type Ipv6CidrBlockAssociation Modifier and Type Method Description AwsEc2SubnetDetails.BuilderAwsEc2SubnetDetails.Builder. ipv6CidrBlockAssociationSet(Ipv6CidrBlockAssociation... ipv6CidrBlockAssociationSet)The IPV6 CIDR blocks that are associated with the subnet.AwsEc2VpcDetails.BuilderAwsEc2VpcDetails.Builder. ipv6CidrBlockAssociationSet(Ipv6CidrBlockAssociation... ipv6CidrBlockAssociationSet)Information about the IPv6 CIDR blocks associated with the VPC.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type Ipv6CidrBlockAssociation Modifier and Type Method Description AwsEc2SubnetDetails.BuilderAwsEc2SubnetDetails.Builder. ipv6CidrBlockAssociationSet(Collection<Ipv6CidrBlockAssociation> ipv6CidrBlockAssociationSet)The IPV6 CIDR blocks that are associated with the subnet.AwsEc2VpcDetails.BuilderAwsEc2VpcDetails.Builder. ipv6CidrBlockAssociationSet(Collection<Ipv6CidrBlockAssociation> ipv6CidrBlockAssociationSet)Information about the IPv6 CIDR blocks associated with the VPC.
-