| Package | Description |
|---|---|
| com.amazonaws.services.inspector2 |
Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities
within your Amazon EC2 and Amazon ECR environments.
|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateFilterResult |
AWSInspector2Client.updateFilter(UpdateFilterRequest request)
Specifies the action that is to be applied to the findings that match the filter.
|
UpdateFilterResult |
AbstractAWSInspector2.updateFilter(UpdateFilterRequest request) |
UpdateFilterResult |
AWSInspector2.updateFilter(UpdateFilterRequest updateFilterRequest)
Specifies the action that is to be applied to the findings that match the filter.
|
Future<UpdateFilterResult> |
AWSInspector2AsyncClient.updateFilterAsync(UpdateFilterRequest request) |
Future<UpdateFilterResult> |
AbstractAWSInspector2Async.updateFilterAsync(UpdateFilterRequest request) |
Future<UpdateFilterResult> |
AWSInspector2Async.updateFilterAsync(UpdateFilterRequest updateFilterRequest)
Specifies the action that is to be applied to the findings that match the filter.
|
Future<UpdateFilterResult> |
AWSInspector2AsyncClient.updateFilterAsync(UpdateFilterRequest request,
AsyncHandler<UpdateFilterRequest,UpdateFilterResult> asyncHandler) |
Future<UpdateFilterResult> |
AbstractAWSInspector2Async.updateFilterAsync(UpdateFilterRequest request,
AsyncHandler<UpdateFilterRequest,UpdateFilterResult> asyncHandler) |
Future<UpdateFilterResult> |
AWSInspector2Async.updateFilterAsync(UpdateFilterRequest updateFilterRequest,
AsyncHandler<UpdateFilterRequest,UpdateFilterResult> asyncHandler)
Specifies the action that is to be applied to the findings that match the filter.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFilterResult> |
AWSInspector2AsyncClient.updateFilterAsync(UpdateFilterRequest request,
AsyncHandler<UpdateFilterRequest,UpdateFilterResult> asyncHandler) |
Future<UpdateFilterResult> |
AbstractAWSInspector2Async.updateFilterAsync(UpdateFilterRequest request,
AsyncHandler<UpdateFilterRequest,UpdateFilterResult> asyncHandler) |
Future<UpdateFilterResult> |
AWSInspector2Async.updateFilterAsync(UpdateFilterRequest updateFilterRequest,
AsyncHandler<UpdateFilterRequest,UpdateFilterResult> asyncHandler)
Specifies the action that is to be applied to the findings that match the filter.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFilterRequest |
UpdateFilterRequest.clone() |
UpdateFilterRequest |
UpdateFilterRequest.withAction(FilterAction action)
Specifies the action that is to be applied to the findings that match the filter.
|
UpdateFilterRequest |
UpdateFilterRequest.withAction(String action)
Specifies the action that is to be applied to the findings that match the filter.
|
UpdateFilterRequest |
UpdateFilterRequest.withDescription(String description)
A description of the filter.
|
UpdateFilterRequest |
UpdateFilterRequest.withFilterArn(String filterArn)
The Amazon Resource Number (ARN) of the filter to update.
|
UpdateFilterRequest |
UpdateFilterRequest.withFilterCriteria(FilterCriteria filterCriteria)
Defines the criteria to be update in the filter.
|
UpdateFilterRequest |
UpdateFilterRequest.withName(String name)
The name of the filter.
|
UpdateFilterRequest |
UpdateFilterRequest.withReason(String reason)
The reason the filter was updated.
|
Copyright © 2022. All rights reserved.