Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.model | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetTagRequest,GetTagResponse> |
IdentityWaiters.forTag(GetTagRequest request,
Tag.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetTagRequest,GetTagResponse> |
IdentityWaiters.forTag(GetTagRequest request,
Tag.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetTagRequest,GetTagResponse> |
IdentityWaiters.forTag(GetTagRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Tag.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Tag.LifecycleState |
Tag.LifecycleState.create(String key) |
Tag.LifecycleState |
TagSummary.getLifecycleState()
The tag’s current state.
|
Tag.LifecycleState |
Tag.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.
|
Modifier and Type | Method and Description |
---|---|
TagSummary.Builder |
TagSummary.Builder.lifecycleState(Tag.LifecycleState lifecycleState)
The tag’s current state.
|
Tag.Builder |
Tag.Builder.lifecycleState(Tag.LifecycleState lifecycleState)
The tag’s current state.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Tag.LifecycleState |
ListTagsRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListTagsRequest.Builder |
ListTagsRequest.Builder.lifecycleState(Tag.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2025. All rights reserved.