Uses of Class
com.oracle.bmc.generativeai.responses.CreateApiKeyResponse
-
Packages that use CreateApiKeyResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of CreateApiKeyResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return CreateApiKeyResponse Modifier and Type Method Description CreateApiKeyResponseGenerativeAi. createApiKey(CreateApiKeyRequest request)Creates a new API key in the specified compartment.CreateApiKeyResponseGenerativeAiClient. createApiKey(CreateApiKeyRequest request)Methods in com.oracle.bmc.generativeai that return types with arguments of type CreateApiKeyResponse Modifier and Type Method Description Future<CreateApiKeyResponse>GenerativeAiAsync. createApiKey(CreateApiKeyRequest request, AsyncHandler<CreateApiKeyRequest,CreateApiKeyResponse> handler)Creates a new API key in the specified compartment.Future<CreateApiKeyResponse>GenerativeAiAsyncClient. createApiKey(CreateApiKeyRequest request, AsyncHandler<CreateApiKeyRequest,CreateApiKeyResponse> handler)Method parameters in com.oracle.bmc.generativeai with type arguments of type CreateApiKeyResponse Modifier and Type Method Description Future<CreateApiKeyResponse>GenerativeAiAsync. createApiKey(CreateApiKeyRequest request, AsyncHandler<CreateApiKeyRequest,CreateApiKeyResponse> handler)Creates a new API key in the specified compartment.Future<CreateApiKeyResponse>GenerativeAiAsyncClient. createApiKey(CreateApiKeyRequest request, AsyncHandler<CreateApiKeyRequest,CreateApiKeyResponse> handler) -
Uses of CreateApiKeyResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return CreateApiKeyResponse Modifier and Type Method Description CreateApiKeyResponseCreateApiKeyResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type CreateApiKeyResponse Modifier and Type Method Description CreateApiKeyResponse.BuilderCreateApiKeyResponse.Builder. copy(CreateApiKeyResponse o)Copy method to populate the builder with values from the given instance.
-