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