| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default GetInsightsResponse |
SecurityHubClient.getInsights(Consumer<GetInsightsRequest.Builder> getInsightsRequest)
Lists and describes insights for the specified insight ARNs.
|
default CompletableFuture<GetInsightsResponse> |
SecurityHubAsyncClient.getInsights(Consumer<GetInsightsRequest.Builder> getInsightsRequest)
Lists and describes insights for the specified insight ARNs.
|
default GetInsightsIterable |
SecurityHubClient.getInsightsPaginator(Consumer<GetInsightsRequest.Builder> getInsightsRequest)
Lists and describes insights for the specified insight ARNs.
|
default GetInsightsPublisher |
SecurityHubAsyncClient.getInsightsPaginator(Consumer<GetInsightsRequest.Builder> getInsightsRequest)
Lists and describes insights for the specified insight ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
static GetInsightsRequest.Builder |
GetInsightsRequest.builder() |
GetInsightsRequest.Builder |
GetInsightsRequest.Builder.insightArns(Collection<String> insightArns)
The ARNs of the insights to describe.
|
GetInsightsRequest.Builder |
GetInsightsRequest.Builder.insightArns(String... insightArns)
The ARNs of the insights to describe.
|
GetInsightsRequest.Builder |
GetInsightsRequest.Builder.maxResults(Integer maxResults)
The maximum number of items to return in the response.
|
GetInsightsRequest.Builder |
GetInsightsRequest.Builder.nextToken(String nextToken)
The token that is required for pagination.
|
GetInsightsRequest.Builder |
GetInsightsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetInsightsRequest.Builder |
GetInsightsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetInsightsRequest.Builder |
GetInsightsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetInsightsRequest.Builder> |
GetInsightsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.