Uses of Class
com.oracle.bmc.generativeai.requests.UpdateApiKeyRequest
-
Packages that use UpdateApiKeyRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of UpdateApiKeyRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type UpdateApiKeyRequest Modifier and Type Method Description UpdateApiKeyResponseGenerativeAi. updateApiKey(UpdateApiKeyRequest request)Updates the properties of an apiKey.Future<UpdateApiKeyResponse>GenerativeAiAsync. updateApiKey(UpdateApiKeyRequest request, AsyncHandler<UpdateApiKeyRequest,UpdateApiKeyResponse> handler)Updates the properties of an apiKey.Future<UpdateApiKeyResponse>GenerativeAiAsyncClient. updateApiKey(UpdateApiKeyRequest request, AsyncHandler<UpdateApiKeyRequest,UpdateApiKeyResponse> handler)UpdateApiKeyResponseGenerativeAiClient. updateApiKey(UpdateApiKeyRequest request)Method parameters in com.oracle.bmc.generativeai with type arguments of type UpdateApiKeyRequest Modifier and Type Method Description Future<UpdateApiKeyResponse>GenerativeAiAsync. updateApiKey(UpdateApiKeyRequest request, AsyncHandler<UpdateApiKeyRequest,UpdateApiKeyResponse> handler)Updates the properties of an apiKey.Future<UpdateApiKeyResponse>GenerativeAiAsyncClient. updateApiKey(UpdateApiKeyRequest request, AsyncHandler<UpdateApiKeyRequest,UpdateApiKeyResponse> handler) -
Uses of UpdateApiKeyRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return UpdateApiKeyRequest Modifier and Type Method Description UpdateApiKeyRequestUpdateApiKeyRequest.Builder. build()Build the instance of UpdateApiKeyRequest as configured by this builderUpdateApiKeyRequestUpdateApiKeyRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateApiKeyRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type UpdateApiKeyRequest Modifier and Type Method Description UpdateApiKeyRequest.BuilderUpdateApiKeyRequest.Builder. copy(UpdateApiKeyRequest o)Copy method to populate the builder with values from the given instance.
-