Uses of Class
com.oracle.bmc.dbmulticloud.model.OracleDbAzureKey.LifecycleState
-
Packages that use OracleDbAzureKey.LifecycleState Package Description com.oracle.bmc.dbmulticloud com.oracle.bmc.dbmulticloud.model com.oracle.bmc.dbmulticloud.requests -
-
Uses of OracleDbAzureKey.LifecycleState in com.oracle.bmc.dbmulticloud
-
Uses of OracleDbAzureKey.LifecycleState in com.oracle.bmc.dbmulticloud.model
Methods in com.oracle.bmc.dbmulticloud.model that return OracleDbAzureKey.LifecycleState Modifier and Type Method Description static OracleDbAzureKey.LifecycleState
OracleDbAzureKey.LifecycleState. create(String key)
OracleDbAzureKey.LifecycleState
OracleDbAzureKey. getLifecycleState()
The current lifecycle state of the Oracle DB Azure Vault Key Resource.OracleDbAzureKey.LifecycleState
OracleDbAzureKeySummary. getLifecycleState()
The current lifecycle state of the Oracle DB Azure Vault Key Resource.static OracleDbAzureKey.LifecycleState
OracleDbAzureKey.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OracleDbAzureKey.LifecycleState[]
OracleDbAzureKey.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dbmulticloud.model with parameters of type OracleDbAzureKey.LifecycleState Modifier and Type Method Description OracleDbAzureKey.Builder
OracleDbAzureKey.Builder. lifecycleState(OracleDbAzureKey.LifecycleState lifecycleState)
The current lifecycle state of the Oracle DB Azure Vault Key Resource.OracleDbAzureKeySummary.Builder
OracleDbAzureKeySummary.Builder. lifecycleState(OracleDbAzureKey.LifecycleState lifecycleState)
The current lifecycle state of the Oracle DB Azure Vault Key Resource.Constructors in com.oracle.bmc.dbmulticloud.model with parameters of type OracleDbAzureKey.LifecycleState Constructor Description OracleDbAzureKey(String id, String compartmentId, String displayName, String azureKeyId, String oracleDbAzureVaultId, OracleDbAzureKey.LifecycleState lifecycleState, String lifecycleStateDetails, Date timeCreated, Date timeUpdated, String lastModification, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.OracleDbAzureKeySummary(String id, String displayName, String compartmentId, String azureKeyId, String oracleDbAzureVaultId, OracleDbAzureKey.LifecycleState lifecycleState, String lifecycleStateDetails, Date timeCreated, Date timeUpdated, String lastModification, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of OracleDbAzureKey.LifecycleState in com.oracle.bmc.dbmulticloud.requests
Methods in com.oracle.bmc.dbmulticloud.requests that return OracleDbAzureKey.LifecycleState Modifier and Type Method Description OracleDbAzureKey.LifecycleState
ListOracleDbAzureKeysRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.dbmulticloud.requests with parameters of type OracleDbAzureKey.LifecycleState Modifier and Type Method Description ListOracleDbAzureKeysRequest.Builder
ListOracleDbAzureKeysRequest.Builder. lifecycleState(OracleDbAzureKey.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-