Uses of Class
com.oracle.bmc.generativeai.requests.GetApiKeyRequest
-
Packages that use GetApiKeyRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of GetApiKeyRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return types with arguments of type GetApiKeyRequest 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.Methods in com.oracle.bmc.generativeai with parameters of type GetApiKeyRequest 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.GetApiKeyResponseGenerativeAi. getApiKey(GetApiKeyRequest request)Gets information about an API key.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)GetApiKeyResponseGenerativeAiClient. getApiKey(GetApiKeyRequest request)Method parameters in com.oracle.bmc.generativeai with type arguments of type GetApiKeyRequest 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 GetApiKeyRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return GetApiKeyRequest Modifier and Type Method Description GetApiKeyRequestGetApiKeyRequest.Builder. build()Build the instance of GetApiKeyRequest as configured by this builderGetApiKeyRequestGetApiKeyRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetApiKeyRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type GetApiKeyRequest Modifier and Type Method Description GetApiKeyRequest.BuilderGetApiKeyRequest.Builder. copy(GetApiKeyRequest o)Copy method to populate the builder with values from the given instance.
-