Package | Description |
---|---|
com.oracle.bmc.identity.model | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
static DbCredential.LifecycleState |
DbCredential.LifecycleState.create(String key) |
DbCredential.LifecycleState |
DbCredential.getLifecycleState()
The credential’s current state.
|
DbCredential.LifecycleState |
DbCredentialSummary.getLifecycleState()
The credential’s current state.
|
static DbCredential.LifecycleState |
DbCredential.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbCredential.LifecycleState[] |
DbCredential.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DbCredential.Builder |
DbCredential.Builder.lifecycleState(DbCredential.LifecycleState lifecycleState)
The credential’s current state.
|
DbCredentialSummary.Builder |
DbCredentialSummary.Builder.lifecycleState(DbCredential.LifecycleState lifecycleState)
The credential’s current state.
|
Constructor and Description |
---|
DbCredential(String id,
String userId,
Date timeCreated,
Date timeExpires,
DbCredential.LifecycleState lifecycleState,
Long lifecycleDetails)
Deprecated.
|
DbCredentialSummary(String id,
String userId,
String description,
Date timeCreated,
Date timeExpires,
DbCredential.LifecycleState lifecycleState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DbCredential.LifecycleState |
ListDbCredentialsRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListDbCredentialsRequest.Builder |
ListDbCredentialsRequest.Builder.lifecycleState(DbCredential.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.