Uses of Class
com.oracle.bmc.datasafe.model.AttributeSet.LifecycleState
-
Packages that use AttributeSet.LifecycleState Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of AttributeSet.LifecycleState in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type AttributeSet.LifecycleState Modifier and Type Method Description Waiter<GetAttributeSetRequest,GetAttributeSetResponse>
DataSafeWaiters. forAttributeSet(GetAttributeSetRequest request, AttributeSet.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAttributeSetRequest,GetAttributeSetResponse>
DataSafeWaiters. forAttributeSet(GetAttributeSetRequest request, AttributeSet.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAttributeSetRequest,GetAttributeSetResponse>
DataSafeWaiters. forAttributeSet(GetAttributeSetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AttributeSet.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of AttributeSet.LifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AttributeSet.LifecycleState Modifier and Type Method Description static AttributeSet.LifecycleState
AttributeSet.LifecycleState. create(String key)
AttributeSet.LifecycleState
AttributeSet. getLifecycleState()
The current state of an attribute set.AttributeSet.LifecycleState
AttributeSetSummary. getLifecycleState()
The current state of an attribute set.static AttributeSet.LifecycleState
AttributeSet.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttributeSet.LifecycleState[]
AttributeSet.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type AttributeSet.LifecycleState Modifier and Type Method Description AttributeSet.Builder
AttributeSet.Builder. lifecycleState(AttributeSet.LifecycleState lifecycleState)
The current state of an attribute set.AttributeSetSummary.Builder
AttributeSetSummary.Builder. lifecycleState(AttributeSet.LifecycleState lifecycleState)
The current state of an attribute set.Constructors in com.oracle.bmc.datasafe.model with parameters of type AttributeSet.LifecycleState Constructor Description AttributeSet(String id, String compartmentId, String displayName, String description, AttributeSet.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, AttributeSet.AttributeSetType attributeSetType, List<String> attributeSetValues, Boolean isUserDefined, AttributeSet.InUse inUse, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.AttributeSetSummary(String id, String compartmentId, String displayName, String description, AttributeSet.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, AttributeSet.AttributeSetType attributeSetType, Boolean isUserDefined, AttributeSetSummary.InUse inUse, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of AttributeSet.LifecycleState in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return AttributeSet.LifecycleState Modifier and Type Method Description AttributeSet.LifecycleState
ListAttributeSetsRequest. getLifecycleState()
The current state of an attribute set.Methods in com.oracle.bmc.datasafe.requests with parameters of type AttributeSet.LifecycleState Modifier and Type Method Description ListAttributeSetsRequest.Builder
ListAttributeSetsRequest.Builder. lifecycleState(AttributeSet.LifecycleState lifecycleState)
The current state of an attribute set.
-