Uses of Class
com.oracle.bmc.generativeai.responses.UpdateSemanticStoreResponse
-
Packages that use UpdateSemanticStoreResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of UpdateSemanticStoreResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return UpdateSemanticStoreResponse Modifier and Type Method Description UpdateSemanticStoreResponseGenerativeAi. updateSemanticStore(UpdateSemanticStoreRequest request)Updates the properties of a SemanticStore.UpdateSemanticStoreResponseGenerativeAiClient. updateSemanticStore(UpdateSemanticStoreRequest request)Methods in com.oracle.bmc.generativeai that return types with arguments of type UpdateSemanticStoreResponse Modifier and Type Method Description Future<UpdateSemanticStoreResponse>GenerativeAiAsync. updateSemanticStore(UpdateSemanticStoreRequest request, AsyncHandler<UpdateSemanticStoreRequest,UpdateSemanticStoreResponse> handler)Updates the properties of a SemanticStore.Future<UpdateSemanticStoreResponse>GenerativeAiAsyncClient. updateSemanticStore(UpdateSemanticStoreRequest request, AsyncHandler<UpdateSemanticStoreRequest,UpdateSemanticStoreResponse> handler)Method parameters in com.oracle.bmc.generativeai with type arguments of type UpdateSemanticStoreResponse Modifier and Type Method Description Future<UpdateSemanticStoreResponse>GenerativeAiAsync. updateSemanticStore(UpdateSemanticStoreRequest request, AsyncHandler<UpdateSemanticStoreRequest,UpdateSemanticStoreResponse> handler)Updates the properties of a SemanticStore.Future<UpdateSemanticStoreResponse>GenerativeAiAsyncClient. updateSemanticStore(UpdateSemanticStoreRequest request, AsyncHandler<UpdateSemanticStoreRequest,UpdateSemanticStoreResponse> handler) -
Uses of UpdateSemanticStoreResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return UpdateSemanticStoreResponse Modifier and Type Method Description UpdateSemanticStoreResponseUpdateSemanticStoreResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type UpdateSemanticStoreResponse Modifier and Type Method Description UpdateSemanticStoreResponse.BuilderUpdateSemanticStoreResponse.Builder. copy(UpdateSemanticStoreResponse o)Copy method to populate the builder with values from the given instance.
-