Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.model | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDynamicGroupRequest,GetDynamicGroupResponse> |
IdentityWaiters.forDynamicGroup(GetDynamicGroupRequest request,
DynamicGroup.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDynamicGroupRequest,GetDynamicGroupResponse> |
IdentityWaiters.forDynamicGroup(GetDynamicGroupRequest request,
DynamicGroup.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDynamicGroupRequest,GetDynamicGroupResponse> |
IdentityWaiters.forDynamicGroup(GetDynamicGroupRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DynamicGroup.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static DynamicGroup.LifecycleState |
DynamicGroup.LifecycleState.create(String key) |
DynamicGroup.LifecycleState |
DynamicGroup.getLifecycleState()
The group’s current state.
|
static DynamicGroup.LifecycleState |
DynamicGroup.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamicGroup.LifecycleState[] |
DynamicGroup.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DynamicGroup.Builder |
DynamicGroup.Builder.lifecycleState(DynamicGroup.LifecycleState lifecycleState)
The group’s current state.
|
Constructor and Description |
---|
DynamicGroup(String id,
String compartmentId,
String name,
String description,
String matchingRule,
Date timeCreated,
DynamicGroup.LifecycleState lifecycleState,
Long inactiveStatus,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DynamicGroup.LifecycleState |
ListDynamicGroupsRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListDynamicGroupsRequest.Builder |
ListDynamicGroupsRequest.Builder.lifecycleState(DynamicGroup.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.