| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager |
|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
GetRelayResult |
AWSMailManagerClient.getRelay(GetRelayRequest request)
Fetch the relay resource and it's attributes.
|
GetRelayResult |
AbstractAWSMailManager.getRelay(GetRelayRequest request) |
GetRelayResult |
AWSMailManager.getRelay(GetRelayRequest getRelayRequest)
Fetch the relay resource and it's attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetRelayResult> |
AWSMailManagerAsyncClient.getRelayAsync(GetRelayRequest request) |
Future<GetRelayResult> |
AbstractAWSMailManagerAsync.getRelayAsync(GetRelayRequest request) |
Future<GetRelayResult> |
AWSMailManagerAsync.getRelayAsync(GetRelayRequest getRelayRequest)
Fetch the relay resource and it's attributes.
|
Future<GetRelayResult> |
AWSMailManagerAsyncClient.getRelayAsync(GetRelayRequest request,
AsyncHandler<GetRelayRequest,GetRelayResult> asyncHandler) |
Future<GetRelayResult> |
AbstractAWSMailManagerAsync.getRelayAsync(GetRelayRequest request,
AsyncHandler<GetRelayRequest,GetRelayResult> asyncHandler) |
Future<GetRelayResult> |
AWSMailManagerAsync.getRelayAsync(GetRelayRequest getRelayRequest,
AsyncHandler<GetRelayRequest,GetRelayResult> asyncHandler)
Fetch the relay resource and it's attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetRelayResult> |
AWSMailManagerAsyncClient.getRelayAsync(GetRelayRequest request,
AsyncHandler<GetRelayRequest,GetRelayResult> asyncHandler) |
Future<GetRelayResult> |
AbstractAWSMailManagerAsync.getRelayAsync(GetRelayRequest request,
AsyncHandler<GetRelayRequest,GetRelayResult> asyncHandler) |
Future<GetRelayResult> |
AWSMailManagerAsync.getRelayAsync(GetRelayRequest getRelayRequest,
AsyncHandler<GetRelayRequest,GetRelayResult> asyncHandler)
Fetch the relay resource and it's attributes.
|
| Modifier and Type | Method and Description |
|---|---|
GetRelayResult |
GetRelayResult.clone() |
GetRelayResult |
GetRelayResult.withAuthentication(RelayAuthentication authentication)
The authentication attribute—contains the secret ARN where the customer relay server credentials are stored.
|
GetRelayResult |
GetRelayResult.withCreatedTimestamp(Date createdTimestamp)
The timestamp of when the relay was created.
|
GetRelayResult |
GetRelayResult.withLastModifiedTimestamp(Date lastModifiedTimestamp)
The timestamp of when relay was last updated.
|
GetRelayResult |
GetRelayResult.withRelayArn(String relayArn)
The Amazon Resource Name (ARN) of the relay.
|
GetRelayResult |
GetRelayResult.withRelayId(String relayId)
The unique relay identifier.
|
GetRelayResult |
GetRelayResult.withRelayName(String relayName)
The unique name of the relay.
|
GetRelayResult |
GetRelayResult.withServerName(String serverName)
The destination relay server address.
|
GetRelayResult |
GetRelayResult.withServerPort(Integer serverPort)
The destination relay server port.
|
Copyright © 2024. All rights reserved.