Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.IncludedProperty
-
Packages that use IncludedProperty Package Description software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of IncludedProperty in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type IncludedProperty Modifier and Type Method Description List<IncludedProperty>CreateViewRequest. includedProperties()Specifies optional fields that you want included in search results from this view.List<IncludedProperty>UpdateViewRequest. includedProperties()Specifies optional fields that you want included in search results from this view.List<IncludedProperty>View. includedProperties()A structure that contains additional information about the view.Methods in software.amazon.awssdk.services.resourceexplorer2.model with parameters of type IncludedProperty Modifier and Type Method Description CreateViewRequest.BuilderCreateViewRequest.Builder. includedProperties(IncludedProperty... includedProperties)Specifies optional fields that you want included in search results from this view.UpdateViewRequest.BuilderUpdateViewRequest.Builder. includedProperties(IncludedProperty... includedProperties)Specifies optional fields that you want included in search results from this view.View.BuilderView.Builder. includedProperties(IncludedProperty... includedProperties)A structure that contains additional information about the view.Method parameters in software.amazon.awssdk.services.resourceexplorer2.model with type arguments of type IncludedProperty Modifier and Type Method Description CreateViewRequest.BuilderCreateViewRequest.Builder. includedProperties(Collection<IncludedProperty> includedProperties)Specifies optional fields that you want included in search results from this view.UpdateViewRequest.BuilderUpdateViewRequest.Builder. includedProperties(Collection<IncludedProperty> includedProperties)Specifies optional fields that you want included in search results from this view.View.BuilderView.Builder. includedProperties(Collection<IncludedProperty> includedProperties)A structure that contains additional information about the view.
-