Uses of Class
com.oracle.bmc.generativeai.responses.DeleteApiKeyResponse
-
Packages that use DeleteApiKeyResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of DeleteApiKeyResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return DeleteApiKeyResponse Modifier and Type Method Description DeleteApiKeyResponseGenerativeAi. deleteApiKey(DeleteApiKeyRequest request)Deletes an API key.DeleteApiKeyResponseGenerativeAiClient. deleteApiKey(DeleteApiKeyRequest request)Methods in com.oracle.bmc.generativeai that return types with arguments of type DeleteApiKeyResponse Modifier and Type Method Description Future<DeleteApiKeyResponse>GenerativeAiAsync. deleteApiKey(DeleteApiKeyRequest request, AsyncHandler<DeleteApiKeyRequest,DeleteApiKeyResponse> handler)Deletes an API key.Future<DeleteApiKeyResponse>GenerativeAiAsyncClient. deleteApiKey(DeleteApiKeyRequest request, AsyncHandler<DeleteApiKeyRequest,DeleteApiKeyResponse> handler)Method parameters in com.oracle.bmc.generativeai with type arguments of type DeleteApiKeyResponse Modifier and Type Method Description Future<DeleteApiKeyResponse>GenerativeAiAsync. deleteApiKey(DeleteApiKeyRequest request, AsyncHandler<DeleteApiKeyRequest,DeleteApiKeyResponse> handler)Deletes an API key.Future<DeleteApiKeyResponse>GenerativeAiAsyncClient. deleteApiKey(DeleteApiKeyRequest request, AsyncHandler<DeleteApiKeyRequest,DeleteApiKeyResponse> handler) -
Uses of DeleteApiKeyResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return DeleteApiKeyResponse Modifier and Type Method Description DeleteApiKeyResponseDeleteApiKeyResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type DeleteApiKeyResponse Modifier and Type Method Description DeleteApiKeyResponse.BuilderDeleteApiKeyResponse.Builder. copy(DeleteApiKeyResponse o)Copy method to populate the builder with values from the given instance.
-