Uses of Class
com.oracle.bmc.email.model.EmailIpPool.LifecycleState
-
Packages that use EmailIpPool.LifecycleState Package Description com.oracle.bmc.email com.oracle.bmc.email.model com.oracle.bmc.email.requests -
-
Uses of EmailIpPool.LifecycleState in com.oracle.bmc.email
Methods in com.oracle.bmc.email with parameters of type EmailIpPool.LifecycleState Modifier and Type Method Description Waiter<GetEmailIpPoolRequest,GetEmailIpPoolResponse>EmailWaiters. forEmailIpPool(GetEmailIpPoolRequest request, EmailIpPool.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetEmailIpPoolRequest,GetEmailIpPoolResponse>EmailWaiters. forEmailIpPool(GetEmailIpPoolRequest request, EmailIpPool.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetEmailIpPoolRequest,GetEmailIpPoolResponse>EmailWaiters. forEmailIpPool(GetEmailIpPoolRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, EmailIpPool.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of EmailIpPool.LifecycleState in com.oracle.bmc.email.model
Methods in com.oracle.bmc.email.model that return EmailIpPool.LifecycleState Modifier and Type Method Description static EmailIpPool.LifecycleStateEmailIpPool.LifecycleState. create(String key)EmailIpPool.LifecycleStateEmailIpPool. getLifecycleState()The current state of the IpPool.EmailIpPool.LifecycleStateEmailIpPoolSummary. getLifecycleState()The current state of the IpPool.static EmailIpPool.LifecycleStateEmailIpPool.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static EmailIpPool.LifecycleState[]EmailIpPool.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 EmailIpPool.LifecycleState Modifier and Type Method Description EmailIpPool.BuilderEmailIpPool.Builder. lifecycleState(EmailIpPool.LifecycleState lifecycleState)The current state of the IpPool.EmailIpPoolSummary.BuilderEmailIpPoolSummary.Builder. lifecycleState(EmailIpPool.LifecycleState lifecycleState)The current state of the IpPool.Constructors in com.oracle.bmc.email.model with parameters of type EmailIpPool.LifecycleState Constructor Description EmailIpPool(String id, String name, String compartmentId, String description, EmailIpPool.LifecycleState lifecycleState, String lifecycleDetails, List<EmailOutboundIpSummary> outboundIps, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)Deprecated.EmailIpPoolSummary(String id, String name, String compartmentId, EmailIpPool.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)Deprecated. -
Uses of EmailIpPool.LifecycleState in com.oracle.bmc.email.requests
Methods in com.oracle.bmc.email.requests that return EmailIpPool.LifecycleState Modifier and Type Method Description EmailIpPool.LifecycleStateListEmailIpPoolsRequest. getLifecycleState()Filter returned list by specified lifecycle state.Methods in com.oracle.bmc.email.requests with parameters of type EmailIpPool.LifecycleState Modifier and Type Method Description ListEmailIpPoolsRequest.BuilderListEmailIpPoolsRequest.Builder. lifecycleState(EmailIpPool.LifecycleState lifecycleState)Filter returned list by specified lifecycle state.
-