Uses of Class
com.oracle.bmc.generativeai.responses.UpdateApiKeyResponse
-
Packages that use UpdateApiKeyResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of UpdateApiKeyResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return UpdateApiKeyResponse Modifier and Type Method Description UpdateApiKeyResponseGenerativeAi. updateApiKey(UpdateApiKeyRequest request)Updates the properties of an apiKey.UpdateApiKeyResponseGenerativeAiClient. updateApiKey(UpdateApiKeyRequest request)Methods in com.oracle.bmc.generativeai that return types with arguments of type UpdateApiKeyResponse 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)Method parameters in com.oracle.bmc.generativeai with type arguments of type UpdateApiKeyResponse 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 UpdateApiKeyResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return UpdateApiKeyResponse Modifier and Type Method Description UpdateApiKeyResponseUpdateApiKeyResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type UpdateApiKeyResponse Modifier and Type Method Description UpdateApiKeyResponse.BuilderUpdateApiKeyResponse.Builder. copy(UpdateApiKeyResponse o)Copy method to populate the builder with values from the given instance.
-