Uses of Class
com.oracle.bmc.generativeai.responses.DeleteSemanticStoreResponse
-
Packages that use DeleteSemanticStoreResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of DeleteSemanticStoreResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return DeleteSemanticStoreResponse Modifier and Type Method Description DeleteSemanticStoreResponseGenerativeAi. deleteSemanticStore(DeleteSemanticStoreRequest request)Deletes a semanticStore.DeleteSemanticStoreResponseGenerativeAiClient. deleteSemanticStore(DeleteSemanticStoreRequest request)Methods in com.oracle.bmc.generativeai that return types with arguments of type DeleteSemanticStoreResponse Modifier and Type Method Description Future<DeleteSemanticStoreResponse>GenerativeAiAsync. deleteSemanticStore(DeleteSemanticStoreRequest request, AsyncHandler<DeleteSemanticStoreRequest,DeleteSemanticStoreResponse> handler)Deletes a semanticStore.Future<DeleteSemanticStoreResponse>GenerativeAiAsyncClient. deleteSemanticStore(DeleteSemanticStoreRequest request, AsyncHandler<DeleteSemanticStoreRequest,DeleteSemanticStoreResponse> handler)Method parameters in com.oracle.bmc.generativeai with type arguments of type DeleteSemanticStoreResponse Modifier and Type Method Description Future<DeleteSemanticStoreResponse>GenerativeAiAsync. deleteSemanticStore(DeleteSemanticStoreRequest request, AsyncHandler<DeleteSemanticStoreRequest,DeleteSemanticStoreResponse> handler)Deletes a semanticStore.Future<DeleteSemanticStoreResponse>GenerativeAiAsyncClient. deleteSemanticStore(DeleteSemanticStoreRequest request, AsyncHandler<DeleteSemanticStoreRequest,DeleteSemanticStoreResponse> handler) -
Uses of DeleteSemanticStoreResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return DeleteSemanticStoreResponse Modifier and Type Method Description DeleteSemanticStoreResponseDeleteSemanticStoreResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type DeleteSemanticStoreResponse Modifier and Type Method Description DeleteSemanticStoreResponse.BuilderDeleteSemanticStoreResponse.Builder. copy(DeleteSemanticStoreResponse o)Copy method to populate the builder with values from the given instance.
-