Uses of Class
com.oracle.bmc.generativeai.responses.GetApiKeyResponse
-
Packages that use GetApiKeyResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of GetApiKeyResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return GetApiKeyResponse Modifier and Type Method Description GetApiKeyResponseGenerativeAi. getApiKey(GetApiKeyRequest request)Gets information about an API key.GetApiKeyResponseGenerativeAiClient. getApiKey(GetApiKeyRequest request)Methods in com.oracle.bmc.generativeai that return types with arguments of type GetApiKeyResponse Modifier and Type Method Description Waiter<GetApiKeyRequest,GetApiKeyResponse>GenerativeAiWaiters. forApiKey(GetApiKeyRequest request, ApiKey.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetApiKeyRequest,GetApiKeyResponse>GenerativeAiWaiters. forApiKey(GetApiKeyRequest request, ApiKey.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetApiKeyRequest,GetApiKeyResponse>GenerativeAiWaiters. forApiKey(GetApiKeyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ApiKey.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Future<GetApiKeyResponse>GenerativeAiAsync. getApiKey(GetApiKeyRequest request, AsyncHandler<GetApiKeyRequest,GetApiKeyResponse> handler)Gets information about an API key.Future<GetApiKeyResponse>GenerativeAiAsyncClient. getApiKey(GetApiKeyRequest request, AsyncHandler<GetApiKeyRequest,GetApiKeyResponse> handler)Method parameters in com.oracle.bmc.generativeai with type arguments of type GetApiKeyResponse Modifier and Type Method Description Future<GetApiKeyResponse>GenerativeAiAsync. getApiKey(GetApiKeyRequest request, AsyncHandler<GetApiKeyRequest,GetApiKeyResponse> handler)Gets information about an API key.Future<GetApiKeyResponse>GenerativeAiAsyncClient. getApiKey(GetApiKeyRequest request, AsyncHandler<GetApiKeyRequest,GetApiKeyResponse> handler) -
Uses of GetApiKeyResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return GetApiKeyResponse Modifier and Type Method Description GetApiKeyResponseGetApiKeyResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type GetApiKeyResponse Modifier and Type Method Description GetApiKeyResponse.BuilderGetApiKeyResponse.Builder. copy(GetApiKeyResponse o)Copy method to populate the builder with values from the given instance.
-