| 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 |
|---|---|
BatchGetViewResult |
AWSResourceExplorer2Client.batchGetView(BatchGetViewRequest request)
Retrieves details about a list of views.
|
BatchGetViewResult |
AWSResourceExplorer2.batchGetView(BatchGetViewRequest batchGetViewRequest)
Retrieves details about a list of views.
|
BatchGetViewResult |
AbstractAWSResourceExplorer2.batchGetView(BatchGetViewRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetViewResult> |
AbstractAWSResourceExplorer2Async.batchGetViewAsync(BatchGetViewRequest request,
AsyncHandler<BatchGetViewRequest,BatchGetViewResult> asyncHandler) |
Future<BatchGetViewResult> |
AWSResourceExplorer2AsyncClient.batchGetViewAsync(BatchGetViewRequest request,
AsyncHandler<BatchGetViewRequest,BatchGetViewResult> asyncHandler) |
Future<BatchGetViewResult> |
AWSResourceExplorer2Async.batchGetViewAsync(BatchGetViewRequest batchGetViewRequest,
AsyncHandler<BatchGetViewRequest,BatchGetViewResult> asyncHandler)
Retrieves details about a list of views.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetViewResult |
BatchGetViewResult.clone() |
BatchGetViewResult |
BatchGetViewResult.withErrors(BatchGetViewError... errors)
If any of the specified ARNs result in an error, then this structure describes the error.
|
BatchGetViewResult |
BatchGetViewResult.withErrors(Collection<BatchGetViewError> errors)
If any of the specified ARNs result in an error, then this structure describes the error.
|
BatchGetViewResult |
BatchGetViewResult.withViews(Collection<View> views)
A structure with a list of objects with details for each of the specified views.
|
BatchGetViewResult |
BatchGetViewResult.withViews(View... views)
A structure with a list of objects with details for each of the specified views.
|
Copyright © 2023. All rights reserved.