| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetMetricDataResult |
AbstractAmazonSimpleEmailServiceV2.batchGetMetricData(BatchGetMetricDataRequest request) |
BatchGetMetricDataResult |
AmazonSimpleEmailServiceV2.batchGetMetricData(BatchGetMetricDataRequest batchGetMetricDataRequest)
Retrieves batches of metric data collected based on your sending activity.
|
BatchGetMetricDataResult |
AmazonSimpleEmailServiceV2Client.batchGetMetricData(BatchGetMetricDataRequest request)
Retrieves batches of metric data collected based on your sending activity.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetMetricDataResult> |
AmazonSimpleEmailServiceV2AsyncClient.batchGetMetricDataAsync(BatchGetMetricDataRequest request,
AsyncHandler<BatchGetMetricDataRequest,BatchGetMetricDataResult> asyncHandler) |
Future<BatchGetMetricDataResult> |
AmazonSimpleEmailServiceV2Async.batchGetMetricDataAsync(BatchGetMetricDataRequest batchGetMetricDataRequest,
AsyncHandler<BatchGetMetricDataRequest,BatchGetMetricDataResult> asyncHandler)
Retrieves batches of metric data collected based on your sending activity.
|
Future<BatchGetMetricDataResult> |
AbstractAmazonSimpleEmailServiceV2Async.batchGetMetricDataAsync(BatchGetMetricDataRequest request,
AsyncHandler<BatchGetMetricDataRequest,BatchGetMetricDataResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchGetMetricDataResult |
BatchGetMetricDataResult.clone() |
BatchGetMetricDataResult |
BatchGetMetricDataResult.withErrors(Collection<MetricDataError> errors)
A list of
MetricDataError encountered while processing your metric data batch request. |
BatchGetMetricDataResult |
BatchGetMetricDataResult.withErrors(MetricDataError... errors)
A list of
MetricDataError encountered while processing your metric data batch request. |
BatchGetMetricDataResult |
BatchGetMetricDataResult.withResults(Collection<MetricDataResult> results)
A list of successfully retrieved
MetricDataResult. |
BatchGetMetricDataResult |
BatchGetMetricDataResult.withResults(MetricDataResult... results)
A list of successfully retrieved
MetricDataResult. |
Copyright © 2023. All rights reserved.