| Package | Description |
|---|---|
| com.amazonaws.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetViewError |
BatchGetViewError.clone() |
BatchGetViewError |
BatchGetViewError.withErrorMessage(String errorMessage)
The description of the error for the specified view.
|
BatchGetViewError |
BatchGetViewError.withViewArn(String viewArn)
The Amazon resource name
(ARN) of the view for which Resource Explorer failed to retrieve details.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetViewError> |
BatchGetViewResult.getErrors()
If any of the specified ARNs result in an error, then this structure describes the error.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetViewResult |
BatchGetViewResult.withErrors(BatchGetViewError... errors)
If any of the specified ARNs result in an error, then this structure describes the error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetViewResult.setErrors(Collection<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.
|
Copyright © 2025. All rights reserved.