| Package | Description |
|---|---|
| com.amazonaws.services.securityhub |
AWS Security Hub provides you with a comprehensive view of your security state within AWS and your compliance with
the security industry standards and best practices.
|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
CreateInsightResult |
AWSSecurityHub.createInsight(CreateInsightRequest createInsightRequest)
Creates an insight, which is a consolidation of findings that identifies a security area that requires attention
or intervention.
|
CreateInsightResult |
AbstractAWSSecurityHub.createInsight(CreateInsightRequest request) |
CreateInsightResult |
AWSSecurityHubClient.createInsight(CreateInsightRequest request)
Creates an insight, which is a consolidation of findings that identifies a security area that requires attention
or intervention.
|
Future<CreateInsightResult> |
AbstractAWSSecurityHubAsync.createInsightAsync(CreateInsightRequest request) |
Future<CreateInsightResult> |
AWSSecurityHubAsync.createInsightAsync(CreateInsightRequest createInsightRequest)
Creates an insight, which is a consolidation of findings that identifies a security area that requires attention
or intervention.
|
Future<CreateInsightResult> |
AWSSecurityHubAsyncClient.createInsightAsync(CreateInsightRequest request) |
Future<CreateInsightResult> |
AbstractAWSSecurityHubAsync.createInsightAsync(CreateInsightRequest request,
AsyncHandler<CreateInsightRequest,CreateInsightResult> asyncHandler) |
Future<CreateInsightResult> |
AWSSecurityHubAsync.createInsightAsync(CreateInsightRequest createInsightRequest,
AsyncHandler<CreateInsightRequest,CreateInsightResult> asyncHandler)
Creates an insight, which is a consolidation of findings that identifies a security area that requires attention
or intervention.
|
Future<CreateInsightResult> |
AWSSecurityHubAsyncClient.createInsightAsync(CreateInsightRequest request,
AsyncHandler<CreateInsightRequest,CreateInsightResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateInsightResult> |
AbstractAWSSecurityHubAsync.createInsightAsync(CreateInsightRequest request,
AsyncHandler<CreateInsightRequest,CreateInsightResult> asyncHandler) |
Future<CreateInsightResult> |
AWSSecurityHubAsync.createInsightAsync(CreateInsightRequest createInsightRequest,
AsyncHandler<CreateInsightRequest,CreateInsightResult> asyncHandler)
Creates an insight, which is a consolidation of findings that identifies a security area that requires attention
or intervention.
|
Future<CreateInsightResult> |
AWSSecurityHubAsyncClient.createInsightAsync(CreateInsightRequest request,
AsyncHandler<CreateInsightRequest,CreateInsightResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateInsightRequest |
CreateInsightRequest.clone() |
CreateInsightRequest |
CreateInsightRequest.withFilters(AwsSecurityFindingFilters filters)
A collection of attributes that are applied to all active Security Hub-aggregated findings and that result in a
subset of findings that are included in this insight.
|
CreateInsightRequest |
CreateInsightRequest.withGroupByAttribute(String groupByAttribute)
The attribute by which the insight's findings are grouped.
|
CreateInsightRequest |
CreateInsightRequest.withName(String name)
The user-defined name that identifies the insight that you want to create.
|
Copyright © 2019. All rights reserved.