Uses of Class
com.oracle.bmc.generativeai.model.ApiKey.LifecycleState
-
Packages that use ApiKey.LifecycleState Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.requests -
-
Uses of ApiKey.LifecycleState in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type ApiKey.LifecycleState 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. -
Uses of ApiKey.LifecycleState in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return ApiKey.LifecycleState Modifier and Type Method Description static ApiKey.LifecycleStateApiKey.LifecycleState. create(String key)ApiKey.LifecycleStateApiKey. getLifecycleState()The current state of the API key.ApiKey.LifecycleStateApiKeySummary. getLifecycleState()The current state of the API key.static ApiKey.LifecycleStateApiKey.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static ApiKey.LifecycleState[]ApiKey.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeai.model with parameters of type ApiKey.LifecycleState Modifier and Type Method Description ApiKey.BuilderApiKey.Builder. lifecycleState(ApiKey.LifecycleState lifecycleState)The current state of the API key.ApiKeySummary.BuilderApiKeySummary.Builder. lifecycleState(ApiKey.LifecycleState lifecycleState)The current state of the API key.Constructors in com.oracle.bmc.generativeai.model with parameters of type ApiKey.LifecycleState Constructor Description ApiKey(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, List<ApiKeyItem> keys, ApiKey.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.ApiKeySummary(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, List<ApiKeyItem> keys, ApiKey.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of ApiKey.LifecycleState in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return ApiKey.LifecycleState Modifier and Type Method Description ApiKey.LifecycleStateListApiKeysRequest. getLifecycleState()A filter to return only resources that their lifecycle state matches the given lifecycle state.Methods in com.oracle.bmc.generativeai.requests with parameters of type ApiKey.LifecycleState Modifier and Type Method Description ListApiKeysRequest.BuilderListApiKeysRequest.Builder. lifecycleState(ApiKey.LifecycleState lifecycleState)A filter to return only resources that their lifecycle state matches the given lifecycle state.
-