Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetTagDefaultRequest,GetTagDefaultResponse> |
IdentityWaiters.forTagDefault(GetTagDefaultRequest request,
TagDefault.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetTagDefaultRequest,GetTagDefaultResponse> |
IdentityWaiters.forTagDefault(GetTagDefaultRequest request,
TagDefault.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetTagDefaultRequest,GetTagDefaultResponse> |
IdentityWaiters.forTagDefault(GetTagDefaultRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
TagDefault.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static TagDefault.LifecycleState |
TagDefault.LifecycleState.create(String key) |
TagDefault.LifecycleState |
TagDefault.getLifecycleState()
The tag default’s current state.
|
static TagDefault.LifecycleState |
TagDefault.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagDefault.LifecycleState[] |
TagDefault.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TagDefault.Builder |
TagDefault.Builder.lifecycleState(TagDefault.LifecycleState lifecycleState)
The tag default’s current state.
|
Constructor and Description |
---|
TagDefault(String id,
String compartmentId,
String tagNamespaceId,
String tagDefinitionId,
String tagDefinitionName,
String value,
Date timeCreated,
TagDefault.LifecycleState lifecycleState,
Boolean isRequired,
List<ResourceLock> locks)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.