Uses of Interface
software.amazon.awssdk.services.sagemaker.model.GetSearchSuggestionsResponse.Builder
-
Packages that use GetSearchSuggestionsResponse.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of GetSearchSuggestionsResponse.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return GetSearchSuggestionsResponse.Builder Modifier and Type Method Description static GetSearchSuggestionsResponse.BuilderGetSearchSuggestionsResponse. builder()GetSearchSuggestionsResponse.BuilderGetSearchSuggestionsResponse.Builder. propertyNameSuggestions(Collection<PropertyNameSuggestion> propertyNameSuggestions)A list of property names for aResourcethat match aSuggestionQuery.GetSearchSuggestionsResponse.BuilderGetSearchSuggestionsResponse.Builder. propertyNameSuggestions(Consumer<PropertyNameSuggestion.Builder>... propertyNameSuggestions)A list of property names for aResourcethat match aSuggestionQuery.GetSearchSuggestionsResponse.BuilderGetSearchSuggestionsResponse.Builder. propertyNameSuggestions(PropertyNameSuggestion... propertyNameSuggestions)A list of property names for aResourcethat match aSuggestionQuery.GetSearchSuggestionsResponse.BuilderGetSearchSuggestionsResponse. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type GetSearchSuggestionsResponse.Builder Modifier and Type Method Description static Class<? extends GetSearchSuggestionsResponse.Builder>GetSearchSuggestionsResponse. serializableBuilderClass()
-