| 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 |
|---|---|
UpdateInsightResult |
AWSSecurityHubClient.updateInsight(UpdateInsightRequest request)
Updates the AWS Security Hub insight specified by the insight ARN.
|
UpdateInsightResult |
AWSSecurityHub.updateInsight(UpdateInsightRequest updateInsightRequest)
Updates the AWS Security Hub insight specified by the insight ARN.
|
UpdateInsightResult |
AbstractAWSSecurityHub.updateInsight(UpdateInsightRequest request) |
Future<UpdateInsightResult> |
AbstractAWSSecurityHubAsync.updateInsightAsync(UpdateInsightRequest request) |
Future<UpdateInsightResult> |
AWSSecurityHubAsync.updateInsightAsync(UpdateInsightRequest updateInsightRequest)
Updates the AWS Security Hub insight specified by the insight ARN.
|
Future<UpdateInsightResult> |
AWSSecurityHubAsyncClient.updateInsightAsync(UpdateInsightRequest request) |
Future<UpdateInsightResult> |
AbstractAWSSecurityHubAsync.updateInsightAsync(UpdateInsightRequest request,
AsyncHandler<UpdateInsightRequest,UpdateInsightResult> asyncHandler) |
Future<UpdateInsightResult> |
AWSSecurityHubAsync.updateInsightAsync(UpdateInsightRequest updateInsightRequest,
AsyncHandler<UpdateInsightRequest,UpdateInsightResult> asyncHandler)
Updates the AWS Security Hub insight specified by the insight ARN.
|
Future<UpdateInsightResult> |
AWSSecurityHubAsyncClient.updateInsightAsync(UpdateInsightRequest request,
AsyncHandler<UpdateInsightRequest,UpdateInsightResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateInsightResult> |
AbstractAWSSecurityHubAsync.updateInsightAsync(UpdateInsightRequest request,
AsyncHandler<UpdateInsightRequest,UpdateInsightResult> asyncHandler) |
Future<UpdateInsightResult> |
AWSSecurityHubAsync.updateInsightAsync(UpdateInsightRequest updateInsightRequest,
AsyncHandler<UpdateInsightRequest,UpdateInsightResult> asyncHandler)
Updates the AWS Security Hub insight specified by the insight ARN.
|
Future<UpdateInsightResult> |
AWSSecurityHubAsyncClient.updateInsightAsync(UpdateInsightRequest request,
AsyncHandler<UpdateInsightRequest,UpdateInsightResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateInsightRequest |
UpdateInsightRequest.clone() |
UpdateInsightRequest |
UpdateInsightRequest.withFilters(AwsSecurityFindingFilters filters)
The updated filters that define this insight.
|
UpdateInsightRequest |
UpdateInsightRequest.withGroupByAttribute(String groupByAttribute)
The updated GroupBy attribute that defines this insight.
|
UpdateInsightRequest |
UpdateInsightRequest.withInsightArn(String insightArn)
The ARN of the insight that you want to update.
|
UpdateInsightRequest |
UpdateInsightRequest.withName(String name)
The updated name for the insight.
|
Copyright © 2018. All rights reserved.