Package | Description |
---|---|
com.oracle.bmc.email | |
com.oracle.bmc.email.model | |
com.oracle.bmc.email.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetEmailReturnPathRequest,GetEmailReturnPathResponse> |
EmailWaiters.forEmailReturnPath(GetEmailReturnPathRequest request,
EmailReturnPath.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetEmailReturnPathRequest,GetEmailReturnPathResponse> |
EmailWaiters.forEmailReturnPath(GetEmailReturnPathRequest request,
EmailReturnPath.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetEmailReturnPathRequest,GetEmailReturnPathResponse> |
EmailWaiters.forEmailReturnPath(GetEmailReturnPathRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
EmailReturnPath.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static EmailReturnPath.LifecycleState |
EmailReturnPath.LifecycleState.create(String key) |
EmailReturnPath.LifecycleState |
EmailReturnPathSummary.getLifecycleState()
The current state of the email return path.
|
EmailReturnPath.LifecycleState |
EmailReturnPath.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.
|
Modifier and Type | Method and Description |
---|---|
EmailReturnPathSummary.Builder |
EmailReturnPathSummary.Builder.lifecycleState(EmailReturnPath.LifecycleState lifecycleState)
The current state of the email return path.
|
EmailReturnPath.Builder |
EmailReturnPath.Builder.lifecycleState(EmailReturnPath.LifecycleState lifecycleState)
The current state of the email return path.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
EmailReturnPath.LifecycleState |
ListEmailReturnPathsRequest.getLifecycleState()
Filter returned list by specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListEmailReturnPathsRequest.Builder |
ListEmailReturnPathsRequest.Builder.lifecycleState(EmailReturnPath.LifecycleState lifecycleState)
Filter returned list by specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.