Package | Description |
---|---|
com.oracle.bmc.email | |
com.oracle.bmc.email.model | |
com.oracle.bmc.email.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDkimRequest,GetDkimResponse> |
EmailWaiters.forDkim(GetDkimRequest request,
Dkim.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDkimRequest,GetDkimResponse> |
EmailWaiters.forDkim(GetDkimRequest request,
Dkim.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDkimRequest,GetDkimResponse> |
EmailWaiters.forDkim(GetDkimRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Dkim.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Dkim.LifecycleState |
Dkim.LifecycleState.create(String key) |
Dkim.LifecycleState |
DkimSummary.getLifecycleState()
The current state of the DKIM.
|
Dkim.LifecycleState |
Dkim.getLifecycleState()
The current state of the DKIM.
|
static Dkim.LifecycleState |
Dkim.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dkim.LifecycleState[] |
Dkim.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DkimSummary.Builder |
DkimSummary.Builder.lifecycleState(Dkim.LifecycleState lifecycleState)
The current state of the DKIM.
|
Dkim.Builder |
Dkim.Builder.lifecycleState(Dkim.LifecycleState lifecycleState)
The current state of the DKIM.
|
Constructor and Description |
---|
Dkim(String name,
String id,
String emailDomainId,
String compartmentId,
Dkim.LifecycleState lifecycleState,
String lifecycleDetails,
String description,
Date timeCreated,
Date timeUpdated,
String dnsSubdomainName,
String cnameRecordValue,
String txtRecordValue,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
DkimSummary(String name,
String id,
String emailDomainId,
String compartmentId,
Dkim.LifecycleState lifecycleState,
String description,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Dkim.LifecycleState |
ListDkimsRequest.getLifecycleState()
Filter returned list by specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListDkimsRequest.Builder |
ListDkimsRequest.Builder.lifecycleState(Dkim.LifecycleState lifecycleState)
Filter returned list by specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.