| Package | Description |
|---|---|
| com.amazonaws.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
IncludedProperty |
IncludedProperty.clone() |
IncludedProperty |
IncludedProperty.withName(String name)
The name of the property that is included in this view.
|
| Modifier and Type | Method and Description |
|---|---|
List<IncludedProperty> |
CreateViewRequest.getIncludedProperties()
Specifies optional fields that you want included in search results from this view.
|
List<IncludedProperty> |
UpdateViewRequest.getIncludedProperties()
Specifies optional fields that you want included in search results from this view.
|
List<IncludedProperty> |
View.getIncludedProperties()
A structure that contains additional information about the view.
|
| Modifier and Type | Method and Description |
|---|---|
CreateViewRequest |
CreateViewRequest.withIncludedProperties(IncludedProperty... includedProperties)
Specifies optional fields that you want included in search results from this view.
|
UpdateViewRequest |
UpdateViewRequest.withIncludedProperties(IncludedProperty... includedProperties)
Specifies optional fields that you want included in search results from this view.
|
View |
View.withIncludedProperties(IncludedProperty... includedProperties)
A structure that contains additional information about the view.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateViewRequest.setIncludedProperties(Collection<IncludedProperty> includedProperties)
Specifies optional fields that you want included in search results from this view.
|
void |
UpdateViewRequest.setIncludedProperties(Collection<IncludedProperty> includedProperties)
Specifies optional fields that you want included in search results from this view.
|
void |
View.setIncludedProperties(Collection<IncludedProperty> includedProperties)
A structure that contains additional information about the view.
|
CreateViewRequest |
CreateViewRequest.withIncludedProperties(Collection<IncludedProperty> includedProperties)
Specifies optional fields that you want included in search results from this view.
|
UpdateViewRequest |
UpdateViewRequest.withIncludedProperties(Collection<IncludedProperty> includedProperties)
Specifies optional fields that you want included in search results from this view.
|
View |
View.withIncludedProperties(Collection<IncludedProperty> includedProperties)
A structure that contains additional information about the view.
|
Copyright © 2022. All rights reserved.