C# Class Amazon.Inspector.AmazonInspectorClient

Implementation for accessing Inspector Amazon Inspector

Amazon Inspector enables you to analyze the behavior of your AWS resources and to identify potential security issues. For more information, see Amazon Inspector User Guide.

Inheritance: AmazonServiceClient, IAmazonInspector
Exibir arquivo Open project: aws/aws-sdk-net

Public Methods

Method Description
AddAttributesToFindings ( AddAttributesToFindingsRequest request ) : AddAttributesToFindingsResponse

Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.

AddAttributesToFindingsAsync ( AddAttributesToFindingsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AddAttributesToFindings operation.

AmazonInspectorClient ( ) : System

Constructs AmazonInspectorClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonInspectorClient ( AWSCredentials credentials ) : System

Constructs AmazonInspectorClient with AWS Credentials

AmazonInspectorClient ( AWSCredentials credentials, AmazonInspectorConfig clientConfig ) : System

Constructs AmazonInspectorClient with AWS Credentials and an AmazonInspectorClient Configuration object.

AmazonInspectorClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonInspectorClient with AWS Credentials

AmazonInspectorClient ( AmazonInspectorConfig config ) : System

Constructs AmazonInspectorClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonInspectorClient ( RegionEndpoint region ) : System

Constructs AmazonInspectorClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonInspectorClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonInspectorClient with AWS Access Key ID and AWS Secret Key

AmazonInspectorClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonInspectorConfig clientConfig ) : System

Constructs AmazonInspectorClient with AWS Access Key ID, AWS Secret Key and an AmazonInspectorClient Configuration object.

AmazonInspectorClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System

Constructs AmazonInspectorClient with AWS Access Key ID and AWS Secret Key

AmazonInspectorClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System

Constructs AmazonInspectorClient with AWS Access Key ID and AWS Secret Key

AmazonInspectorClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonInspectorConfig clientConfig ) : System

Constructs AmazonInspectorClient with AWS Access Key ID, AWS Secret Key and an AmazonInspectorClient Configuration object.

AmazonInspectorClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System

Constructs AmazonInspectorClient with AWS Access Key ID and AWS Secret Key

