Uses of Class
software.amazon.awssdk.services.securityhub.model.AssociationSetDetails
-
Packages that use AssociationSetDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AssociationSetDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AssociationSetDetails Modifier and Type Method Description List<AssociationSetDetails>AwsEc2RouteTableDetails. associationSet()The associations between a route table and one or more subnets or a gateway.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AssociationSetDetails Modifier and Type Method Description AwsEc2RouteTableDetails.BuilderAwsEc2RouteTableDetails.Builder. associationSet(AssociationSetDetails... associationSet)The associations between a route table and one or more subnets or a gateway.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AssociationSetDetails Modifier and Type Method Description AwsEc2RouteTableDetails.BuilderAwsEc2RouteTableDetails.Builder. associationSet(Collection<AssociationSetDetails> associationSet)The associations between a route table and one or more subnets or a gateway.
-