| 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 GetInsightsResponse |
SecurityHubClient.getInsights(Consumer<GetInsightsRequest.Builder> getInsightsRequest)
Lists and describes insights for the specified insight ARNs.
|
default GetInsightsResponse |
SecurityHubClient.getInsights(GetInsightsRequest getInsightsRequest)
Lists and describes insights for the specified insight ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetInsightsResponse> |
SecurityHubAsyncClient.getInsights(Consumer<GetInsightsRequest.Builder> getInsightsRequest)
Lists and describes insights for the specified insight ARNs.
|
default CompletableFuture<GetInsightsResponse> |
SecurityHubAsyncClient.getInsights(GetInsightsRequest getInsightsRequest)
Lists and describes insights for the specified insight ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetInsightsResponse> |
GetInsightsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetInsightsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetInsightsResponse> subscriber) |
Copyright © 2023. All rights reserved.