| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
View |
CreateViewResponse.view()
A structure that contains the details about the new view.
|
View |
GetViewResponse.view()
A structure that contains the details for the requested view.
|
View |
UpdateViewResponse.view()
Details about the view that you changed with this operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<View> |
BatchGetViewResponse.views()
A structure with a list of objects with details for each of the specified views.
|
| Modifier and Type | Method and Description |
|---|---|
CreateViewResponse.Builder |
CreateViewResponse.Builder.view(View view)
A structure that contains the details about the new view.
|
GetViewResponse.Builder |
GetViewResponse.Builder.view(View view)
A structure that contains the details for the requested view.
|
UpdateViewResponse.Builder |
UpdateViewResponse.Builder.view(View view)
Details about the view that you changed with this operation.
|
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 |
|---|---|
BatchGetViewResponse.Builder |
BatchGetViewResponse.Builder.views(Collection<View> views)
A structure with a list of objects with details for each of the specified views.
|
Copyright © 2023. All rights reserved.