Uses of Class
software.amazon.awssdk.services.securityhub.model.CidrBlockAssociation
-
Packages that use CidrBlockAssociation Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of CidrBlockAssociation in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type CidrBlockAssociation Modifier and Type Method Description List<CidrBlockAssociation>AwsEc2VpcDetails. cidrBlockAssociationSet()Information about the IPv4 CIDR blocks associated with the VPC.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type CidrBlockAssociation Modifier and Type Method Description AwsEc2VpcDetails.BuilderAwsEc2VpcDetails.Builder. cidrBlockAssociationSet(CidrBlockAssociation... cidrBlockAssociationSet)Information about the IPv4 CIDR blocks associated with the VPC.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type CidrBlockAssociation Modifier and Type Method Description AwsEc2VpcDetails.BuilderAwsEc2VpcDetails.Builder. cidrBlockAssociationSet(Collection<CidrBlockAssociation> cidrBlockAssociationSet)Information about the IPv4 CIDR blocks associated with the VPC.
-