Uses of Class
com.oracle.bmc.identity.model.Tag.LifecycleState
-
Packages that use Tag.LifecycleState Package Description com.oracle.bmc.identity com.oracle.bmc.identity.model com.oracle.bmc.identity.requests -
-
Uses of Tag.LifecycleState in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type Tag.LifecycleState Modifier and Type Method Description Waiter<GetTagRequest,GetTagResponse>
IdentityWaiters. forTag(GetTagRequest request, Tag.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetTagRequest,GetTagResponse>
IdentityWaiters. forTag(GetTagRequest request, Tag.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetTagRequest,GetTagResponse>
IdentityWaiters. forTag(GetTagRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Tag.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Tag.LifecycleState in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return Tag.LifecycleState Modifier and Type Method Description static Tag.LifecycleState
Tag.LifecycleState. create(String key)
Tag.LifecycleState
Tag. getLifecycleState()
The tag’s current state.Tag.LifecycleState
TagSummary. getLifecycleState()
The tag’s current state.static Tag.LifecycleState
Tag.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Tag.LifecycleState[]
Tag.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 Tag.LifecycleState Modifier and Type Method Description Tag.Builder
Tag.Builder. lifecycleState(Tag.LifecycleState lifecycleState)
The tag’s current state.TagSummary.Builder
TagSummary.Builder. lifecycleState(Tag.LifecycleState lifecycleState)
The tag’s current state.Constructors in com.oracle.bmc.identity.model with parameters of type Tag.LifecycleState Constructor Description Tag(String compartmentId, String tagNamespaceId, String tagNamespaceName, String id, String name, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isRetired, Tag.LifecycleState lifecycleState, Date timeCreated, Boolean isCostTracking, BaseTagDefinitionValidator validator)
Deprecated.TagSummary(String compartmentId, String id, String name, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isRetired, Tag.LifecycleState lifecycleState, Date timeCreated, Boolean isCostTracking)
Deprecated. -
Uses of Tag.LifecycleState in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return Tag.LifecycleState Modifier and Type Method Description Tag.LifecycleState
ListTagsRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.identity.requests with parameters of type Tag.LifecycleState Modifier and Type Method Description ListTagsRequest.Builder
ListTagsRequest.Builder. lifecycleState(Tag.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-