| Package | Description |
|---|---|
| com.amazonaws.services.securityhub |
Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and
resources.
|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
GetFindingsResult |
AbstractAWSSecurityHub.getFindings(GetFindingsRequest request) |
GetFindingsResult |
AWSSecurityHub.getFindings(GetFindingsRequest getFindingsRequest)
Returns a list of findings that match the specified criteria.
|
GetFindingsResult |
AWSSecurityHubClient.getFindings(GetFindingsRequest request)
Returns a list of findings that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetFindingsResult> |
AbstractAWSSecurityHubAsync.getFindingsAsync(GetFindingsRequest request,
AsyncHandler<GetFindingsRequest,GetFindingsResult> asyncHandler) |
Future<GetFindingsResult> |
AWSSecurityHubAsyncClient.getFindingsAsync(GetFindingsRequest request,
AsyncHandler<GetFindingsRequest,GetFindingsResult> asyncHandler) |
Future<GetFindingsResult> |
AWSSecurityHubAsync.getFindingsAsync(GetFindingsRequest getFindingsRequest,
AsyncHandler<GetFindingsRequest,GetFindingsResult> asyncHandler)
Returns a list of findings that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
GetFindingsResult |
GetFindingsResult.clone() |
GetFindingsResult |
GetFindingsResult.withFindings(AwsSecurityFinding... findings)
The findings that matched the filters specified in the request.
|
GetFindingsResult |
GetFindingsResult.withFindings(Collection<AwsSecurityFinding> findings)
The findings that matched the filters specified in the request.
|
GetFindingsResult |
GetFindingsResult.withNextToken(String nextToken)
The pagination token to use to request the next page of results.
|
Copyright © 2023. All rights reserved.