| 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 GetFindingHistoryResponse |
SecurityHubClient.getFindingHistory(Consumer<GetFindingHistoryRequest.Builder> getFindingHistoryRequest)
Returns history for a Security Hub finding in the last 90 days.
|
default GetFindingHistoryResponse |
SecurityHubClient.getFindingHistory(GetFindingHistoryRequest getFindingHistoryRequest)
Returns history for a Security Hub finding in the last 90 days.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetFindingHistoryResponse> |
SecurityHubAsyncClient.getFindingHistory(Consumer<GetFindingHistoryRequest.Builder> getFindingHistoryRequest)
Returns history for a Security Hub finding in the last 90 days.
|
default CompletableFuture<GetFindingHistoryResponse> |
SecurityHubAsyncClient.getFindingHistory(GetFindingHistoryRequest getFindingHistoryRequest)
Returns history for a Security Hub finding in the last 90 days.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetFindingHistoryResponse> |
GetFindingHistoryIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetFindingHistoryPublisher.subscribe(org.reactivestreams.Subscriber<? super GetFindingHistoryResponse> subscriber) |
Copyright © 2023. All rights reserved.