OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
email
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Route53RecoveryCluster
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/10/2024 05:27:40 AM
rwxr-xr-x
📁
Exception
-
07/10/2024 05:27:37 AM
rwxr-xr-x
📄
Route53RecoveryClusterClient.php
832 bytes
07/10/2024 05:24:14 AM
rw-r--r--
Editing: Route53RecoveryClusterClient.php
Close
<?php namespace Aws\Route53RecoveryCluster; use Aws\AwsClient; /** * This client is used to interact with the **Route53 Recovery Cluster** service. * @method \Aws\Result getRoutingControlState(array $args = []) * @method \GuzzleHttp\Promise\Promise getRoutingControlStateAsync(array $args = []) * @method \Aws\Result listRoutingControls(array $args = []) * @method \GuzzleHttp\Promise\Promise listRoutingControlsAsync(array $args = []) * @method \Aws\Result updateRoutingControlState(array $args = []) * @method \GuzzleHttp\Promise\Promise updateRoutingControlStateAsync(array $args = []) * @method \Aws\Result updateRoutingControlStates(array $args = []) * @method \GuzzleHttp\Promise\Promise updateRoutingControlStatesAsync(array $args = []) */ class Route53RecoveryClusterClient extends AwsClient {}