| 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 GetInsightResultsResponse |
SecurityHubClient.getInsightResults(Consumer<GetInsightResultsRequest.Builder> getInsightResultsRequest)
Lists the results of the Security Hub insight specified by the insight ARN.
|
default CompletableFuture<GetInsightResultsResponse> |
SecurityHubAsyncClient.getInsightResults(Consumer<GetInsightResultsRequest.Builder> getInsightResultsRequest)
Lists the results of the Security Hub insight specified by the insight ARN.
|
| Modifier and Type | Method and Description |
|---|---|
static GetInsightResultsRequest.Builder |
GetInsightResultsRequest.builder() |
GetInsightResultsRequest.Builder |
GetInsightResultsRequest.Builder.insightArn(String insightArn)
The ARN of the insight for which to return results.
|
GetInsightResultsRequest.Builder |
GetInsightResultsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetInsightResultsRequest.Builder |
GetInsightResultsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetInsightResultsRequest.Builder |
GetInsightResultsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetInsightResultsRequest.Builder> |
GetInsightResultsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.