| 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 |
|---|---|
UpdateInsightResult |
AWSSecurityHub.updateInsight(UpdateInsightRequest updateInsightRequest)
Updates the Security Hub insight identified by the specified insight ARN.
|
UpdateInsightResult |
AWSSecurityHubClient.updateInsight(UpdateInsightRequest request)
Updates the Security Hub insight identified by the specified insight ARN.
|
UpdateInsightResult |
AbstractAWSSecurityHub.updateInsight(UpdateInsightRequest request) |
Future<UpdateInsightResult> |
AWSSecurityHubAsync.updateInsightAsync(UpdateInsightRequest updateInsightRequest)
Updates the Security Hub insight identified by the specified insight ARN.
|
Future<UpdateInsightResult> |
AbstractAWSSecurityHubAsync.updateInsightAsync(UpdateInsightRequest request) |
Future<UpdateInsightResult> |
AWSSecurityHubAsyncClient.updateInsightAsync(UpdateInsightRequest request) |
Future<UpdateInsightResult> |
AWSSecurityHubAsync.updateInsightAsync(UpdateInsightRequest updateInsightRequest,
AsyncHandler<UpdateInsightRequest,UpdateInsightResult> asyncHandler)
Updates the Security Hub insight identified by the specified insight ARN.
|
Future<UpdateInsightResult> |
AbstractAWSSecurityHubAsync.updateInsightAsync(UpdateInsightRequest request,
AsyncHandler<UpdateInsightRequest,UpdateInsightResult> asyncHandler) |
Future<UpdateInsightResult> |
AWSSecurityHubAsyncClient.updateInsightAsync(UpdateInsightRequest request,
AsyncHandler<UpdateInsightRequest,UpdateInsightResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateInsightResult> |
AWSSecurityHubAsync.updateInsightAsync(UpdateInsightRequest updateInsightRequest,
AsyncHandler<UpdateInsightRequest,UpdateInsightResult> asyncHandler)
Updates the Security Hub insight identified by the specified insight ARN.
|
Future<UpdateInsightResult> |
AbstractAWSSecurityHubAsync.updateInsightAsync(UpdateInsightRequest request,
AsyncHandler<UpdateInsightRequest,UpdateInsightResult> asyncHandler) |
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 © 2021. All rights reserved.