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