Uses of Class
com.oracle.bmc.bds.model.IamUserSyncConfiguration.LifecycleState
-
Packages that use IamUserSyncConfiguration.LifecycleState Package Description com.oracle.bmc.bds.model -
-
Uses of IamUserSyncConfiguration.LifecycleState in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return IamUserSyncConfiguration.LifecycleState Modifier and Type Method Description static IamUserSyncConfiguration.LifecycleState
IamUserSyncConfiguration.LifecycleState. create(String key)
IamUserSyncConfiguration.LifecycleState
IamUserSyncConfiguration. getLifecycleState()
Lifecycle state of the IAM user sync configstatic IamUserSyncConfiguration.LifecycleState
IamUserSyncConfiguration.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static IamUserSyncConfiguration.LifecycleState[]
IamUserSyncConfiguration.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 IamUserSyncConfiguration.LifecycleState Modifier and Type Method Description IamUserSyncConfiguration.Builder
IamUserSyncConfiguration.Builder. lifecycleState(IamUserSyncConfiguration.LifecycleState lifecycleState)
Lifecycle state of the IAM user sync configConstructors in com.oracle.bmc.bds.model with parameters of type IamUserSyncConfiguration.LifecycleState Constructor Description IamUserSyncConfiguration(Boolean isPosixAttributesAdditionRequired, IamUserSyncConfiguration.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)
Deprecated.
-