Uses of Class
com.oracle.bmc.email.model.Sender.LifecycleState
-
Packages that use Sender.LifecycleState Package Description com.oracle.bmc.email com.oracle.bmc.email.model com.oracle.bmc.email.requests -
-
Uses of Sender.LifecycleState in com.oracle.bmc.email
Methods in com.oracle.bmc.email with parameters of type Sender.LifecycleState Modifier and Type Method Description Waiter<GetSenderRequest,GetSenderResponse>
EmailWaiters. forSender(GetSenderRequest request, Sender.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSenderRequest,GetSenderResponse>
EmailWaiters. forSender(GetSenderRequest request, Sender.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSenderRequest,GetSenderResponse>
EmailWaiters. forSender(GetSenderRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Sender.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Sender.LifecycleState in com.oracle.bmc.email.model
Methods in com.oracle.bmc.email.model that return Sender.LifecycleState Modifier and Type Method Description static Sender.LifecycleState
Sender.LifecycleState. create(String key)
Sender.LifecycleState
Sender. getLifecycleState()
The sender’s current lifecycle state.Sender.LifecycleState
SenderSummary. getLifecycleState()
The current status of the approved sender.static Sender.LifecycleState
Sender.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Sender.LifecycleState[]
Sender.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 Sender.LifecycleState Modifier and Type Method Description Sender.Builder
Sender.Builder. lifecycleState(Sender.LifecycleState lifecycleState)
The sender’s current lifecycle state.SenderSummary.Builder
SenderSummary.Builder. lifecycleState(Sender.LifecycleState lifecycleState)
The current status of the approved sender.Constructors in com.oracle.bmc.email.model with parameters of type Sender.LifecycleState Constructor Description Sender(String compartmentId, String emailAddress, String id, Boolean isSpf, Sender.LifecycleState lifecycleState, Date timeCreated, String emailDomainId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.SenderSummary(String compartmentId, String emailAddress, String id, Sender.LifecycleState lifecycleState, Date timeCreated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Sender.LifecycleState in com.oracle.bmc.email.requests
Methods in com.oracle.bmc.email.requests that return Sender.LifecycleState Modifier and Type Method Description Sender.LifecycleState
ListSendersRequest. getLifecycleState()
The current state of a sender.Methods in com.oracle.bmc.email.requests with parameters of type Sender.LifecycleState Modifier and Type Method Description ListSendersRequest.Builder
ListSendersRequest.Builder. lifecycleState(Sender.LifecycleState lifecycleState)
The current state of a sender.
-