Uses of Class
com.oracle.bmc.database.model.KeyStore.LifecycleState
-
Packages that use KeyStore.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of KeyStore.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type KeyStore.LifecycleState Modifier and Type Method Description Waiter<GetKeyStoreRequest,GetKeyStoreResponse>
DatabaseWaiters. forKeyStore(GetKeyStoreRequest request, KeyStore.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetKeyStoreRequest,GetKeyStoreResponse>
DatabaseWaiters. forKeyStore(GetKeyStoreRequest request, KeyStore.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetKeyStoreRequest,GetKeyStoreResponse>
DatabaseWaiters. forKeyStore(GetKeyStoreRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, KeyStore.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of KeyStore.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return KeyStore.LifecycleState Modifier and Type Method Description static KeyStore.LifecycleState
KeyStore.LifecycleState. create(String key)
KeyStore.LifecycleState
KeyStore. getLifecycleState()
The current state of the key store.static KeyStore.LifecycleState
KeyStore.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyStore.LifecycleState[]
KeyStore.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type KeyStore.LifecycleState Modifier and Type Method Description KeyStore.Builder
KeyStore.Builder. lifecycleState(KeyStore.LifecycleState lifecycleState)
The current state of the key store.Constructors in com.oracle.bmc.database.model with parameters of type KeyStore.LifecycleState Constructor Description KeyStore(String id, String compartmentId, String displayName, Date timeCreated, KeyStore.LifecycleState lifecycleState, String lifecycleDetails, KeyStoreTypeDetails typeDetails, List<KeyStoreAssociatedDatabaseDetails> associatedDatabases, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-