| 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 |
|---|---|
Future<CreateInsightResult> |
AWSSecurityHubAsyncClient.createInsightAsync(CreateInsightRequest request,
AsyncHandler<CreateInsightRequest,CreateInsightResult> asyncHandler) |
Future<CreateInsightResult> |
AWSSecurityHubAsync.createInsightAsync(CreateInsightRequest createInsightRequest,
AsyncHandler<CreateInsightRequest,CreateInsightResult> asyncHandler)
Creates a custom insight in Security Hub.
|
Future<CreateInsightResult> |
AbstractAWSSecurityHubAsync.createInsightAsync(CreateInsightRequest request,
AsyncHandler<CreateInsightRequest,CreateInsightResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateInsightRequest |
CreateInsightRequest.clone() |
CreateInsightRequest |
CreateInsightRequest.withFilters(AwsSecurityFindingFilters filters)
One or more attributes used to filter the findings included in the insight.
|
CreateInsightRequest |
CreateInsightRequest.withGroupByAttribute(String groupByAttribute)
The attribute used to group the findings for the insight.
|
CreateInsightRequest |
CreateInsightRequest.withName(String name)
The name of the custom insight to create.
|
Copyright © 2024. All rights reserved.