Uses of Class
com.oracle.bmc.email.model.EmailReturnPath.LifecycleState
-
Packages that use EmailReturnPath.LifecycleState Package Description com.oracle.bmc.email com.oracle.bmc.email.model com.oracle.bmc.email.requests -
-
Uses of EmailReturnPath.LifecycleState in com.oracle.bmc.email
Methods in com.oracle.bmc.email with parameters of type EmailReturnPath.LifecycleState Modifier and Type Method Description Waiter<GetEmailReturnPathRequest,GetEmailReturnPathResponse>
EmailWaiters. forEmailReturnPath(GetEmailReturnPathRequest request, EmailReturnPath.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetEmailReturnPathRequest,GetEmailReturnPathResponse>
EmailWaiters. forEmailReturnPath(GetEmailReturnPathRequest request, EmailReturnPath.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetEmailReturnPathRequest,GetEmailReturnPathResponse>
EmailWaiters. forEmailReturnPath(GetEmailReturnPathRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, EmailReturnPath.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of EmailReturnPath.LifecycleState in com.oracle.bmc.email.model
Methods in com.oracle.bmc.email.model that return EmailReturnPath.LifecycleState Modifier and Type Method Description static EmailReturnPath.LifecycleState
EmailReturnPath.LifecycleState. create(String key)
EmailReturnPath.LifecycleState
EmailReturnPath. getLifecycleState()
The current state of the email return path.EmailReturnPath.LifecycleState
EmailReturnPathSummary. getLifecycleState()
The current state of the email return path.static EmailReturnPath.LifecycleState
EmailReturnPath.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static EmailReturnPath.LifecycleState[]
EmailReturnPath.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 EmailReturnPath.LifecycleState Modifier and Type Method Description EmailReturnPath.Builder
EmailReturnPath.Builder. lifecycleState(EmailReturnPath.LifecycleState lifecycleState)
The current state of the email return path.EmailReturnPathSummary.Builder
EmailReturnPathSummary.Builder. lifecycleState(EmailReturnPath.LifecycleState lifecycleState)
The current state of the email return path.Constructors in com.oracle.bmc.email.model with parameters of type EmailReturnPath.LifecycleState Constructor Description EmailReturnPath(String name, String id, String parentResourceId, String compartmentId, EmailReturnPath.LifecycleState lifecycleState, String lifecycleDetails, String description, String dnsSubdomainName, String cnameRecordValue, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.EmailReturnPathSummary(String name, String id, String parentResourceId, String compartmentId, EmailReturnPath.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. -
Uses of EmailReturnPath.LifecycleState in com.oracle.bmc.email.requests
Methods in com.oracle.bmc.email.requests that return EmailReturnPath.LifecycleState Modifier and Type Method Description EmailReturnPath.LifecycleState
ListEmailReturnPathsRequest. getLifecycleState()
Filter returned list by specified lifecycle state.Methods in com.oracle.bmc.email.requests with parameters of type EmailReturnPath.LifecycleState Modifier and Type Method Description ListEmailReturnPathsRequest.Builder
ListEmailReturnPathsRequest.Builder. lifecycleState(EmailReturnPath.LifecycleState lifecycleState)
Filter returned list by specified lifecycle state.
-