Uses of Class
com.oracle.bmc.datacatalog.responses.SuggestMatchesResponse
-
Packages that use SuggestMatchesResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of SuggestMatchesResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return SuggestMatchesResponse Modifier and Type Method Description SuggestMatchesResponseDataCatalog. suggestMatches(SuggestMatchesRequest request)Returns a list of potential string matches for a given input string.SuggestMatchesResponseDataCatalogClient. suggestMatches(SuggestMatchesRequest request)Methods in com.oracle.bmc.datacatalog that return types with arguments of type SuggestMatchesResponse Modifier and Type Method Description Future<SuggestMatchesResponse>DataCatalogAsync. suggestMatches(SuggestMatchesRequest request, AsyncHandler<SuggestMatchesRequest,SuggestMatchesResponse> handler)Returns a list of potential string matches for a given input string.Future<SuggestMatchesResponse>DataCatalogAsyncClient. suggestMatches(SuggestMatchesRequest request, AsyncHandler<SuggestMatchesRequest,SuggestMatchesResponse> handler)Method parameters in com.oracle.bmc.datacatalog with type arguments of type SuggestMatchesResponse Modifier and Type Method Description Future<SuggestMatchesResponse>DataCatalogAsync. suggestMatches(SuggestMatchesRequest request, AsyncHandler<SuggestMatchesRequest,SuggestMatchesResponse> handler)Returns a list of potential string matches for a given input string.Future<SuggestMatchesResponse>DataCatalogAsyncClient. suggestMatches(SuggestMatchesRequest request, AsyncHandler<SuggestMatchesRequest,SuggestMatchesResponse> handler) -
Uses of SuggestMatchesResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return SuggestMatchesResponse Modifier and Type Method Description SuggestMatchesResponseSuggestMatchesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type SuggestMatchesResponse Modifier and Type Method Description SuggestMatchesResponse.BuilderSuggestMatchesResponse.Builder. copy(SuggestMatchesResponse o)Copy method to populate the builder with values from the given instance.
-