| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetViewResponse.Builder |
BatchGetViewResponse.builder() |
BatchGetViewResponse.Builder |
BatchGetViewResponse.Builder.errors(BatchGetViewError... errors)
If any of the specified ARNs result in an error, then this structure describes the error.
|
BatchGetViewResponse.Builder |
BatchGetViewResponse.Builder.errors(Collection<BatchGetViewError> errors)
If any of the specified ARNs result in an error, then this structure describes the error.
|
BatchGetViewResponse.Builder |
BatchGetViewResponse.Builder.errors(Consumer<BatchGetViewError.Builder>... errors)
If any of the specified ARNs result in an error, then this structure describes the error.
|
BatchGetViewResponse.Builder |
BatchGetViewResponse.toBuilder() |
BatchGetViewResponse.Builder |
BatchGetViewResponse.Builder.views(Collection<View> views)
A structure with a list of objects with details for each of the specified views.
|
BatchGetViewResponse.Builder |
BatchGetViewResponse.Builder.views(Consumer<View.Builder>... views)
A structure with a list of objects with details for each of the specified views.
|
BatchGetViewResponse.Builder |
BatchGetViewResponse.Builder.views(View... views)
A structure with a list of objects with details for each of the specified views.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetViewResponse.Builder> |
BatchGetViewResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.