| Package | Description |
|---|---|
| com.amazonaws.services.pinpointemail |
|
| com.amazonaws.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
GetAccountResult |
AbstractAmazonPinpointEmail.getAccount(GetAccountRequest request) |
GetAccountResult |
AmazonPinpointEmailClient.getAccount(GetAccountRequest request)
Obtain information about the email-sending status and capabilities of your Amazon Pinpoint account in the current
AWS Region.
|
GetAccountResult |
AmazonPinpointEmail.getAccount(GetAccountRequest getAccountRequest)
Obtain information about the email-sending status and capabilities of your Amazon Pinpoint account in the current
AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAccountResult> |
AmazonPinpointEmailAsyncClient.getAccountAsync(GetAccountRequest request) |
Future<GetAccountResult> |
AbstractAmazonPinpointEmailAsync.getAccountAsync(GetAccountRequest request) |
Future<GetAccountResult> |
AmazonPinpointEmailAsync.getAccountAsync(GetAccountRequest getAccountRequest)
Obtain information about the email-sending status and capabilities of your Amazon Pinpoint account in the current
AWS Region.
|
Future<GetAccountResult> |
AmazonPinpointEmailAsyncClient.getAccountAsync(GetAccountRequest request,
AsyncHandler<GetAccountRequest,GetAccountResult> asyncHandler) |
Future<GetAccountResult> |
AbstractAmazonPinpointEmailAsync.getAccountAsync(GetAccountRequest request,
AsyncHandler<GetAccountRequest,GetAccountResult> asyncHandler) |
Future<GetAccountResult> |
AmazonPinpointEmailAsync.getAccountAsync(GetAccountRequest getAccountRequest,
AsyncHandler<GetAccountRequest,GetAccountResult> asyncHandler)
Obtain information about the email-sending status and capabilities of your Amazon Pinpoint account in the current
AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAccountResult> |
AmazonPinpointEmailAsyncClient.getAccountAsync(GetAccountRequest request,
AsyncHandler<GetAccountRequest,GetAccountResult> asyncHandler) |
Future<GetAccountResult> |
AbstractAmazonPinpointEmailAsync.getAccountAsync(GetAccountRequest request,
AsyncHandler<GetAccountRequest,GetAccountResult> asyncHandler) |
Future<GetAccountResult> |
AmazonPinpointEmailAsync.getAccountAsync(GetAccountRequest getAccountRequest,
AsyncHandler<GetAccountRequest,GetAccountResult> asyncHandler)
Obtain information about the email-sending status and capabilities of your Amazon Pinpoint account in the current
AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
GetAccountResult |
GetAccountResult.clone() |
GetAccountResult |
GetAccountResult.withDedicatedIpAutoWarmupEnabled(Boolean dedicatedIpAutoWarmupEnabled)
Indicates whether or not the automatic warm-up feature is enabled for dedicated IP addresses that are associated
with your account.
|
GetAccountResult |
GetAccountResult.withEnforcementStatus(String enforcementStatus)
The reputation status of your Amazon Pinpoint account.
|
GetAccountResult |
GetAccountResult.withProductionAccessEnabled(Boolean productionAccessEnabled)
Indicates whether or not your account has production access in the current AWS Region.
|
GetAccountResult |
GetAccountResult.withSendingEnabled(Boolean sendingEnabled)
Indicates whether or not email sending is enabled for your Amazon Pinpoint account in the current AWS Region.
|
GetAccountResult |
GetAccountResult.withSendQuota(SendQuota sendQuota)
An object that contains information about the per-day and per-second sending limits for your Amazon Pinpoint
account in the current AWS Region.
|
Copyright © 2023. All rights reserved.