Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'aws/aws-sdk-php/src/SesV2/SesV2Client.php')
-rw-r--r--aws/aws-sdk-php/src/SesV2/SesV2Client.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/aws/aws-sdk-php/src/SesV2/SesV2Client.php b/aws/aws-sdk-php/src/SesV2/SesV2Client.php
index 0667467e..e2065aea 100644
--- a/aws/aws-sdk-php/src/SesV2/SesV2Client.php
+++ b/aws/aws-sdk-php/src/SesV2/SesV2Client.php
@@ -5,6 +5,8 @@ use Aws\AwsClient;
/**
* This client is used to interact with the **Amazon Simple Email Service** service.
+ * @method \Aws\Result batchGetMetricData(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchGetMetricDataAsync(array $args = [])
* @method \Aws\Result createConfigurationSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise createConfigurationSetAsync(array $args = [])
* @method \Aws\Result createConfigurationSetEventDestination(array $args = [])
@@ -63,6 +65,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise getCustomVerificationEmailTemplateAsync(array $args = [])
* @method \Aws\Result getDedicatedIp(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDedicatedIpAsync(array $args = [])
+ * @method \Aws\Result getDedicatedIpPool(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDedicatedIpPoolAsync(array $args = [])
* @method \Aws\Result getDedicatedIps(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDedicatedIpsAsync(array $args = [])
* @method \Aws\Result getDeliverabilityDashboardOptions(array $args = [])
@@ -103,6 +107,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listEmailTemplatesAsync(array $args = [])
* @method \Aws\Result listImportJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listImportJobsAsync(array $args = [])
+ * @method \Aws\Result listRecommendations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listRecommendationsAsync(array $args = [])
* @method \Aws\Result listSuppressedDestinations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSuppressedDestinationsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
@@ -115,6 +121,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise putAccountSendingAttributesAsync(array $args = [])
* @method \Aws\Result putAccountSuppressionAttributes(array $args = [])
* @method \GuzzleHttp\Promise\Promise putAccountSuppressionAttributesAsync(array $args = [])
+ * @method \Aws\Result putAccountVdmAttributes(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putAccountVdmAttributesAsync(array $args = [])
* @method \Aws\Result putConfigurationSetDeliveryOptions(array $args = [])
* @method \GuzzleHttp\Promise\Promise putConfigurationSetDeliveryOptionsAsync(array $args = [])
* @method \Aws\Result putConfigurationSetReputationOptions(array $args = [])
@@ -125,6 +133,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise putConfigurationSetSuppressionOptionsAsync(array $args = [])
* @method \Aws\Result putConfigurationSetTrackingOptions(array $args = [])
* @method \GuzzleHttp\Promise\Promise putConfigurationSetTrackingOptionsAsync(array $args = [])
+ * @method \Aws\Result putConfigurationSetVdmOptions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putConfigurationSetVdmOptionsAsync(array $args = [])
* @method \Aws\Result putDedicatedIpInPool(array $args = [])
* @method \GuzzleHttp\Promise\Promise putDedicatedIpInPoolAsync(array $args = [])
* @method \Aws\Result putDedicatedIpWarmupAttributes(array $args = [])