Uses of Class
com.oracle.bmc.identity.model.TagNamespace.LifecycleState
-
Packages that use TagNamespace.LifecycleState Package Description com.oracle.bmc.identity com.oracle.bmc.identity.model com.oracle.bmc.identity.requests -
-
Uses of TagNamespace.LifecycleState in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type TagNamespace.LifecycleState Modifier and Type Method Description Waiter<GetTagNamespaceRequest,GetTagNamespaceResponse>
IdentityWaiters. forTagNamespace(GetTagNamespaceRequest request, TagNamespace.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetTagNamespaceRequest,GetTagNamespaceResponse>
IdentityWaiters. forTagNamespace(GetTagNamespaceRequest request, TagNamespace.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetTagNamespaceRequest,GetTagNamespaceResponse>
IdentityWaiters. forTagNamespace(GetTagNamespaceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, TagNamespace.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of TagNamespace.LifecycleState in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return TagNamespace.LifecycleState Modifier and Type Method Description static TagNamespace.LifecycleState
TagNamespace.LifecycleState. create(String key)
TagNamespace.LifecycleState
TagNamespace. getLifecycleState()
The tagnamespace’s current state.TagNamespace.LifecycleState
TagNamespaceSummary. getLifecycleState()
The tagnamespace’s current state.static TagNamespace.LifecycleState
TagNamespace.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static TagNamespace.LifecycleState[]
TagNamespace.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identity.model with parameters of type TagNamespace.LifecycleState Modifier and Type Method Description TagNamespace.Builder
TagNamespace.Builder. lifecycleState(TagNamespace.LifecycleState lifecycleState)
The tagnamespace’s current state.TagNamespaceSummary.Builder
TagNamespaceSummary.Builder. lifecycleState(TagNamespace.LifecycleState lifecycleState)
The tagnamespace’s current state.Constructors in com.oracle.bmc.identity.model with parameters of type TagNamespace.LifecycleState Constructor Description TagNamespace(String id, String compartmentId, String name, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isRetired, TagNamespace.LifecycleState lifecycleState, Date timeCreated, List<ResourceLock> locks)
Deprecated.TagNamespaceSummary(String id, String compartmentId, String name, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isRetired, TagNamespace.LifecycleState lifecycleState, Date timeCreated, List<ResourceLock> locks)
Deprecated. -
Uses of TagNamespace.LifecycleState in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return TagNamespace.LifecycleState Modifier and Type Method Description TagNamespace.LifecycleState
ListTagNamespacesRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.identity.requests with parameters of type TagNamespace.LifecycleState Modifier and Type Method Description ListTagNamespacesRequest.Builder
ListTagNamespacesRequest.Builder. lifecycleState(TagNamespace.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-