| 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 |
| Modifier and Type | Method and Description |
|---|---|
default GetFindingsResponse |
SecurityHubClient.getFindings()
Returns a list of findings that match the specified criteria.
|
default GetFindingsResponse |
SecurityHubClient.getFindings(Consumer<GetFindingsRequest.Builder> getFindingsRequest)
Returns a list of findings that match the specified criteria.
|
default GetFindingsResponse |
SecurityHubClient.getFindings(GetFindingsRequest getFindingsRequest)
Returns a list of findings that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetFindingsResponse> |
SecurityHubAsyncClient.getFindings()
Returns a list of findings that match the specified criteria.
|
default CompletableFuture<GetFindingsResponse> |
SecurityHubAsyncClient.getFindings(Consumer<GetFindingsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetFindingsResponse> |
GetFindingsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetFindingsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetFindingsResponse> subscriber) |
Copyright © 2023. All rights reserved.