Uses of Class
software.amazon.awssdk.services.securityhub.model.Resource
-
Packages that use Resource Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of Resource in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type Resource Modifier and Type Method Description List<Resource>AwsSecurityFinding. resources()A set of resource data types that describe the resources that the finding refers to.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type Resource Modifier and Type Method Description AwsSecurityFinding.BuilderAwsSecurityFinding.Builder. resources(Resource... resources)A set of resource data types that describe the resources that the finding refers to.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type Resource Modifier and Type Method Description AwsSecurityFinding.BuilderAwsSecurityFinding.Builder. resources(Collection<Resource> resources)A set of resource data types that describe the resources that the finding refers to.
-