Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetIdpGroupMappingRequest,GetIdpGroupMappingResponse> |
IdentityWaiters.forIdpGroupMapping(GetIdpGroupMappingRequest request,
IdpGroupMapping.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetIdpGroupMappingRequest,GetIdpGroupMappingResponse> |
IdentityWaiters.forIdpGroupMapping(GetIdpGroupMappingRequest request,
IdpGroupMapping.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetIdpGroupMappingRequest,GetIdpGroupMappingResponse> |
IdentityWaiters.forIdpGroupMapping(GetIdpGroupMappingRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
IdpGroupMapping.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static IdpGroupMapping.LifecycleState |
IdpGroupMapping.LifecycleState.create(String key) |
IdpGroupMapping.LifecycleState |
IdpGroupMapping.getLifecycleState()
The mapping’s current state.
|
static IdpGroupMapping.LifecycleState |
IdpGroupMapping.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdpGroupMapping.LifecycleState[] |
IdpGroupMapping.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IdpGroupMapping.Builder |
IdpGroupMapping.Builder.lifecycleState(IdpGroupMapping.LifecycleState lifecycleState)
The mapping’s current state.
|
Constructor and Description |
---|
IdpGroupMapping(String id,
String idpId,
String idpGroupName,
String groupId,
String compartmentId,
Date timeCreated,
IdpGroupMapping.LifecycleState lifecycleState,
Long inactiveStatus)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.