Uses of Class
com.oracle.bmc.generativeai.requests.DeleteApiKeyRequest
-
Packages that use DeleteApiKeyRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of DeleteApiKeyRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type DeleteApiKeyRequest Modifier and Type Method Description DeleteApiKeyResponseGenerativeAi. deleteApiKey(DeleteApiKeyRequest request)Deletes an API key.Future<DeleteApiKeyResponse>GenerativeAiAsync. deleteApiKey(DeleteApiKeyRequest request, AsyncHandler<DeleteApiKeyRequest,DeleteApiKeyResponse> handler)Deletes an API key.Future<DeleteApiKeyResponse>GenerativeAiAsyncClient. deleteApiKey(DeleteApiKeyRequest request, AsyncHandler<DeleteApiKeyRequest,DeleteApiKeyResponse> handler)DeleteApiKeyResponseGenerativeAiClient. deleteApiKey(DeleteApiKeyRequest request)Method parameters in com.oracle.bmc.generativeai with type arguments of type DeleteApiKeyRequest 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 DeleteApiKeyRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return DeleteApiKeyRequest Modifier and Type Method Description DeleteApiKeyRequestDeleteApiKeyRequest.Builder. build()Build the instance of DeleteApiKeyRequest as configured by this builderDeleteApiKeyRequestDeleteApiKeyRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteApiKeyRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type DeleteApiKeyRequest Modifier and Type Method Description DeleteApiKeyRequest.BuilderDeleteApiKeyRequest.Builder. copy(DeleteApiKeyRequest o)Copy method to populate the builder with values from the given instance.
-