Uses of Class
com.oracle.bmc.generativeai.requests.CreateApiKeyRequest
-
Packages that use CreateApiKeyRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of CreateApiKeyRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type CreateApiKeyRequest Modifier and Type Method Description CreateApiKeyResponseGenerativeAi. createApiKey(CreateApiKeyRequest request)Creates a new API key in the specified compartment.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)CreateApiKeyResponseGenerativeAiClient. createApiKey(CreateApiKeyRequest request)Method parameters in com.oracle.bmc.generativeai with type arguments of type CreateApiKeyRequest 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 CreateApiKeyRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return CreateApiKeyRequest Modifier and Type Method Description CreateApiKeyRequestCreateApiKeyRequest.Builder. build()Build the instance of CreateApiKeyRequest as configured by this builderCreateApiKeyRequestCreateApiKeyRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateApiKeyRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type CreateApiKeyRequest Modifier and Type Method Description CreateApiKeyRequest.BuilderCreateApiKeyRequest.Builder. copy(CreateApiKeyRequest o)Copy method to populate the builder with values from the given instance.
-