Uses of Class
com.oracle.bmc.bds.model.UpstConfiguration.LifecycleState
-
Packages that use UpstConfiguration.LifecycleState Package Description com.oracle.bmc.bds.model -
-
Uses of UpstConfiguration.LifecycleState in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return UpstConfiguration.LifecycleState Modifier and Type Method Description static UpstConfiguration.LifecycleState
UpstConfiguration.LifecycleState. create(String key)
UpstConfiguration.LifecycleState
UpstConfiguration. getLifecycleState()
Lifecycle state of the UPST configstatic UpstConfiguration.LifecycleState
UpstConfiguration.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpstConfiguration.LifecycleState[]
UpstConfiguration.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.bds.model with parameters of type UpstConfiguration.LifecycleState Modifier and Type Method Description UpstConfiguration.Builder
UpstConfiguration.Builder. lifecycleState(UpstConfiguration.LifecycleState lifecycleState)
Lifecycle state of the UPST configConstructors in com.oracle.bmc.bds.model with parameters of type UpstConfiguration.LifecycleState Constructor Description UpstConfiguration(String vaultId, String masterEncryptionKeyId, String secretId, Date timeTokenExchangeKeytabLastRefreshed, String tokenExchangePrincipalName, UpstConfiguration.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String keytabContent)
Deprecated.
-