Uses of Class
com.oracle.bmc.email.model.Dkim.LifecycleState
-
Packages that use Dkim.LifecycleState Package Description com.oracle.bmc.email com.oracle.bmc.email.model com.oracle.bmc.email.requests -
-
Uses of Dkim.LifecycleState in com.oracle.bmc.email
Methods in com.oracle.bmc.email with parameters of type Dkim.LifecycleState Modifier and Type Method Description Waiter<GetDkimRequest,GetDkimResponse>
EmailWaiters. forDkim(GetDkimRequest request, Dkim.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDkimRequest,GetDkimResponse>
EmailWaiters. forDkim(GetDkimRequest request, Dkim.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDkimRequest,GetDkimResponse>
EmailWaiters. forDkim(GetDkimRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Dkim.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Dkim.LifecycleState in com.oracle.bmc.email.model
Methods in com.oracle.bmc.email.model that return Dkim.LifecycleState Modifier and Type Method Description static Dkim.LifecycleState
Dkim.LifecycleState. create(String key)
Dkim.LifecycleState
Dkim. getLifecycleState()
The current state of the DKIM.Dkim.LifecycleState
DkimSummary. 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.Methods in com.oracle.bmc.email.model with parameters of type Dkim.LifecycleState Modifier and Type Method Description Dkim.Builder
Dkim.Builder. lifecycleState(Dkim.LifecycleState lifecycleState)
The current state of the DKIM.DkimSummary.Builder
DkimSummary.Builder. lifecycleState(Dkim.LifecycleState lifecycleState)
The current state of the DKIM.Constructors in com.oracle.bmc.email.model with parameters of type Dkim.LifecycleState Constructor 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, Boolean isImported, Integer keyLength, 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, Boolean isImported, Integer keyLength, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Dkim.LifecycleState in com.oracle.bmc.email.requests
Methods in com.oracle.bmc.email.requests that return Dkim.LifecycleState Modifier and Type Method Description Dkim.LifecycleState
ListDkimsRequest. getLifecycleState()
Filter returned list by specified lifecycle state.Methods in com.oracle.bmc.email.requests with parameters of type Dkim.LifecycleState Modifier and Type Method Description ListDkimsRequest.Builder
ListDkimsRequest.Builder. lifecycleState(Dkim.LifecycleState lifecycleState)
Filter returned list by specified lifecycle state.
-