| Package | Description |
|---|---|
| com.amazonaws.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
View |
View.clone() |
View |
GetViewResult.getView()
A structure that contains the details for the requested view.
|
View |
UpdateViewResult.getView()
Details about the view that you changed with this operation.
|
View |
CreateViewResult.getView()
A structure that contains the details about the new view.
|
View |
View.withFilters(SearchFilter filters)
An array of SearchFilter objects that specify which resources can be included in the results of queries
made using this view.
|
View |
View.withIncludedProperties(Collection<IncludedProperty> includedProperties)
A structure that contains additional information about the view.
|
View |
View.withIncludedProperties(IncludedProperty... includedProperties)
A structure that contains additional information about the view.
|
View |
View.withLastUpdatedAt(Date lastUpdatedAt)
The date and time when this view was last modified.
|
View |
View.withOwner(String owner)
The Amazon Web Services account that owns this view.
|
View |
View.withScope(String scope)
An Amazon resource name
(ARN) of an Amazon Web Services account, an organization, or an organizational unit (OU) that specifies
whether this view includes resources from only the specified Amazon Web Services account, all accounts in the
specified organization, or all accounts in the specified OU.
|
View |
View.withViewArn(String viewArn)
The Amazon resource name
(ARN) of the view.
|
| Modifier and Type | Method and Description |
|---|---|
List<View> |
BatchGetViewResult.getViews()
A structure with a list of objects with details for each of the specified views.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetViewResult.setView(View view)
A structure that contains the details for the requested view.
|
void |
UpdateViewResult.setView(View view)
Details about the view that you changed with this operation.
|
void |
CreateViewResult.setView(View view)
A structure that contains the details about the new view.
|
GetViewResult |
GetViewResult.withView(View view)
A structure that contains the details for the requested view.
|
UpdateViewResult |
UpdateViewResult.withView(View view)
Details about the view that you changed with this operation.
|
CreateViewResult |
CreateViewResult.withView(View view)
A structure that contains the details about the new view.
|
BatchGetViewResult |
BatchGetViewResult.withViews(View... views)
A structure with a list of objects with details for each of the specified views.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetViewResult.setViews(Collection<View> views)
A structure with a list of objects with details for each of the specified views.
|
BatchGetViewResult |
BatchGetViewResult.withViews(Collection<View> views)
A structure with a list of objects with details for each of the specified views.
|
Copyright © 2024. All rights reserved.