OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
Xpress
/
vendor
/
aws
/
aws-sdk-php
/
src
/
ControlCatalog
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:17 AM
rwxr-xr-x
📄
ControlCatalogClient.php
606 bytes
05/19/2025 10:07:17 AM
rw-r--r--
📁
Exception
-
05/19/2025 10:07:17 AM
rwxr-xr-x
Editing: ControlCatalogClient.php
Close
<?php namespace Aws\ControlCatalog; use Aws\AwsClient; /** * This client is used to interact with the **AWS Control Catalog** service. * @method \Aws\Result listCommonControls(array $args = []) * @method \GuzzleHttp\Promise\Promise listCommonControlsAsync(array $args = []) * @method \Aws\Result listDomains(array $args = []) * @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = []) * @method \Aws\Result listObjectives(array $args = []) * @method \GuzzleHttp\Promise\Promise listObjectivesAsync(array $args = []) */ class ControlCatalogClient extends AwsClient {}