| Package | Description |
|---|---|
| com.amazonaws.services.resourceexplorer2 |
Amazon Web Services Resource Explorer is a resource search and discovery service.
|
| com.amazonaws.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateViewResult |
AWSResourceExplorer2Client.updateView(UpdateViewRequest request)
Modifies some of the details of a view.
|
UpdateViewResult |
AWSResourceExplorer2.updateView(UpdateViewRequest updateViewRequest)
Modifies some of the details of a view.
|
UpdateViewResult |
AbstractAWSResourceExplorer2.updateView(UpdateViewRequest request) |
Future<UpdateViewResult> |
AbstractAWSResourceExplorer2Async.updateViewAsync(UpdateViewRequest request) |
Future<UpdateViewResult> |
AWSResourceExplorer2AsyncClient.updateViewAsync(UpdateViewRequest request) |
Future<UpdateViewResult> |
AWSResourceExplorer2Async.updateViewAsync(UpdateViewRequest updateViewRequest)
Modifies some of the details of a view.
|
Future<UpdateViewResult> |
AbstractAWSResourceExplorer2Async.updateViewAsync(UpdateViewRequest request,
AsyncHandler<UpdateViewRequest,UpdateViewResult> asyncHandler) |
Future<UpdateViewResult> |
AWSResourceExplorer2AsyncClient.updateViewAsync(UpdateViewRequest request,
AsyncHandler<UpdateViewRequest,UpdateViewResult> asyncHandler) |
Future<UpdateViewResult> |
AWSResourceExplorer2Async.updateViewAsync(UpdateViewRequest updateViewRequest,
AsyncHandler<UpdateViewRequest,UpdateViewResult> asyncHandler)
Modifies some of the details of a view.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateViewResult> |
AbstractAWSResourceExplorer2Async.updateViewAsync(UpdateViewRequest request,
AsyncHandler<UpdateViewRequest,UpdateViewResult> asyncHandler) |
Future<UpdateViewResult> |
AWSResourceExplorer2AsyncClient.updateViewAsync(UpdateViewRequest request,
AsyncHandler<UpdateViewRequest,UpdateViewResult> asyncHandler) |
Future<UpdateViewResult> |
AWSResourceExplorer2Async.updateViewAsync(UpdateViewRequest updateViewRequest,
AsyncHandler<UpdateViewRequest,UpdateViewResult> asyncHandler)
Modifies some of the details of a view.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateViewRequest |
UpdateViewRequest.clone() |
UpdateViewRequest |
UpdateViewRequest.withFilters(SearchFilter filters)
An array of strings that specify which resources are included in the results of queries made using this view.
|
UpdateViewRequest |
UpdateViewRequest.withIncludedProperties(Collection<IncludedProperty> includedProperties)
Specifies optional fields that you want included in search results from this view.
|
UpdateViewRequest |
UpdateViewRequest.withIncludedProperties(IncludedProperty... includedProperties)
Specifies optional fields that you want included in search results from this view.
|
UpdateViewRequest |
UpdateViewRequest.withViewArn(String viewArn)
The Amazon resource name
(ARN) of the view that you want to modify.
|
Copyright © 2023. All rights reserved.