Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsSecurityFinding
-
Packages that use AwsSecurityFinding Package Description software.amazon.awssdk.services.securityhub.model software.amazon.awssdk.services.securityhub.paginators -
-
Uses of AwsSecurityFinding in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsSecurityFinding Modifier and Type Method Description List<AwsSecurityFinding>BatchImportFindingsRequest. findings()A list of findings to import.List<AwsSecurityFinding>GetFindingsResponse. findings()The findings that matched the filters specified in the request.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsSecurityFinding Modifier and Type Method Description BatchImportFindingsRequest.BuilderBatchImportFindingsRequest.Builder. findings(AwsSecurityFinding... findings)A list of findings to import.GetFindingsResponse.BuilderGetFindingsResponse.Builder. findings(AwsSecurityFinding... findings)The findings that matched the filters specified in the request.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsSecurityFinding Modifier and Type Method Description BatchImportFindingsRequest.BuilderBatchImportFindingsRequest.Builder. findings(Collection<AwsSecurityFinding> findings)A list of findings to import.GetFindingsResponse.BuilderGetFindingsResponse.Builder. findings(Collection<AwsSecurityFinding> findings)The findings that matched the filters specified in the request. -
Uses of AwsSecurityFinding in software.amazon.awssdk.services.securityhub.paginators
Methods in software.amazon.awssdk.services.securityhub.paginators that return types with arguments of type AwsSecurityFinding Modifier and Type Method Description SdkIterable<AwsSecurityFinding>GetFindingsIterable. findings()Returns an iterable to iterate through the paginatedGetFindingsResponse.findings()member.SdkPublisher<AwsSecurityFinding>GetFindingsPublisher. findings()Returns a publisher that can be used to get a stream of data.
-