| Package | Description |
|---|---|
| com.amazonaws.services.securityhub |
Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and
resources.
|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
GetInsightsResult |
AbstractAWSSecurityHub.getInsights(GetInsightsRequest request) |
GetInsightsResult |
AWSSecurityHub.getInsights(GetInsightsRequest getInsightsRequest)
Lists and describes insights for the specified insight ARNs.
|
GetInsightsResult |
AWSSecurityHubClient.getInsights(GetInsightsRequest request)
Lists and describes insights for the specified insight ARNs.
|
Future<GetInsightsResult> |
AbstractAWSSecurityHubAsync.getInsightsAsync(GetInsightsRequest request) |
Future<GetInsightsResult> |
AWSSecurityHubAsync.getInsightsAsync(GetInsightsRequest getInsightsRequest)
Lists and describes insights for the specified insight ARNs.
|
Future<GetInsightsResult> |
AWSSecurityHubAsyncClient.getInsightsAsync(GetInsightsRequest request) |
Future<GetInsightsResult> |
AbstractAWSSecurityHubAsync.getInsightsAsync(GetInsightsRequest request,
AsyncHandler<GetInsightsRequest,GetInsightsResult> asyncHandler) |
Future<GetInsightsResult> |
AWSSecurityHubAsync.getInsightsAsync(GetInsightsRequest getInsightsRequest,
AsyncHandler<GetInsightsRequest,GetInsightsResult> asyncHandler)
Lists and describes insights for the specified insight ARNs.
|
Future<GetInsightsResult> |
AWSSecurityHubAsyncClient.getInsightsAsync(GetInsightsRequest request,
AsyncHandler<GetInsightsRequest,GetInsightsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetInsightsResult> |
AbstractAWSSecurityHubAsync.getInsightsAsync(GetInsightsRequest request,
AsyncHandler<GetInsightsRequest,GetInsightsResult> asyncHandler) |
Future<GetInsightsResult> |
AWSSecurityHubAsync.getInsightsAsync(GetInsightsRequest getInsightsRequest,
AsyncHandler<GetInsightsRequest,GetInsightsResult> asyncHandler)
Lists and describes insights for the specified insight ARNs.
|
Future<GetInsightsResult> |
AWSSecurityHubAsyncClient.getInsightsAsync(GetInsightsRequest request,
AsyncHandler<GetInsightsRequest,GetInsightsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetInsightsRequest |
GetInsightsRequest.clone() |
GetInsightsRequest |
GetInsightsRequest.withInsightArns(Collection<String> insightArns)
The ARNs of the insights to describe.
|
GetInsightsRequest |
GetInsightsRequest.withInsightArns(String... insightArns)
The ARNs of the insights to describe.
|
GetInsightsRequest |
GetInsightsRequest.withMaxResults(Integer maxResults)
The maximum number of items to return in the response.
|
GetInsightsRequest |
GetInsightsRequest.withNextToken(String nextToken)
The token that is required for pagination.
|
Copyright © 2022. All rights reserved.