BeginAddAttributesToFindings ( AddAttributesToFindingsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AddAttributesToFindings operation.

BeginCreateAssessmentTarget ( CreateAssessmentTargetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateAssessmentTarget operation.

BeginCreateAssessmentTemplate ( CreateAssessmentTemplateRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateAssessmentTemplate operation.

BeginCreateResourceGroup ( CreateResourceGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateResourceGroup operation.

BeginDeleteAssessmentRun ( DeleteAssessmentRunRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteAssessmentRun operation.

BeginDeleteAssessmentTarget ( DeleteAssessmentTargetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteAssessmentTarget operation.

BeginDeleteAssessmentTemplate ( DeleteAssessmentTemplateRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteAssessmentTemplate operation.

BeginDescribeAssessmentRuns ( DescribeAssessmentRunsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeAssessmentRuns operation.

BeginDescribeAssessmentTargets ( DescribeAssessmentTargetsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeAssessmentTargets operation.

BeginDescribeAssessmentTemplates ( DescribeAssessmentTemplatesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeAssessmentTemplates operation.

BeginDescribeCrossAccountAccessRole ( DescribeCrossAccountAccessRoleRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeCrossAccountAccessRole operation.

BeginDescribeFindings ( DescribeFindingsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeFindings operation.

BeginDescribeResourceGroups ( DescribeResourceGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeResourceGroups operation.

BeginDescribeRulesPackages ( DescribeRulesPackagesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeRulesPackages operation.

BeginGetTelemetryMetadata ( GetTelemetryMetadataRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetTelemetryMetadata operation.

BeginListAssessmentRunAgents ( ListAssessmentRunAgentsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListAssessmentRunAgents operation.

BeginListAssessmentRuns ( ListAssessmentRunsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListAssessmentRuns operation.

BeginListAssessmentTargets ( ListAssessmentTargetsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListAssessmentTargets operation.

BeginListAssessmentTemplates ( ListAssessmentTemplatesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListAssessmentTemplates operation.

BeginListEventSubscriptions ( ListEventSubscriptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListEventSubscriptions operation.

BeginListFindings ( ListFindingsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListFindings operation.

BeginListRulesPackages ( ListRulesPackagesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListRulesPackages operation.

BeginListTagsForResource ( ListTagsForResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListTagsForResource operation.

BeginPreviewAgents ( PreviewAgentsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the PreviewAgents operation.

BeginRegisterCrossAccountAccessRole ( RegisterCrossAccountAccessRoleRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RegisterCrossAccountAccessRole operation.

BeginRemoveAttributesFromFindings ( RemoveAttributesFromFindingsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RemoveAttributesFromFindings operation.

BeginSetTagsForResource ( SetTagsForResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SetTagsForResource operation.

BeginStartAssessmentRun ( StartAssessmentRunRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StartAssessmentRun operation.

BeginStopAssessmentRun ( StopAssessmentRunRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StopAssessmentRun operation.

BeginSubscribeToEvent ( SubscribeToEventRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SubscribeToEvent operation.

BeginUnsubscribeFromEvent ( UnsubscribeFromEventRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UnsubscribeFromEvent operation.

BeginUpdateAssessmentTarget ( UpdateAssessmentTargetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateAssessmentTarget operation.

CreateAssessmentTarget ( CreateAssessmentTargetRequest request ) : CreateAssessmentTargetResponse

Creates a new assessment target using the ARN of the resource group that is generated by CreateResourceGroup. You can create up to 50 assessment targets per AWS account. You can run up to 500 concurrent agents per AWS account. For more information, see Amazon Inspector Assessment Targets.

CreateAssessmentTargetAsync ( CreateAssessmentTargetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateAssessmentTarget operation.

CreateAssessmentTemplate ( CreateAssessmentTemplateRequest request ) : CreateAssessmentTemplateResponse

Creates an assessment template for the assessment target that is specified by the ARN of the assessment target.

CreateAssessmentTemplateAsync ( CreateAssessmentTemplateRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateAssessmentTemplate operation.

CreateResourceGroup ( CreateResourceGroupRequest request ) : CreateResourceGroupResponse

Creates a resource group using the specified set of tags (key and value pairs) that are used to select the EC2 instances to be included in an Amazon Inspector assessment target. The created resource group is then used to create an Amazon Inspector assessment target. For more information, see CreateAssessmentTarget.

CreateResourceGroupAsync ( CreateResourceGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateResourceGroup operation.

DeleteAssessmentRun ( DeleteAssessmentRunRequest request ) : DeleteAssessmentRunResponse

Deletes the assessment run that is specified by the ARN of the assessment run.

DeleteAssessmentRunAsync ( DeleteAssessmentRunRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteAssessmentRun operation.

DeleteAssessmentTarget ( DeleteAssessmentTargetRequest request ) : DeleteAssessmentTargetResponse

Deletes the assessment target that is specified by the ARN of the assessment target.

DeleteAssessmentTargetAsync ( DeleteAssessmentTargetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteAssessmentTarget operation.

DeleteAssessmentTemplate ( DeleteAssessmentTemplateRequest request ) : DeleteAssessmentTemplateResponse

Deletes the assessment template that is specified by the ARN of the assessment template.

DeleteAssessmentTemplateAsync ( DeleteAssessmentTemplateRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteAssessmentTemplate operation.

DescribeAssessmentRuns ( DescribeAssessmentRunsRequest request ) : DescribeAssessmentRunsResponse

Describes the assessment runs that are specified by the ARNs of the assessment runs.

DescribeAssessmentRunsAsync ( DescribeAssessmentRunsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeAssessmentRuns operation.

DescribeAssessmentTargets ( DescribeAssessmentTargetsRequest request ) : DescribeAssessmentTargetsResponse

Describes the assessment targets that are specified by the ARNs of the assessment targets.

DescribeAssessmentTargetsAsync ( DescribeAssessmentTargetsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeAssessmentTargets operation.

DescribeAssessmentTemplates ( DescribeAssessmentTemplatesRequest request ) : DescribeAssessmentTemplatesResponse

Describes the assessment templates that are specified by the ARNs of the assessment templates.

DescribeAssessmentTemplatesAsync ( DescribeAssessmentTemplatesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeAssessmentTemplates operation.

DescribeCrossAccountAccessRole ( DescribeCrossAccountAccessRoleRequest request ) : DescribeCrossAccountAccessRoleResponse

Describes the IAM role that enables Amazon Inspector to access your AWS account.

DescribeCrossAccountAccessRoleAsync ( DescribeCrossAccountAccessRoleRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeCrossAccountAccessRole operation.

DescribeFindings ( DescribeFindingsRequest request ) : DescribeFindingsResponse

Describes the findings that are specified by the ARNs of the findings.

DescribeFindingsAsync ( DescribeFindingsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeFindings operation.

DescribeResourceGroups ( DescribeResourceGroupsRequest request ) : DescribeResourceGroupsResponse

Describes the resource groups that are specified by the ARNs of the resource groups.

DescribeResourceGroupsAsync ( DescribeResourceGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeResourceGroups operation.

DescribeRulesPackages ( DescribeRulesPackagesRequest request ) : DescribeRulesPackagesResponse

Describes the rules packages that are specified by the ARNs of the rules packages.

DescribeRulesPackagesAsync ( DescribeRulesPackagesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeRulesPackages operation.

EndAddAttributesToFindings ( IAsyncResult asyncResult ) : AddAttributesToFindingsResponse

Finishes the asynchronous execution of the AddAttributesToFindings operation.

EndCreateAssessmentTarget ( IAsyncResult asyncResult ) : CreateAssessmentTargetResponse

Finishes the asynchronous execution of the CreateAssessmentTarget operation.

EndCreateAssessmentTemplate ( IAsyncResult asyncResult ) : CreateAssessmentTemplateResponse

Finishes the asynchronous execution of the CreateAssessmentTemplate operation.

EndCreateResourceGroup ( IAsyncResult asyncResult ) : CreateResourceGroupResponse

Finishes the asynchronous execution of the CreateResourceGroup operation.

EndDeleteAssessmentRun ( IAsyncResult asyncResult ) : DeleteAssessmentRunResponse

Finishes the asynchronous execution of the DeleteAssessmentRun operation.

EndDeleteAssessmentTarget ( IAsyncResult asyncResult ) : DeleteAssessmentTargetResponse

Finishes the asynchronous execution of the DeleteAssessmentTarget operation.

EndDeleteAssessmentTemplate ( IAsyncResult asyncResult ) : DeleteAssessmentTemplateResponse

Finishes the asynchronous execution of the DeleteAssessmentTemplate operation.

EndDescribeAssessmentRuns ( IAsyncResult asyncResult ) : DescribeAssessmentRunsResponse

Finishes the asynchronous execution of the DescribeAssessmentRuns operation.

EndDescribeAssessmentTargets ( IAsyncResult asyncResult ) : DescribeAssessmentTargetsResponse

Finishes the asynchronous execution of the DescribeAssessmentTargets operation.

EndDescribeAssessmentTemplates ( IAsyncResult asyncResult ) : DescribeAssessmentTemplatesResponse

Finishes the asynchronous execution of the DescribeAssessmentTemplates operation.

EndDescribeCrossAccountAccessRole ( IAsyncResult asyncResult ) : DescribeCrossAccountAccessRoleResponse

Finishes the asynchronous execution of the DescribeCrossAccountAccessRole operation.

EndDescribeFindings ( IAsyncResult asyncResult ) : DescribeFindingsResponse

Finishes the asynchronous execution of the DescribeFindings operation.

EndDescribeResourceGroups ( IAsyncResult asyncResult ) : DescribeResourceGroupsResponse

Finishes the asynchronous execution of the DescribeResourceGroups operation.

EndDescribeRulesPackages ( IAsyncResult asyncResult ) : DescribeRulesPackagesResponse

Finishes the asynchronous execution of the DescribeRulesPackages operation.

EndGetTelemetryMetadata ( IAsyncResult asyncResult ) : GetTelemetryMetadataResponse

Finishes the asynchronous execution of the GetTelemetryMetadata operation.

EndListAssessmentRunAgents ( IAsyncResult asyncResult ) : ListAssessmentRunAgentsResponse

Finishes the asynchronous execution of the ListAssessmentRunAgents operation.

EndListAssessmentRuns ( IAsyncResult asyncResult ) : ListAssessmentRunsResponse

Finishes the asynchronous execution of the ListAssessmentRuns operation.

EndListAssessmentTargets ( IAsyncResult asyncResult ) : ListAssessmentTargetsResponse

Finishes the asynchronous execution of the ListAssessmentTargets operation.

EndListAssessmentTemplates ( IAsyncResult asyncResult ) : ListAssessmentTemplatesResponse

Finishes the asynchronous execution of the ListAssessmentTemplates operation.

EndListEventSubscriptions ( IAsyncResult asyncResult ) : ListEventSubscriptionsResponse

Finishes the asynchronous execution of the ListEventSubscriptions operation.

EndListFindings ( IAsyncResult asyncResult ) : ListFindingsResponse

Finishes the asynchronous execution of the ListFindings operation.

EndListRulesPackages ( IAsyncResult asyncResult ) : ListRulesPackagesResponse

Finishes the asynchronous execution of the ListRulesPackages operation.

EndListTagsForResource ( IAsyncResult asyncResult ) : ListTagsForResourceResponse

Finishes the asynchronous execution of the ListTagsForResource operation.

EndPreviewAgents ( IAsyncResult asyncResult ) : PreviewAgentsResponse

Finishes the asynchronous execution of the PreviewAgents operation.

EndRegisterCrossAccountAccessRole ( IAsyncResult asyncResult ) : Amazon.Inspector.Model.RegisterCrossAccountAccessRoleResponse

Finishes the asynchronous execution of the RegisterCrossAccountAccessRole operation.

EndRemoveAttributesFromFindings ( IAsyncResult asyncResult ) : RemoveAttributesFromFindingsResponse

Finishes the asynchronous execution of the RemoveAttributesFromFindings operation.

EndSetTagsForResource ( IAsyncResult asyncResult ) : Amazon.Inspector.Model.SetTagsForResourceResponse

Finishes the asynchronous execution of the SetTagsForResource operation.

EndStartAssessmentRun ( IAsyncResult asyncResult ) : StartAssessmentRunResponse

Finishes the asynchronous execution of the StartAssessmentRun operation.

EndStopAssessmentRun ( IAsyncResult asyncResult ) : StopAssessmentRunResponse

Finishes the asynchronous execution of the StopAssessmentRun operation.

EndSubscribeToEvent ( IAsyncResult asyncResult ) : SubscribeToEventResponse

Finishes the asynchronous execution of the SubscribeToEvent operation.

EndUnsubscribeFromEvent ( IAsyncResult asyncResult ) : UnsubscribeFromEventResponse

Finishes the asynchronous execution of the UnsubscribeFromEvent operation.

EndUpdateAssessmentTarget ( IAsyncResult asyncResult ) : UpdateAssessmentTargetResponse

Finishes the asynchronous execution of the UpdateAssessmentTarget operation.

GetTelemetryMetadata ( GetTelemetryMetadataRequest request ) : GetTelemetryMetadataResponse

Information about the data that is collected for the specified assessment run.

GetTelemetryMetadataAsync ( GetTelemetryMetadataRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetTelemetryMetadata operation.

ListAssessmentRunAgents ( ListAssessmentRunAgentsRequest request ) : ListAssessmentRunAgentsResponse

Lists the agents of the assessment runs that are specified by the ARNs of the assessment runs.

ListAssessmentRunAgentsAsync ( ListAssessmentRunAgentsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListAssessmentRunAgents operation.

ListAssessmentRuns ( ListAssessmentRunsRequest request ) : ListAssessmentRunsResponse

Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates.

ListAssessmentRunsAsync ( ListAssessmentRunsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListAssessmentRuns operation.

ListAssessmentTargets ( ListAssessmentTargetsRequest request ) : ListAssessmentTargetsResponse

Lists the ARNs of the assessment targets within this AWS account. For more information about assessment targets, see Amazon Inspector Assessment Targets.

ListAssessmentTargetsAsync ( ListAssessmentTargetsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListAssessmentTargets operation.

ListAssessmentTemplates ( ListAssessmentTemplatesRequest request ) : ListAssessmentTemplatesResponse

Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.

ListAssessmentTemplatesAsync ( ListAssessmentTemplatesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListAssessmentTemplates operation.

ListEventSubscriptions ( ListEventSubscriptionsRequest request ) : ListEventSubscriptionsResponse

Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment template. For more information, see SubscribeToEvent and UnsubscribeFromEvent.

ListEventSubscriptionsAsync ( ListEventSubscriptionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListEventSubscriptions operation.

ListFindings ( ListFindingsRequest request ) : ListFindingsResponse

Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.

ListFindingsAsync ( ListFindingsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListFindings operation.

ListRulesPackages ( ListRulesPackagesRequest request ) : ListRulesPackagesResponse

Lists all available Amazon Inspector rules packages.

ListRulesPackagesAsync ( ListRulesPackagesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListRulesPackages operation.

ListTagsForResource ( ListTagsForResourceRequest request ) : ListTagsForResourceResponse

Lists all tags associated with an assessment template.

ListTagsForResourceAsync ( ListTagsForResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListTagsForResource operation.

PreviewAgents ( PreviewAgentsRequest request ) : PreviewAgentsResponse

Previews the agents installed on the EC2 instances that are part of the specified assessment target.

PreviewAgentsAsync ( PreviewAgentsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the PreviewAgents operation.

RegisterCrossAccountAccessRole ( RegisterCrossAccountAccessRoleRequest request ) : Amazon.Inspector.Model.RegisterCrossAccountAccessRoleResponse

Registers the IAM role that Amazon Inspector uses to list your EC2 instances at the start of the assessment run or when you call the PreviewAgents action.

RegisterCrossAccountAccessRoleAsync ( RegisterCrossAccountAccessRoleRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RegisterCrossAccountAccessRole operation.

RemoveAttributesFromFindings ( RemoveAttributesFromFindingsRequest request ) : RemoveAttributesFromFindingsResponse

Removes entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists.

RemoveAttributesFromFindingsAsync ( RemoveAttributesFromFindingsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RemoveAttributesFromFindings operation.

SetTagsForResource ( SetTagsForResourceRequest request ) : Amazon.Inspector.Model.SetTagsForResourceResponse

Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.

SetTagsForResourceAsync ( SetTagsForResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SetTagsForResource operation.

StartAssessmentRun ( StartAssessmentRunRequest request ) : StartAssessmentRunResponse

Starts the assessment run specified by the ARN of the assessment template. For this API to function properly, you must not exceed the limit of running up to 500 concurrent agents per AWS account.

StartAssessmentRunAsync ( StartAssessmentRunRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StartAssessmentRun operation.

StopAssessmentRun ( StopAssessmentRunRequest request ) : StopAssessmentRunResponse

Stops the assessment run that is specified by the ARN of the assessment run.

StopAssessmentRunAsync ( StopAssessmentRunRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StopAssessmentRun operation.

SubscribeToEvent ( SubscribeToEventRequest request ) : SubscribeToEventResponse

Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.

SubscribeToEventAsync ( SubscribeToEventRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SubscribeToEvent operation.

UnsubscribeFromEvent ( UnsubscribeFromEventRequest request ) : UnsubscribeFromEventResponse

Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.

UnsubscribeFromEventAsync ( UnsubscribeFromEventRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UnsubscribeFromEvent operation.

UpdateAssessmentTarget ( UpdateAssessmentTargetRequest request ) : UpdateAssessmentTargetResponse

Updates the assessment target that is specified by the ARN of the assessment target.

UpdateAssessmentTargetAsync ( UpdateAssessmentTargetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateAssessmentTarget operation.

Protected Methods

Method Description
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Method Details

AddAttributesToFindings() public method

Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public AddAttributesToFindings ( AddAttributesToFindingsRequest request ) : AddAttributesToFindingsResponse
request Amazon.Inspector.Model.AddAttributesToFindingsRequest Container for the necessary parameters to execute the AddAttributesToFindings service method.
return Amazon.Inspector.Model.AddAttributesToFindingsResponse

AddAttributesToFindingsAsync() public method

Initiates the asynchronous execution of the AddAttributesToFindings operation.
public AddAttributesToFindingsAsync ( AddAttributesToFindingsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.AddAttributesToFindingsRequest Container for the necessary parameters to execute the AddAttributesToFindings operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

AmazonInspectorClient() public method

Constructs AmazonInspectorClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonInspectorClient ( ) : System
return System

AmazonInspectorClient() public method

Constructs AmazonInspectorClient with AWS Credentials
public AmazonInspectorClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
return System

AmazonInspectorClient() public method

Constructs AmazonInspectorClient with AWS Credentials and an AmazonInspectorClient Configuration object.
public AmazonInspectorClient ( AWSCredentials credentials, AmazonInspectorConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonInspectorConfig The AmazonInspectorClient Configuration Object
return System

AmazonInspectorClient() public method

Constructs AmazonInspectorClient with AWS Credentials
public AmazonInspectorClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
return System

AmazonInspectorClient() public method

Constructs AmazonInspectorClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonInspectorClient ( AmazonInspectorConfig config ) : System
config AmazonInspectorConfig The AmazonInspectorClient Configuration Object
return System

AmazonInspectorClient() public method

Constructs AmazonInspectorClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonInspectorClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
return System

AmazonInspectorClient() public method

Constructs AmazonInspectorClient with AWS Access Key ID and AWS Secret Key
public AmazonInspectorClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
return System

AmazonInspectorClient() public method

Constructs AmazonInspectorClient with AWS Access Key ID, AWS Secret Key and an AmazonInspectorClient Configuration object.
public AmazonInspectorClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonInspectorConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonInspectorConfig The AmazonInspectorClient Configuration Object
return System

AmazonInspectorClient() public method

Constructs AmazonInspectorClient with AWS Access Key ID and AWS Secret Key
public AmazonInspectorClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
region RegionEndpoint The region to connect.
return System

AmazonInspectorClient() public method

Constructs AmazonInspectorClient with AWS Access Key ID and AWS Secret Key
public AmazonInspectorClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
return System

AmazonInspectorClient() public method

Constructs AmazonInspectorClient with AWS Access Key ID, AWS Secret Key and an AmazonInspectorClient Configuration object.
public AmazonInspectorClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonInspectorConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonInspectorConfig The AmazonInspectorClient Configuration Object
return System

AmazonInspectorClient() public method

Constructs AmazonInspectorClient with AWS Access Key ID and AWS Secret Key
public AmazonInspectorClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
region RegionEndpoint The region to connect.
return System

BeginAddAttributesToFindings() public method

Initiates the asynchronous execution of the AddAttributesToFindings operation.
public BeginAddAttributesToFindings ( AddAttributesToFindingsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.AddAttributesToFindingsRequest Container for the necessary parameters to execute the AddAttributesToFindings operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCreateAssessmentTarget() public method

Initiates the asynchronous execution of the CreateAssessmentTarget operation.
public BeginCreateAssessmentTarget ( CreateAssessmentTargetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.CreateAssessmentTargetRequest Container for the necessary parameters to execute the CreateAssessmentTarget operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCreateAssessmentTemplate() public method

Initiates the asynchronous execution of the CreateAssessmentTemplate operation.
public BeginCreateAssessmentTemplate ( CreateAssessmentTemplateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.CreateAssessmentTemplateRequest Container for the necessary parameters to execute the CreateAssessmentTemplate operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCreateResourceGroup() public method

Initiates the asynchronous execution of the CreateResourceGroup operation.
public BeginCreateResourceGroup ( CreateResourceGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.CreateResourceGroupRequest Container for the necessary parameters to execute the CreateResourceGroup operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeleteAssessmentRun() public method

Initiates the asynchronous execution of the DeleteAssessmentRun operation.
public BeginDeleteAssessmentRun ( DeleteAssessmentRunRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.DeleteAssessmentRunRequest Container for the necessary parameters to execute the DeleteAssessmentRun operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeleteAssessmentTarget() public method

Initiates the asynchronous execution of the DeleteAssessmentTarget operation.
public BeginDeleteAssessmentTarget ( DeleteAssessmentTargetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.DeleteAssessmentTargetRequest Container for the necessary parameters to execute the DeleteAssessmentTarget operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeleteAssessmentTemplate() public method

Initiates the asynchronous execution of the DeleteAssessmentTemplate operation.
public BeginDeleteAssessmentTemplate ( DeleteAssessmentTemplateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.DeleteAssessmentTemplateRequest Container for the necessary parameters to execute the DeleteAssessmentTemplate operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeAssessmentRuns() public method

Initiates the asynchronous execution of the DescribeAssessmentRuns operation.
public BeginDescribeAssessmentRuns ( DescribeAssessmentRunsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.DescribeAssessmentRunsRequest Container for the necessary parameters to execute the DescribeAssessmentRuns operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeAssessmentTargets() public method

Initiates the asynchronous execution of the DescribeAssessmentTargets operation.
public BeginDescribeAssessmentTargets ( DescribeAssessmentTargetsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.DescribeAssessmentTargetsRequest Container for the necessary parameters to execute the DescribeAssessmentTargets operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeAssessmentTemplates() public method

Initiates the asynchronous execution of the DescribeAssessmentTemplates operation.
public BeginDescribeAssessmentTemplates ( DescribeAssessmentTemplatesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.DescribeAssessmentTemplatesRequest Container for the necessary parameters to execute the DescribeAssessmentTemplates operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeCrossAccountAccessRole() public method

Initiates the asynchronous execution of the DescribeCrossAccountAccessRole operation.
public BeginDescribeCrossAccountAccessRole ( DescribeCrossAccountAccessRoleRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeCrossAccountAccessRoleRequest Container for the necessary parameters to execute the DescribeCrossAccountAccessRole operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeFindings() public method

Initiates the asynchronous execution of the DescribeFindings operation.
public BeginDescribeFindings ( DescribeFindingsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.DescribeFindingsRequest Container for the necessary parameters to execute the DescribeFindings operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeResourceGroups() public method

Initiates the asynchronous execution of the DescribeResourceGroups operation.
public BeginDescribeResourceGroups ( DescribeResourceGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.DescribeResourceGroupsRequest Container for the necessary parameters to execute the DescribeResourceGroups operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeRulesPackages() public method

Initiates the asynchronous execution of the DescribeRulesPackages operation.
public BeginDescribeRulesPackages ( DescribeRulesPackagesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.DescribeRulesPackagesRequest Container for the necessary parameters to execute the DescribeRulesPackages operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginGetTelemetryMetadata() public method

Initiates the asynchronous execution of the GetTelemetryMetadata operation.
public BeginGetTelemetryMetadata ( GetTelemetryMetadataRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.GetTelemetryMetadataRequest Container for the necessary parameters to execute the GetTelemetryMetadata operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListAssessmentRunAgents() public method

Initiates the asynchronous execution of the ListAssessmentRunAgents operation.
public BeginListAssessmentRunAgents ( ListAssessmentRunAgentsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.ListAssessmentRunAgentsRequest Container for the necessary parameters to execute the ListAssessmentRunAgents operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListAssessmentRuns() public method

Initiates the asynchronous execution of the ListAssessmentRuns operation.
public BeginListAssessmentRuns ( ListAssessmentRunsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.ListAssessmentRunsRequest Container for the necessary parameters to execute the ListAssessmentRuns operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListAssessmentTargets() public method

Initiates the asynchronous execution of the ListAssessmentTargets operation.
public BeginListAssessmentTargets ( ListAssessmentTargetsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.ListAssessmentTargetsRequest Container for the necessary parameters to execute the ListAssessmentTargets operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListAssessmentTemplates() public method

Initiates the asynchronous execution of the ListAssessmentTemplates operation.
public BeginListAssessmentTemplates ( ListAssessmentTemplatesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.ListAssessmentTemplatesRequest Container for the necessary parameters to execute the ListAssessmentTemplates operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListEventSubscriptions() public method

Initiates the asynchronous execution of the ListEventSubscriptions operation.
public BeginListEventSubscriptions ( ListEventSubscriptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.ListEventSubscriptionsRequest Container for the necessary parameters to execute the ListEventSubscriptions operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListFindings() public method

Initiates the asynchronous execution of the ListFindings operation.
public BeginListFindings ( ListFindingsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.ListFindingsRequest Container for the necessary parameters to execute the ListFindings operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListRulesPackages() public method

Initiates the asynchronous execution of the ListRulesPackages operation.
public BeginListRulesPackages ( ListRulesPackagesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.ListRulesPackagesRequest Container for the necessary parameters to execute the ListRulesPackages operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListTagsForResource() public method

Initiates the asynchronous execution of the ListTagsForResource operation.
public BeginListTagsForResource ( ListTagsForResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.ListTagsForResourceRequest Container for the necessary parameters to execute the ListTagsForResource operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginPreviewAgents() public method

Initiates the asynchronous execution of the PreviewAgents operation.
public BeginPreviewAgents ( PreviewAgentsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.PreviewAgentsRequest Container for the necessary parameters to execute the PreviewAgents operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginRegisterCrossAccountAccessRole() public method

Initiates the asynchronous execution of the RegisterCrossAccountAccessRole operation.
public BeginRegisterCrossAccountAccessRole ( RegisterCrossAccountAccessRoleRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.RegisterCrossAccountAccessRoleRequest Container for the necessary parameters to execute the RegisterCrossAccountAccessRole operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginRemoveAttributesFromFindings() public method

Initiates the asynchronous execution of the RemoveAttributesFromFindings operation.
public BeginRemoveAttributesFromFindings ( RemoveAttributesFromFindingsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.RemoveAttributesFromFindingsRequest Container for the necessary parameters to execute the RemoveAttributesFromFindings operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginSetTagsForResource() public method

Initiates the asynchronous execution of the SetTagsForResource operation.
public BeginSetTagsForResource ( SetTagsForResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.SetTagsForResourceRequest Container for the necessary parameters to execute the SetTagsForResource operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginStartAssessmentRun() public method

Initiates the asynchronous execution of the StartAssessmentRun operation.
public BeginStartAssessmentRun ( StartAssessmentRunRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.StartAssessmentRunRequest Container for the necessary parameters to execute the StartAssessmentRun operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginStopAssessmentRun() public method

Initiates the asynchronous execution of the StopAssessmentRun operation.
public BeginStopAssessmentRun ( StopAssessmentRunRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.StopAssessmentRunRequest Container for the necessary parameters to execute the StopAssessmentRun operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginSubscribeToEvent() public method

Initiates the asynchronous execution of the SubscribeToEvent operation.
public BeginSubscribeToEvent ( SubscribeToEventRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.SubscribeToEventRequest Container for the necessary parameters to execute the SubscribeToEvent operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUnsubscribeFromEvent() public method

Initiates the asynchronous execution of the UnsubscribeFromEvent operation.
public BeginUnsubscribeFromEvent ( UnsubscribeFromEventRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.UnsubscribeFromEventRequest Container for the necessary parameters to execute the UnsubscribeFromEvent operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateAssessmentTarget() public method

Initiates the asynchronous execution of the UpdateAssessmentTarget operation.
public BeginUpdateAssessmentTarget ( UpdateAssessmentTargetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.UpdateAssessmentTargetRequest Container for the necessary parameters to execute the UpdateAssessmentTarget operation on AmazonInspectorClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

CreateAssessmentTarget() public method

Creates a new assessment target using the ARN of the resource group that is generated by CreateResourceGroup. You can create up to 50 assessment targets per AWS account. You can run up to 500 concurrent agents per AWS account. For more information, see Amazon Inspector Assessment Targets.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it attempted to create resources beyond the current /// AWS account limits. The error code describes the limit exceeded. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public CreateAssessmentTarget ( CreateAssessmentTargetRequest request ) : CreateAssessmentTargetResponse
request Amazon.Inspector.Model.CreateAssessmentTargetRequest Container for the necessary parameters to execute the CreateAssessmentTarget service method.
return Amazon.Inspector.Model.CreateAssessmentTargetResponse

CreateAssessmentTargetAsync() public method

Initiates the asynchronous execution of the CreateAssessmentTarget operation.
public CreateAssessmentTargetAsync ( CreateAssessmentTargetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.CreateAssessmentTargetRequest Container for the necessary parameters to execute the CreateAssessmentTarget operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateAssessmentTemplate() public method

Creates an assessment template for the assessment target that is specified by the ARN of the assessment target.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it attempted to create resources beyond the current /// AWS account limits. The error code describes the limit exceeded. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public CreateAssessmentTemplate ( CreateAssessmentTemplateRequest request ) : CreateAssessmentTemplateResponse
request Amazon.Inspector.Model.CreateAssessmentTemplateRequest Container for the necessary parameters to execute the CreateAssessmentTemplate service method.
return Amazon.Inspector.Model.CreateAssessmentTemplateResponse

CreateAssessmentTemplateAsync() public method

Initiates the asynchronous execution of the CreateAssessmentTemplate operation.
public CreateAssessmentTemplateAsync ( CreateAssessmentTemplateRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.CreateAssessmentTemplateRequest Container for the necessary parameters to execute the CreateAssessmentTemplate operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateResourceGroup() public method

Creates a resource group using the specified set of tags (key and value pairs) that are used to select the EC2 instances to be included in an Amazon Inspector assessment target. The created resource group is then used to create an Amazon Inspector assessment target. For more information, see CreateAssessmentTarget.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it attempted to create resources beyond the current /// AWS account limits. The error code describes the limit exceeded. ///
public CreateResourceGroup ( CreateResourceGroupRequest request ) : CreateResourceGroupResponse
request Amazon.Inspector.Model.CreateResourceGroupRequest Container for the necessary parameters to execute the CreateResourceGroup service method.
return Amazon.Inspector.Model.CreateResourceGroupResponse

CreateResourceGroupAsync() public method

Initiates the asynchronous execution of the CreateResourceGroup operation.
public CreateResourceGroupAsync ( CreateResourceGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.CreateResourceGroupRequest Container for the necessary parameters to execute the CreateResourceGroup operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateSigner() protected method

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
return Amazon.Runtime.Internal.Auth.AbstractAWSSigner

DeleteAssessmentRun() public method

Deletes the assessment run that is specified by the ARN of the assessment run.
/// You do not have required permissions to access the requested resource. /// /// You cannot perform a specified action if an assessment run is currently in progress. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public DeleteAssessmentRun ( DeleteAssessmentRunRequest request ) : DeleteAssessmentRunResponse
request Amazon.Inspector.Model.DeleteAssessmentRunRequest Container for the necessary parameters to execute the DeleteAssessmentRun service method.
return DeleteAssessmentRunResponse

DeleteAssessmentRunAsync() public method

Initiates the asynchronous execution of the DeleteAssessmentRun operation.
public DeleteAssessmentRunAsync ( DeleteAssessmentRunRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.DeleteAssessmentRunRequest Container for the necessary parameters to execute the DeleteAssessmentRun operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteAssessmentTarget() public method

Deletes the assessment target that is specified by the ARN of the assessment target.
/// You do not have required permissions to access the requested resource. /// /// You cannot perform a specified action if an assessment run is currently in progress. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public DeleteAssessmentTarget ( DeleteAssessmentTargetRequest request ) : DeleteAssessmentTargetResponse
request Amazon.Inspector.Model.DeleteAssessmentTargetRequest Container for the necessary parameters to execute the DeleteAssessmentTarget service method.
return DeleteAssessmentTargetResponse

DeleteAssessmentTargetAsync() public method

Initiates the asynchronous execution of the DeleteAssessmentTarget operation.
public DeleteAssessmentTargetAsync ( DeleteAssessmentTargetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.DeleteAssessmentTargetRequest Container for the necessary parameters to execute the DeleteAssessmentTarget operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteAssessmentTemplate() public method

Deletes the assessment template that is specified by the ARN of the assessment template.
/// You do not have required permissions to access the requested resource. /// /// You cannot perform a specified action if an assessment run is currently in progress. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public DeleteAssessmentTemplate ( DeleteAssessmentTemplateRequest request ) : DeleteAssessmentTemplateResponse
request Amazon.Inspector.Model.DeleteAssessmentTemplateRequest Container for the necessary parameters to execute the DeleteAssessmentTemplate service method.
return DeleteAssessmentTemplateResponse

DeleteAssessmentTemplateAsync() public method

Initiates the asynchronous execution of the DeleteAssessmentTemplate operation.
public DeleteAssessmentTemplateAsync ( DeleteAssessmentTemplateRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.DeleteAssessmentTemplateRequest Container for the necessary parameters to execute the DeleteAssessmentTemplate operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeAssessmentRuns() public method

Describes the assessment runs that are specified by the ARNs of the assessment runs.
/// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. ///
public DescribeAssessmentRuns ( DescribeAssessmentRunsRequest request ) : DescribeAssessmentRunsResponse
request Amazon.Inspector.Model.DescribeAssessmentRunsRequest Container for the necessary parameters to execute the DescribeAssessmentRuns service method.
return Amazon.Inspector.Model.DescribeAssessmentRunsResponse

DescribeAssessmentRunsAsync() public method

Initiates the asynchronous execution of the DescribeAssessmentRuns operation.
public DescribeAssessmentRunsAsync ( DescribeAssessmentRunsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.DescribeAssessmentRunsRequest Container for the necessary parameters to execute the DescribeAssessmentRuns operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeAssessmentTargets() public method

Describes the assessment targets that are specified by the ARNs of the assessment targets.
/// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. ///
public DescribeAssessmentTargets ( DescribeAssessmentTargetsRequest request ) : DescribeAssessmentTargetsResponse
request Amazon.Inspector.Model.DescribeAssessmentTargetsRequest Container for the necessary parameters to execute the DescribeAssessmentTargets service method.
return Amazon.Inspector.Model.DescribeAssessmentTargetsResponse

DescribeAssessmentTargetsAsync() public method

Initiates the asynchronous execution of the DescribeAssessmentTargets operation.
public DescribeAssessmentTargetsAsync ( DescribeAssessmentTargetsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.DescribeAssessmentTargetsRequest Container for the necessary parameters to execute the DescribeAssessmentTargets operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeAssessmentTemplates() public method

Describes the assessment templates that are specified by the ARNs of the assessment templates.
/// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. ///
public DescribeAssessmentTemplates ( DescribeAssessmentTemplatesRequest request ) : DescribeAssessmentTemplatesResponse
request Amazon.Inspector.Model.DescribeAssessmentTemplatesRequest Container for the necessary parameters to execute the DescribeAssessmentTemplates service method.
return Amazon.Inspector.Model.DescribeAssessmentTemplatesResponse

DescribeAssessmentTemplatesAsync() public method

Initiates the asynchronous execution of the DescribeAssessmentTemplates operation.
public DescribeAssessmentTemplatesAsync ( DescribeAssessmentTemplatesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.DescribeAssessmentTemplatesRequest Container for the necessary parameters to execute the DescribeAssessmentTemplates operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeCrossAccountAccessRole() public method

Describes the IAM role that enables Amazon Inspector to access your AWS account.
/// Internal server error. ///
public DescribeCrossAccountAccessRole ( DescribeCrossAccountAccessRoleRequest request ) : DescribeCrossAccountAccessRoleResponse
request DescribeCrossAccountAccessRoleRequest Container for the necessary parameters to execute the DescribeCrossAccountAccessRole service method.
return Amazon.Inspector.Model.DescribeCrossAccountAccessRoleResponse

DescribeCrossAccountAccessRoleAsync() public method

Initiates the asynchronous execution of the DescribeCrossAccountAccessRole operation.
public DescribeCrossAccountAccessRoleAsync ( DescribeCrossAccountAccessRoleRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeCrossAccountAccessRoleRequest Container for the necessary parameters to execute the DescribeCrossAccountAccessRole operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeFindings() public method

Describes the findings that are specified by the ARNs of the findings.
/// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. ///
public DescribeFindings ( DescribeFindingsRequest request ) : DescribeFindingsResponse
request Amazon.Inspector.Model.DescribeFindingsRequest Container for the necessary parameters to execute the DescribeFindings service method.
return Amazon.Inspector.Model.DescribeFindingsResponse

DescribeFindingsAsync() public method

Initiates the asynchronous execution of the DescribeFindings operation.
public DescribeFindingsAsync ( DescribeFindingsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.DescribeFindingsRequest Container for the necessary parameters to execute the DescribeFindings operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeResourceGroups() public method

Describes the resource groups that are specified by the ARNs of the resource groups.
/// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. ///
public DescribeResourceGroups ( DescribeResourceGroupsRequest request ) : DescribeResourceGroupsResponse
request Amazon.Inspector.Model.DescribeResourceGroupsRequest Container for the necessary parameters to execute the DescribeResourceGroups service method.
return Amazon.Inspector.Model.DescribeResourceGroupsResponse

DescribeResourceGroupsAsync() public method

Initiates the asynchronous execution of the DescribeResourceGroups operation.
public DescribeResourceGroupsAsync ( DescribeResourceGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.DescribeResourceGroupsRequest Container for the necessary parameters to execute the DescribeResourceGroups operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeRulesPackages() public method

Describes the rules packages that are specified by the ARNs of the rules packages.
/// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. ///
public DescribeRulesPackages ( DescribeRulesPackagesRequest request ) : DescribeRulesPackagesResponse
request Amazon.Inspector.Model.DescribeRulesPackagesRequest Container for the necessary parameters to execute the DescribeRulesPackages service method.
return Amazon.Inspector.Model.DescribeRulesPackagesResponse

DescribeRulesPackagesAsync() public method

Initiates the asynchronous execution of the DescribeRulesPackages operation.
public DescribeRulesPackagesAsync ( DescribeRulesPackagesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.DescribeRulesPackagesRequest Container for the necessary parameters to execute the DescribeRulesPackages operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

Dispose() protected method

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
return void

EndAddAttributesToFindings() public method

Finishes the asynchronous execution of the AddAttributesToFindings operation.
public EndAddAttributesToFindings ( IAsyncResult asyncResult ) : AddAttributesToFindingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddAttributesToFindings.
return Amazon.Inspector.Model.AddAttributesToFindingsResponse

EndCreateAssessmentTarget() public method

Finishes the asynchronous execution of the CreateAssessmentTarget operation.
public EndCreateAssessmentTarget ( IAsyncResult asyncResult ) : CreateAssessmentTargetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateAssessmentTarget.
return Amazon.Inspector.Model.CreateAssessmentTargetResponse

EndCreateAssessmentTemplate() public method

Finishes the asynchronous execution of the CreateAssessmentTemplate operation.
public EndCreateAssessmentTemplate ( IAsyncResult asyncResult ) : CreateAssessmentTemplateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateAssessmentTemplate.
return Amazon.Inspector.Model.CreateAssessmentTemplateResponse

EndCreateResourceGroup() public method

Finishes the asynchronous execution of the CreateResourceGroup operation.
public EndCreateResourceGroup ( IAsyncResult asyncResult ) : CreateResourceGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateResourceGroup.
return Amazon.Inspector.Model.CreateResourceGroupResponse

EndDeleteAssessmentRun() public method

Finishes the asynchronous execution of the DeleteAssessmentRun operation.
public EndDeleteAssessmentRun ( IAsyncResult asyncResult ) : DeleteAssessmentRunResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteAssessmentRun.
return DeleteAssessmentRunResponse

EndDeleteAssessmentTarget() public method

Finishes the asynchronous execution of the DeleteAssessmentTarget operation.
public EndDeleteAssessmentTarget ( IAsyncResult asyncResult ) : DeleteAssessmentTargetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteAssessmentTarget.
return DeleteAssessmentTargetResponse

EndDeleteAssessmentTemplate() public method

Finishes the asynchronous execution of the DeleteAssessmentTemplate operation.
public EndDeleteAssessmentTemplate ( IAsyncResult asyncResult ) : DeleteAssessmentTemplateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteAssessmentTemplate.
return DeleteAssessmentTemplateResponse

EndDescribeAssessmentRuns() public method

Finishes the asynchronous execution of the DescribeAssessmentRuns operation.
public EndDescribeAssessmentRuns ( IAsyncResult asyncResult ) : DescribeAssessmentRunsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAssessmentRuns.
return Amazon.Inspector.Model.DescribeAssessmentRunsResponse

EndDescribeAssessmentTargets() public method

Finishes the asynchronous execution of the DescribeAssessmentTargets operation.
public EndDescribeAssessmentTargets ( IAsyncResult asyncResult ) : DescribeAssessmentTargetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAssessmentTargets.
return Amazon.Inspector.Model.DescribeAssessmentTargetsResponse

EndDescribeAssessmentTemplates() public method

Finishes the asynchronous execution of the DescribeAssessmentTemplates operation.
public EndDescribeAssessmentTemplates ( IAsyncResult asyncResult ) : DescribeAssessmentTemplatesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAssessmentTemplates.
return Amazon.Inspector.Model.DescribeAssessmentTemplatesResponse

EndDescribeCrossAccountAccessRole() public method

Finishes the asynchronous execution of the DescribeCrossAccountAccessRole operation.
public EndDescribeCrossAccountAccessRole ( IAsyncResult asyncResult ) : DescribeCrossAccountAccessRoleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeCrossAccountAccessRole.
return Amazon.Inspector.Model.DescribeCrossAccountAccessRoleResponse

EndDescribeFindings() public method

Finishes the asynchronous execution of the DescribeFindings operation.
public EndDescribeFindings ( IAsyncResult asyncResult ) : DescribeFindingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeFindings.
return Amazon.Inspector.Model.DescribeFindingsResponse

EndDescribeResourceGroups() public method

Finishes the asynchronous execution of the DescribeResourceGroups operation.
public EndDescribeResourceGroups ( IAsyncResult asyncResult ) : DescribeResourceGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeResourceGroups.
return Amazon.Inspector.Model.DescribeResourceGroupsResponse

EndDescribeRulesPackages() public method

Finishes the asynchronous execution of the DescribeRulesPackages operation.
public EndDescribeRulesPackages ( IAsyncResult asyncResult ) : DescribeRulesPackagesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeRulesPackages.
return Amazon.Inspector.Model.DescribeRulesPackagesResponse

EndGetTelemetryMetadata() public method

Finishes the asynchronous execution of the GetTelemetryMetadata operation.
public EndGetTelemetryMetadata ( IAsyncResult asyncResult ) : GetTelemetryMetadataResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetTelemetryMetadata.
return Amazon.Inspector.Model.GetTelemetryMetadataResponse

EndListAssessmentRunAgents() public method

Finishes the asynchronous execution of the ListAssessmentRunAgents operation.
public EndListAssessmentRunAgents ( IAsyncResult asyncResult ) : ListAssessmentRunAgentsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAssessmentRunAgents.
return Amazon.Inspector.Model.ListAssessmentRunAgentsResponse

EndListAssessmentRuns() public method

Finishes the asynchronous execution of the ListAssessmentRuns operation.
public EndListAssessmentRuns ( IAsyncResult asyncResult ) : ListAssessmentRunsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAssessmentRuns.
return Amazon.Inspector.Model.ListAssessmentRunsResponse

EndListAssessmentTargets() public method

Finishes the asynchronous execution of the ListAssessmentTargets operation.
public EndListAssessmentTargets ( IAsyncResult asyncResult ) : ListAssessmentTargetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAssessmentTargets.
return Amazon.Inspector.Model.ListAssessmentTargetsResponse

EndListAssessmentTemplates() public method

Finishes the asynchronous execution of the ListAssessmentTemplates operation.
public EndListAssessmentTemplates ( IAsyncResult asyncResult ) : ListAssessmentTemplatesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAssessmentTemplates.
return Amazon.Inspector.Model.ListAssessmentTemplatesResponse

EndListEventSubscriptions() public method

Finishes the asynchronous execution of the ListEventSubscriptions operation.
public EndListEventSubscriptions ( IAsyncResult asyncResult ) : ListEventSubscriptionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListEventSubscriptions.
return Amazon.Inspector.Model.ListEventSubscriptionsResponse

EndListFindings() public method

Finishes the asynchronous execution of the ListFindings operation.
public EndListFindings ( IAsyncResult asyncResult ) : ListFindingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListFindings.
return Amazon.Inspector.Model.ListFindingsResponse

EndListRulesPackages() public method

Finishes the asynchronous execution of the ListRulesPackages operation.
public EndListRulesPackages ( IAsyncResult asyncResult ) : ListRulesPackagesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListRulesPackages.
return Amazon.Inspector.Model.ListRulesPackagesResponse

EndListTagsForResource() public method

Finishes the asynchronous execution of the ListTagsForResource operation.
public EndListTagsForResource ( IAsyncResult asyncResult ) : ListTagsForResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTagsForResource.
return Amazon.Inspector.Model.ListTagsForResourceResponse

EndPreviewAgents() public method

Finishes the asynchronous execution of the PreviewAgents operation.
public EndPreviewAgents ( IAsyncResult asyncResult ) : PreviewAgentsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPreviewAgents.
return Amazon.Inspector.Model.PreviewAgentsResponse

EndRegisterCrossAccountAccessRole() public method

Finishes the asynchronous execution of the RegisterCrossAccountAccessRole operation.
public EndRegisterCrossAccountAccessRole ( IAsyncResult asyncResult ) : Amazon.Inspector.Model.RegisterCrossAccountAccessRoleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterCrossAccountAccessRole.
return Amazon.Inspector.Model.RegisterCrossAccountAccessRoleResponse

EndRemoveAttributesFromFindings() public method

Finishes the asynchronous execution of the RemoveAttributesFromFindings operation.
public EndRemoveAttributesFromFindings ( IAsyncResult asyncResult ) : RemoveAttributesFromFindingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRemoveAttributesFromFindings.
return Amazon.Inspector.Model.RemoveAttributesFromFindingsResponse

EndSetTagsForResource() public method

Finishes the asynchronous execution of the SetTagsForResource operation.
public EndSetTagsForResource ( IAsyncResult asyncResult ) : Amazon.Inspector.Model.SetTagsForResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetTagsForResource.
return Amazon.Inspector.Model.SetTagsForResourceResponse

EndStartAssessmentRun() public method

Finishes the asynchronous execution of the StartAssessmentRun operation.
public EndStartAssessmentRun ( IAsyncResult asyncResult ) : StartAssessmentRunResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartAssessmentRun.
return Amazon.Inspector.Model.StartAssessmentRunResponse

EndStopAssessmentRun() public method

Finishes the asynchronous execution of the StopAssessmentRun operation.
public EndStopAssessmentRun ( IAsyncResult asyncResult ) : StopAssessmentRunResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopAssessmentRun.
return StopAssessmentRunResponse

EndSubscribeToEvent() public method

Finishes the asynchronous execution of the SubscribeToEvent operation.
public EndSubscribeToEvent ( IAsyncResult asyncResult ) : SubscribeToEventResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSubscribeToEvent.
return SubscribeToEventResponse

EndUnsubscribeFromEvent() public method

Finishes the asynchronous execution of the UnsubscribeFromEvent operation.
public EndUnsubscribeFromEvent ( IAsyncResult asyncResult ) : UnsubscribeFromEventResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUnsubscribeFromEvent.
return UnsubscribeFromEventResponse

EndUpdateAssessmentTarget() public method

Finishes the asynchronous execution of the UpdateAssessmentTarget operation.
public EndUpdateAssessmentTarget ( IAsyncResult asyncResult ) : UpdateAssessmentTargetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateAssessmentTarget.
return UpdateAssessmentTargetResponse

GetTelemetryMetadata() public method

Information about the data that is collected for the specified assessment run.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public GetTelemetryMetadata ( GetTelemetryMetadataRequest request ) : GetTelemetryMetadataResponse
request Amazon.Inspector.Model.GetTelemetryMetadataRequest Container for the necessary parameters to execute the GetTelemetryMetadata service method.
return Amazon.Inspector.Model.GetTelemetryMetadataResponse

GetTelemetryMetadataAsync() public method

Initiates the asynchronous execution of the GetTelemetryMetadata operation.
public GetTelemetryMetadataAsync ( GetTelemetryMetadataRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.GetTelemetryMetadataRequest Container for the necessary parameters to execute the GetTelemetryMetadata operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListAssessmentRunAgents() public method

Lists the agents of the assessment runs that are specified by the ARNs of the assessment runs.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public ListAssessmentRunAgents ( ListAssessmentRunAgentsRequest request ) : ListAssessmentRunAgentsResponse
request Amazon.Inspector.Model.ListAssessmentRunAgentsRequest Container for the necessary parameters to execute the ListAssessmentRunAgents service method.
return Amazon.Inspector.Model.ListAssessmentRunAgentsResponse

ListAssessmentRunAgentsAsync() public method

Initiates the asynchronous execution of the ListAssessmentRunAgents operation.
public ListAssessmentRunAgentsAsync ( ListAssessmentRunAgentsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.ListAssessmentRunAgentsRequest Container for the necessary parameters to execute the ListAssessmentRunAgents operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListAssessmentRuns() public method

Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public ListAssessmentRuns ( ListAssessmentRunsRequest request ) : ListAssessmentRunsResponse
request Amazon.Inspector.Model.ListAssessmentRunsRequest Container for the necessary parameters to execute the ListAssessmentRuns service method.
return Amazon.Inspector.Model.ListAssessmentRunsResponse

ListAssessmentRunsAsync() public method

Initiates the asynchronous execution of the ListAssessmentRuns operation.
public ListAssessmentRunsAsync ( ListAssessmentRunsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.ListAssessmentRunsRequest Container for the necessary parameters to execute the ListAssessmentRuns operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListAssessmentTargets() public method

Lists the ARNs of the assessment targets within this AWS account. For more information about assessment targets, see Amazon Inspector Assessment Targets.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. ///
public ListAssessmentTargets ( ListAssessmentTargetsRequest request ) : ListAssessmentTargetsResponse
request Amazon.Inspector.Model.ListAssessmentTargetsRequest Container for the necessary parameters to execute the ListAssessmentTargets service method.
return Amazon.Inspector.Model.ListAssessmentTargetsResponse

ListAssessmentTargetsAsync() public method

Initiates the asynchronous execution of the ListAssessmentTargets operation.
public ListAssessmentTargetsAsync ( ListAssessmentTargetsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.ListAssessmentTargetsRequest Container for the necessary parameters to execute the ListAssessmentTargets operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListAssessmentTemplates() public method

Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public ListAssessmentTemplates ( ListAssessmentTemplatesRequest request ) : ListAssessmentTemplatesResponse
request Amazon.Inspector.Model.ListAssessmentTemplatesRequest Container for the necessary parameters to execute the ListAssessmentTemplates service method.
return Amazon.Inspector.Model.ListAssessmentTemplatesResponse

ListAssessmentTemplatesAsync() public method

Initiates the asynchronous execution of the ListAssessmentTemplates operation.
public ListAssessmentTemplatesAsync ( ListAssessmentTemplatesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.ListAssessmentTemplatesRequest Container for the necessary parameters to execute the ListAssessmentTemplates operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListEventSubscriptions() public method

Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment template. For more information, see SubscribeToEvent and UnsubscribeFromEvent.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public ListEventSubscriptions ( ListEventSubscriptionsRequest request ) : ListEventSubscriptionsResponse
request Amazon.Inspector.Model.ListEventSubscriptionsRequest Container for the necessary parameters to execute the ListEventSubscriptions service method.
return Amazon.Inspector.Model.ListEventSubscriptionsResponse

ListEventSubscriptionsAsync() public method

Initiates the asynchronous execution of the ListEventSubscriptions operation.
public ListEventSubscriptionsAsync ( ListEventSubscriptionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.ListEventSubscriptionsRequest Container for the necessary parameters to execute the ListEventSubscriptions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListFindings() public method

Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public ListFindings ( ListFindingsRequest request ) : ListFindingsResponse
request Amazon.Inspector.Model.ListFindingsRequest Container for the necessary parameters to execute the ListFindings service method.
return Amazon.Inspector.Model.ListFindingsResponse

ListFindingsAsync() public method

Initiates the asynchronous execution of the ListFindings operation.
public ListFindingsAsync ( ListFindingsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.ListFindingsRequest Container for the necessary parameters to execute the ListFindings operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListRulesPackages() public method

Lists all available Amazon Inspector rules packages.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. ///
public ListRulesPackages ( ListRulesPackagesRequest request ) : ListRulesPackagesResponse
request Amazon.Inspector.Model.ListRulesPackagesRequest Container for the necessary parameters to execute the ListRulesPackages service method.
return Amazon.Inspector.Model.ListRulesPackagesResponse

ListRulesPackagesAsync() public method

Initiates the asynchronous execution of the ListRulesPackages operation.
public ListRulesPackagesAsync ( ListRulesPackagesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.ListRulesPackagesRequest Container for the necessary parameters to execute the ListRulesPackages operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListTagsForResource() public method

Lists all tags associated with an assessment template.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public ListTagsForResource ( ListTagsForResourceRequest request ) : ListTagsForResourceResponse
request Amazon.Inspector.Model.ListTagsForResourceRequest Container for the necessary parameters to execute the ListTagsForResource service method.
return Amazon.Inspector.Model.ListTagsForResourceResponse

ListTagsForResourceAsync() public method

Initiates the asynchronous execution of the ListTagsForResource operation.
public ListTagsForResourceAsync ( ListTagsForResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.ListTagsForResourceRequest Container for the necessary parameters to execute the ListTagsForResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

PreviewAgents() public method

Previews the agents installed on the EC2 instances that are part of the specified assessment target.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// Amazon Inspector cannot assume the cross-account role that it needs to list your EC2 /// instances during the assessment run. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public PreviewAgents ( PreviewAgentsRequest request ) : PreviewAgentsResponse
request Amazon.Inspector.Model.PreviewAgentsRequest Container for the necessary parameters to execute the PreviewAgents service method.
return Amazon.Inspector.Model.PreviewAgentsResponse

PreviewAgentsAsync() public method

Initiates the asynchronous execution of the PreviewAgents operation.
public PreviewAgentsAsync ( PreviewAgentsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.PreviewAgentsRequest Container for the necessary parameters to execute the PreviewAgents operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

RegisterCrossAccountAccessRole() public method

Registers the IAM role that Amazon Inspector uses to list your EC2 instances at the start of the assessment run or when you call the PreviewAgents action.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// Amazon Inspector cannot assume the cross-account role that it needs to list your EC2 /// instances during the assessment run. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. ///
public RegisterCrossAccountAccessRole ( RegisterCrossAccountAccessRoleRequest request ) : Amazon.Inspector.Model.RegisterCrossAccountAccessRoleResponse
request Amazon.Inspector.Model.RegisterCrossAccountAccessRoleRequest Container for the necessary parameters to execute the RegisterCrossAccountAccessRole service method.
return Amazon.Inspector.Model.RegisterCrossAccountAccessRoleResponse

RegisterCrossAccountAccessRoleAsync() public method

Initiates the asynchronous execution of the RegisterCrossAccountAccessRole operation.
public RegisterCrossAccountAccessRoleAsync ( RegisterCrossAccountAccessRoleRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.RegisterCrossAccountAccessRoleRequest Container for the necessary parameters to execute the RegisterCrossAccountAccessRole operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

RemoveAttributesFromFindings() public method

Removes entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public RemoveAttributesFromFindings ( RemoveAttributesFromFindingsRequest request ) : RemoveAttributesFromFindingsResponse
request Amazon.Inspector.Model.RemoveAttributesFromFindingsRequest Container for the necessary parameters to execute the RemoveAttributesFromFindings service method.
return Amazon.Inspector.Model.RemoveAttributesFromFindingsResponse

RemoveAttributesFromFindingsAsync() public method

Initiates the asynchronous execution of the RemoveAttributesFromFindings operation.
public RemoveAttributesFromFindingsAsync ( RemoveAttributesFromFindingsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.RemoveAttributesFromFindingsRequest Container for the necessary parameters to execute the RemoveAttributesFromFindings operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

SetTagsForResource() public method

Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public SetTagsForResource ( SetTagsForResourceRequest request ) : Amazon.Inspector.Model.SetTagsForResourceResponse
request Amazon.Inspector.Model.SetTagsForResourceRequest Container for the necessary parameters to execute the SetTagsForResource service method.
return Amazon.Inspector.Model.SetTagsForResourceResponse

SetTagsForResourceAsync() public method

Initiates the asynchronous execution of the SetTagsForResource operation.
public SetTagsForResourceAsync ( SetTagsForResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.SetTagsForResourceRequest Container for the necessary parameters to execute the SetTagsForResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

StartAssessmentRun() public method

Starts the assessment run specified by the ARN of the assessment template. For this API to function properly, you must not exceed the limit of running up to 500 concurrent agents per AWS account.
/// You do not have required permissions to access the requested resource. /// /// You started an assessment run, but one of the instances is already participating in /// another assessment run. /// /// Internal server error. /// /// Amazon Inspector cannot assume the cross-account role that it needs to list your EC2 /// instances during the assessment run. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it attempted to create resources beyond the current /// AWS account limits. The error code describes the limit exceeded. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public StartAssessmentRun ( StartAssessmentRunRequest request ) : StartAssessmentRunResponse
request Amazon.Inspector.Model.StartAssessmentRunRequest Container for the necessary parameters to execute the StartAssessmentRun service method.
return Amazon.Inspector.Model.StartAssessmentRunResponse

StartAssessmentRunAsync() public method

Initiates the asynchronous execution of the StartAssessmentRun operation.
public StartAssessmentRunAsync ( StartAssessmentRunRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.StartAssessmentRunRequest Container for the necessary parameters to execute the StartAssessmentRun operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

StopAssessmentRun() public method

Stops the assessment run that is specified by the ARN of the assessment run.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public StopAssessmentRun ( StopAssessmentRunRequest request ) : StopAssessmentRunResponse
request Amazon.Inspector.Model.StopAssessmentRunRequest Container for the necessary parameters to execute the StopAssessmentRun service method.
return StopAssessmentRunResponse

StopAssessmentRunAsync() public method

Initiates the asynchronous execution of the StopAssessmentRun operation.
public StopAssessmentRunAsync ( StopAssessmentRunRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.StopAssessmentRunRequest Container for the necessary parameters to execute the StopAssessmentRun operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

SubscribeToEvent() public method

Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it attempted to create resources beyond the current /// AWS account limits. The error code describes the limit exceeded. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public SubscribeToEvent ( SubscribeToEventRequest request ) : SubscribeToEventResponse
request Amazon.Inspector.Model.SubscribeToEventRequest Container for the necessary parameters to execute the SubscribeToEvent service method.
return SubscribeToEventResponse

SubscribeToEventAsync() public method

Initiates the asynchronous execution of the SubscribeToEvent operation.
public SubscribeToEventAsync ( SubscribeToEventRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.SubscribeToEventRequest Container for the necessary parameters to execute the SubscribeToEvent operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UnsubscribeFromEvent() public method

Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public UnsubscribeFromEvent ( UnsubscribeFromEventRequest request ) : UnsubscribeFromEventResponse
request Amazon.Inspector.Model.UnsubscribeFromEventRequest Container for the necessary parameters to execute the UnsubscribeFromEvent service method.
return UnsubscribeFromEventResponse

UnsubscribeFromEventAsync() public method

Initiates the asynchronous execution of the UnsubscribeFromEvent operation.
public UnsubscribeFromEventAsync ( UnsubscribeFromEventRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.UnsubscribeFromEventRequest Container for the necessary parameters to execute the UnsubscribeFromEvent operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateAssessmentTarget() public method

Updates the assessment target that is specified by the ARN of the assessment target.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public UpdateAssessmentTarget ( UpdateAssessmentTargetRequest request ) : UpdateAssessmentTargetResponse
request Amazon.Inspector.Model.UpdateAssessmentTargetRequest Container for the necessary parameters to execute the UpdateAssessmentTarget service method.
return UpdateAssessmentTargetResponse

UpdateAssessmentTargetAsync() public method

Initiates the asynchronous execution of the UpdateAssessmentTarget operation.
public UpdateAssessmentTargetAsync ( UpdateAssessmentTargetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.UpdateAssessmentTargetRequest Container for the necessary parameters to execute the UpdateAssessmentTarget operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task