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 newWaiterusing the default configuration.Waiter<GetTagRequest,GetTagResponse>IdentityWaiters. forTag(GetTagRequest request, Tag.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetTagRequest,GetTagResponse>IdentityWaiters. forTag(GetTagRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Tag.LifecycleState... targetStates)Creates a newWaiterusing 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.LifecycleStateTag.LifecycleState. create(String key)Tag.LifecycleStateTag. getLifecycleState()The tag’s current state.Tag.LifecycleStateTagSummary. getLifecycleState()The tag’s current state.static Tag.LifecycleStateTag.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.BuilderTag.Builder. lifecycleState(Tag.LifecycleState lifecycleState)The tag’s current state.TagSummary.BuilderTagSummary.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.LifecycleStateListTagsRequest. 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.BuilderListTagsRequest.Builder. lifecycleState(Tag.LifecycleState lifecycleState)A filter to only return resources that match the given lifecycle state.
-