BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
vendor
/
aws
/
aws-sdk-php
/
src
/
ResourceExplorer2
📤 Upload
📝 New File
📁 New Folder
Close
Editing: ResourceExplorer2Client.php
<?php namespace Aws\ResourceExplorer2; use Aws\AwsClient; /** * This client is used to interact with the **AWS Resource Explorer** service. * @method \Aws\Result associateDefaultView(array $args = []) * @method \GuzzleHttp\Promise\Promise associateDefaultViewAsync(array $args = []) * @method \Aws\Result batchGetView(array $args = []) * @method \GuzzleHttp\Promise\Promise batchGetViewAsync(array $args = []) * @method \Aws\Result createIndex(array $args = []) * @method \GuzzleHttp\Promise\Promise createIndexAsync(array $args = []) * @method \Aws\Result createResourceExplorerSetup(array $args = []) * @method \GuzzleHttp\Promise\Promise createResourceExplorerSetupAsync(array $args = []) * @method \Aws\Result createView(array $args = []) * @method \GuzzleHttp\Promise\Promise createViewAsync(array $args = []) * @method \Aws\Result deleteIndex(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteIndexAsync(array $args = []) * @method \Aws\Result deleteResourceExplorerSetup(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteResourceExplorerSetupAsync(array $args = []) * @method \Aws\Result deleteView(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteViewAsync(array $args = []) * @method \Aws\Result disassociateDefaultView(array $args = []) * @method \GuzzleHttp\Promise\Promise disassociateDefaultViewAsync(array $args = []) * @method \Aws\Result getAccountLevelServiceConfiguration(array $args = []) * @method \GuzzleHttp\Promise\Promise getAccountLevelServiceConfigurationAsync(array $args = []) * @method \Aws\Result getDefaultView(array $args = []) * @method \GuzzleHttp\Promise\Promise getDefaultViewAsync(array $args = []) * @method \Aws\Result getIndex(array $args = []) * @method \GuzzleHttp\Promise\Promise getIndexAsync(array $args = []) * @method \Aws\Result getManagedView(array $args = []) * @method \GuzzleHttp\Promise\Promise getManagedViewAsync(array $args = []) * @method \Aws\Result getResourceExplorerSetup(array $args = []) * @method \GuzzleHttp\Promise\Promise getResourceExplorerSetupAsync(array $args = []) * @method \Aws\Result getServiceIndex(array $args = []) * @method \GuzzleHttp\Promise\Promise getServiceIndexAsync(array $args = []) * @method \Aws\Result getServiceView(array $args = []) * @method \GuzzleHttp\Promise\Promise getServiceViewAsync(array $args = []) * @method \Aws\Result getView(array $args = []) * @method \GuzzleHttp\Promise\Promise getViewAsync(array $args = []) * @method \Aws\Result listIndexes(array $args = []) * @method \GuzzleHttp\Promise\Promise listIndexesAsync(array $args = []) * @method \Aws\Result listIndexesForMembers(array $args = []) * @method \GuzzleHttp\Promise\Promise listIndexesForMembersAsync(array $args = []) * @method \Aws\Result listManagedViews(array $args = []) * @method \GuzzleHttp\Promise\Promise listManagedViewsAsync(array $args = []) * @method \Aws\Result listResources(array $args = []) * @method \GuzzleHttp\Promise\Promise listResourcesAsync(array $args = []) * @method \Aws\Result listServiceIndexes(array $args = []) * @method \GuzzleHttp\Promise\Promise listServiceIndexesAsync(array $args = []) * @method \Aws\Result listServiceViews(array $args = []) * @method \GuzzleHttp\Promise\Promise listServiceViewsAsync(array $args = []) * @method \Aws\Result listStreamingAccessForServices(array $args = []) * @method \GuzzleHttp\Promise\Promise listStreamingAccessForServicesAsync(array $args = []) * @method \Aws\Result listSupportedResourceTypes(array $args = []) * @method \GuzzleHttp\Promise\Promise listSupportedResourceTypesAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) * @method \Aws\Result listViews(array $args = []) * @method \GuzzleHttp\Promise\Promise listViewsAsync(array $args = []) * @method \Aws\Result search(array $args = []) * @method \GuzzleHttp\Promise\Promise searchAsync(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 updateIndexType(array $args = []) * @method \GuzzleHttp\Promise\Promise updateIndexTypeAsync(array $args = []) * @method \Aws\Result updateView(array $args = []) * @method \GuzzleHttp\Promise\Promise updateViewAsync(array $args = []) */ class ResourceExplorer2Client extends AwsClient {}
Save
Cancel