| Package | Description |
|---|---|
| com.amazonaws.services.securityhub |
Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you
assess your Amazon Web Services environment against security industry standards and best practices.
|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
GetInsightsResult |
AbstractAWSSecurityHub.getInsights(GetInsightsRequest request) |
GetInsightsResult |
AWSSecurityHubClient.getInsights(GetInsightsRequest request)
Lists and describes insights for the specified insight ARNs.
|
GetInsightsResult |
AWSSecurityHub.getInsights(GetInsightsRequest getInsightsRequest)
Lists and describes insights for the specified insight ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetInsightsResult> |
AbstractAWSSecurityHubAsync.getInsightsAsync(GetInsightsRequest request,
AsyncHandler<GetInsightsRequest,GetInsightsResult> asyncHandler) |
Future<GetInsightsResult> |
AWSSecurityHubAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
GetInsightsResult |
GetInsightsResult.clone() |
GetInsightsResult |
GetInsightsResult.withInsights(Collection<Insight> insights)
The insights returned by the operation.
|
GetInsightsResult |
GetInsightsResult.withInsights(Insight... insights)
The insights returned by the operation.
|
GetInsightsResult |
GetInsightsResult.withNextToken(String nextToken)
The pagination token to use to request the next page of results.
|
Copyright © 2024. All rights reserved.