Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/SecurityHub/SecurityHubClient.php
Строк: 150
<?php
namespace AwsSecurityHub;

use 
AwsAwsClient;

/**
 * This client is used to interact with the **AWS SecurityHub** service.
 * @method AwsResult acceptInvitation(array $args = [])
 * @method GuzzleHttpPromisePromise acceptInvitationAsync(array $args = [])
 * @method AwsResult batchDisableStandards(array $args = [])
 * @method GuzzleHttpPromisePromise batchDisableStandardsAsync(array $args = [])
 * @method AwsResult batchEnableStandards(array $args = [])
 * @method GuzzleHttpPromisePromise batchEnableStandardsAsync(array $args = [])
 * @method AwsResult batchImportFindings(array $args = [])
 * @method GuzzleHttpPromisePromise batchImportFindingsAsync(array $args = [])
 * @method AwsResult batchUpdateFindings(array $args = [])
 * @method GuzzleHttpPromisePromise batchUpdateFindingsAsync(array $args = [])
 * @method AwsResult createActionTarget(array $args = [])
 * @method GuzzleHttpPromisePromise createActionTargetAsync(array $args = [])
 * @method AwsResult createInsight(array $args = [])
 * @method GuzzleHttpPromisePromise createInsightAsync(array $args = [])
 * @method AwsResult createMembers(array $args = [])
 * @method GuzzleHttpPromisePromise createMembersAsync(array $args = [])
 * @method AwsResult declineInvitations(array $args = [])
 * @method GuzzleHttpPromisePromise declineInvitationsAsync(array $args = [])
 * @method AwsResult deleteActionTarget(array $args = [])
 * @method GuzzleHttpPromisePromise deleteActionTargetAsync(array $args = [])
 * @method AwsResult deleteInsight(array $args = [])
 * @method GuzzleHttpPromisePromise deleteInsightAsync(array $args = [])
 * @method AwsResult deleteInvitations(array $args = [])
 * @method GuzzleHttpPromisePromise deleteInvitationsAsync(array $args = [])
 * @method AwsResult deleteMembers(array $args = [])
 * @method GuzzleHttpPromisePromise deleteMembersAsync(array $args = [])
 * @method AwsResult describeActionTargets(array $args = [])
 * @method GuzzleHttpPromisePromise describeActionTargetsAsync(array $args = [])
 * @method AwsResult describeHub(array $args = [])
 * @method GuzzleHttpPromisePromise describeHubAsync(array $args = [])
 * @method AwsResult describeProducts(array $args = [])
 * @method GuzzleHttpPromisePromise describeProductsAsync(array $args = [])
 * @method AwsResult describeStandards(array $args = [])
 * @method GuzzleHttpPromisePromise describeStandardsAsync(array $args = [])
 * @method AwsResult describeStandardsControls(array $args = [])
 * @method GuzzleHttpPromisePromise describeStandardsControlsAsync(array $args = [])
 * @method AwsResult disableImportFindingsForProduct(array $args = [])
 * @method GuzzleHttpPromisePromise disableImportFindingsForProductAsync(array $args = [])
 * @method AwsResult disableSecurityHub(array $args = [])
 * @method GuzzleHttpPromisePromise disableSecurityHubAsync(array $args = [])
 * @method AwsResult disassociateFromMasterAccount(array $args = [])
 * @method GuzzleHttpPromisePromise disassociateFromMasterAccountAsync(array $args = [])
 * @method AwsResult disassociateMembers(array $args = [])
 * @method GuzzleHttpPromisePromise disassociateMembersAsync(array $args = [])
 * @method AwsResult enableImportFindingsForProduct(array $args = [])
 * @method GuzzleHttpPromisePromise enableImportFindingsForProductAsync(array $args = [])
 * @method AwsResult enableSecurityHub(array $args = [])
 * @method GuzzleHttpPromisePromise enableSecurityHubAsync(array $args = [])
 * @method AwsResult getEnabledStandards(array $args = [])
 * @method GuzzleHttpPromisePromise getEnabledStandardsAsync(array $args = [])
 * @method AwsResult getFindings(array $args = [])
 * @method GuzzleHttpPromisePromise getFindingsAsync(array $args = [])
 * @method AwsResult getInsightResults(array $args = [])
 * @method GuzzleHttpPromisePromise getInsightResultsAsync(array $args = [])
 * @method AwsResult getInsights(array $args = [])
 * @method GuzzleHttpPromisePromise getInsightsAsync(array $args = [])
 * @method AwsResult getInvitationsCount(array $args = [])
 * @method GuzzleHttpPromisePromise getInvitationsCountAsync(array $args = [])
 * @method AwsResult getMasterAccount(array $args = [])
 * @method GuzzleHttpPromisePromise getMasterAccountAsync(array $args = [])
 * @method AwsResult getMembers(array $args = [])
 * @method GuzzleHttpPromisePromise getMembersAsync(array $args = [])
 * @method AwsResult inviteMembers(array $args = [])
 * @method GuzzleHttpPromisePromise inviteMembersAsync(array $args = [])
 * @method AwsResult listEnabledProductsForImport(array $args = [])
 * @method GuzzleHttpPromisePromise listEnabledProductsForImportAsync(array $args = [])
 * @method AwsResult listInvitations(array $args = [])
 * @method GuzzleHttpPromisePromise listInvitationsAsync(array $args = [])
 * @method AwsResult listMembers(array $args = [])
 * @method GuzzleHttpPromisePromise listMembersAsync(array $args = [])
 * @method AwsResult listTagsForResource(array $args = [])
 * @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
 * @method AwsResult tagResource(array $args = [])
 * @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
 * @method AwsResult untagResource(array $args = [])
 * @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
 * @method AwsResult updateActionTarget(array $args = [])
 * @method GuzzleHttpPromisePromise updateActionTargetAsync(array $args = [])
 * @method AwsResult updateFindings(array $args = [])
 * @method GuzzleHttpPromisePromise updateFindingsAsync(array $args = [])
 * @method AwsResult updateInsight(array $args = [])
 * @method GuzzleHttpPromisePromise updateInsightAsync(array $args = [])
 * @method AwsResult updateStandardsControl(array $args = [])
 * @method GuzzleHttpPromisePromise updateStandardsControlAsync(array $args = [])
 */
class SecurityHubClient extends AwsClient {}
Онлайн: 0
Реклама