| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub |
Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and
resources.
|
| software.amazon.awssdk.services.securityhub.paginators | |
| software.amazon.awssdk.services.securityhub.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetFindingsResponse |
SecurityHubClient.getFindings(GetFindingsRequest getFindingsRequest)
Returns a list of findings that match the specified criteria.
|
default CompletableFuture<GetFindingsResponse> |
SecurityHubAsyncClient.getFindings(GetFindingsRequest getFindingsRequest)
Returns a list of findings that match the specified criteria.
|
default GetFindingsIterable |
SecurityHubClient.getFindingsPaginator(GetFindingsRequest getFindingsRequest)
Returns a list of findings that match the specified criteria.
|
default GetFindingsPublisher |
SecurityHubAsyncClient.getFindingsPaginator(GetFindingsRequest getFindingsRequest)
Returns a list of findings that match the specified criteria.
|
| Constructor and Description |
|---|
GetFindingsIterable(SecurityHubClient client,
GetFindingsRequest firstRequest) |
GetFindingsPublisher(SecurityHubAsyncClient client,
GetFindingsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetFindingsRequestMarshaller.marshall(GetFindingsRequest getFindingsRequest) |
Copyright © 2023. All rights reserved.