C# Class Amazon.DeviceFarm.AmazonDeviceFarmClient

Implementation for accessing DeviceFarm AWS Device Farm is a service that enables mobile app developers to test Android, iOS, and Fire OS apps on physical phones, tablets, and other devices in the cloud.
Inheritance: AmazonServiceClient, IAmazonDeviceFarm
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
AmazonDeviceFarmClient ( ) : System

Constructs AmazonDeviceFarmClient 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>

AmazonDeviceFarmClient ( AWSCredentials credentials ) : System

Constructs AmazonDeviceFarmClient with AWS Credentials

AmazonDeviceFarmClient ( AWSCredentials credentials, AmazonDeviceFarmConfig clientConfig ) : System

Constructs AmazonDeviceFarmClient with AWS Credentials and an AmazonDeviceFarmClient Configuration object.

AmazonDeviceFarmClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonDeviceFarmClient with AWS Credentials

AmazonDeviceFarmClient ( AmazonDeviceFarmConfig config ) : System

Constructs AmazonDeviceFarmClient 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>

AmazonDeviceFarmClient ( RegionEndpoint region ) : System

Constructs AmazonDeviceFarmClient 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>

AmazonDeviceFarmClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonDeviceFarmClient with AWS Access Key ID and AWS Secret Key

AmazonDeviceFarmClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonDeviceFarmConfig clientConfig ) : System

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

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

Constructs AmazonDeviceFarmClient with AWS Access Key ID and AWS Secret Key

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

Constructs AmazonDeviceFarmClient with AWS Access Key ID and AWS Secret Key

AmazonDeviceFarmClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonDeviceFarmConfig clientConfig ) : System

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

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

Constructs AmazonDeviceFarmClient with AWS Access Key ID and AWS Secret Key

BeginCreateDevicePool ( Amazon.DeviceFarm.Model.CreateDevicePoolRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDevicePool operation.

BeginCreateProject ( Amazon.DeviceFarm.Model.CreateProjectRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateProject operation.

BeginCreateRemoteAccessSession ( CreateRemoteAccessSessionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateRemoteAccessSession operation.

BeginCreateUpload ( CreateUploadRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateUpload operation.

BeginDeleteDevicePool ( Amazon.DeviceFarm.Model.DeleteDevicePoolRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteDevicePool operation.

BeginDeleteProject ( DeleteProjectRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteProject operation.

BeginDeleteRemoteAccessSession ( DeleteRemoteAccessSessionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteRemoteAccessSession operation.

BeginDeleteRun ( DeleteRunRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteRun operation.

BeginDeleteUpload ( Amazon.DeviceFarm.Model.DeleteUploadRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteUpload operation.

BeginGetAccountSettings ( GetAccountSettingsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetAccountSettings operation.

BeginGetDevice ( Amazon.DeviceFarm.Model.GetDeviceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetDevice operation.

BeginGetDevicePool ( Amazon.DeviceFarm.Model.GetDevicePoolRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetDevicePool operation.

BeginGetDevicePoolCompatibility ( GetDevicePoolCompatibilityRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetDevicePoolCompatibility operation.

BeginGetJob ( Amazon.DeviceFarm.Model.GetJobRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetJob operation.

BeginGetOfferingStatus ( GetOfferingStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetOfferingStatus operation.

BeginGetProject ( Amazon.DeviceFarm.Model.GetProjectRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetProject operation.

BeginGetRemoteAccessSession ( GetRemoteAccessSessionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetRemoteAccessSession operation.

BeginGetRun ( Amazon.DeviceFarm.Model.GetRunRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetRun operation.

BeginGetSuite ( Amazon.DeviceFarm.Model.GetSuiteRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetSuite operation.

BeginGetTest ( Amazon.DeviceFarm.Model.GetTestRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetTest operation.

BeginGetUpload ( Amazon.DeviceFarm.Model.GetUploadRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetUpload operation.

BeginInstallToRemoteAccessSession ( InstallToRemoteAccessSessionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the InstallToRemoteAccessSession operation.

BeginListArtifacts ( ListArtifactsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListArtifacts operation.

BeginListDevicePools ( ListDevicePoolsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListDevicePools operation.

BeginListDevices ( ListDevicesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListDevices operation.

BeginListJobs ( Amazon.DeviceFarm.Model.ListJobsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListJobs operation.

BeginListOfferingTransactions ( ListOfferingTransactionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListOfferingTransactions operation.

BeginListOfferings ( ListOfferingsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListOfferings operation.

BeginListProjects ( ListProjectsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListProjects operation.

BeginListRemoteAccessSessions ( ListRemoteAccessSessionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListRemoteAccessSessions operation.

BeginListRuns ( ListRunsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListRuns operation.

BeginListSamples ( ListSamplesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListSamples operation.

BeginListSuites ( Amazon.DeviceFarm.Model.ListSuitesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListSuites operation.

BeginListTests ( Amazon.DeviceFarm.Model.ListTestsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListTests operation.

BeginListUniqueProblems ( Amazon.DeviceFarm.Model.ListUniqueProblemsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListUniqueProblems operation.

BeginListUploads ( ListUploadsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListUploads operation.

BeginPurchaseOffering ( PurchaseOfferingRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the PurchaseOffering operation.

BeginRenewOffering ( RenewOfferingRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RenewOffering operation.

BeginScheduleRun ( Amazon.DeviceFarm.Model.ScheduleRunRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ScheduleRun operation.

BeginStopRemoteAccessSession ( StopRemoteAccessSessionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StopRemoteAccessSession operation.

BeginStopRun ( StopRunRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StopRun operation.

BeginUpdateDevicePool ( Amazon.DeviceFarm.Model.UpdateDevicePoolRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateDevicePool operation.

BeginUpdateProject ( Amazon.DeviceFarm.Model.UpdateProjectRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateProject operation.

CreateDevicePool ( Amazon.DeviceFarm.Model.CreateDevicePoolRequest request ) : Amazon.DeviceFarm.Model.CreateDevicePoolResponse

Creates a device pool.

CreateDevicePoolAsync ( Amazon.DeviceFarm.Model.CreateDevicePoolRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDevicePool operation.

CreateProject ( Amazon.DeviceFarm.Model.CreateProjectRequest request ) : Amazon.DeviceFarm.Model.CreateProjectResponse

Creates a new project.

CreateProject ( string name ) : Amazon.DeviceFarm.Model.CreateProjectResponse

Creates a new project.

CreateProjectAsync ( Amazon.DeviceFarm.Model.CreateProjectRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateProject operation.

CreateProjectAsync ( string name, System cancellationToken = default(CancellationToken) ) : Task

Creates a new project.

CreateRemoteAccessSession ( CreateRemoteAccessSessionRequest request ) : CreateRemoteAccessSessionResponse

Specifies and starts a remote access session.

CreateRemoteAccessSessionAsync ( CreateRemoteAccessSessionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateRemoteAccessSession operation.

CreateUpload ( CreateUploadRequest request ) : Amazon.DeviceFarm.Model.CreateUploadResponse

Uploads an app or test scripts.

CreateUploadAsync ( CreateUploadRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateUpload operation.

DeleteDevicePool ( Amazon.DeviceFarm.Model.DeleteDevicePoolRequest request ) : DeleteDevicePoolResponse

Deletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system.

DeleteDevicePoolAsync ( Amazon.DeviceFarm.Model.DeleteDevicePoolRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteDevicePool operation.

DeleteProject ( DeleteProjectRequest request ) : DeleteProjectResponse

Deletes an AWS Device Farm project, given the project ARN.

Note Deleting this resource does not stop an in-progress run.

DeleteProjectAsync ( DeleteProjectRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteProject operation.

DeleteRemoteAccessSession ( DeleteRemoteAccessSessionRequest request ) : DeleteRemoteAccessSessionResponse

Deletes a completed remote access session and its results.

DeleteRemoteAccessSessionAsync ( DeleteRemoteAccessSessionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteRemoteAccessSession operation.

DeleteRun ( DeleteRunRequest request ) : DeleteRunResponse

Deletes the run, given the run ARN.

Note Deleting this resource does not stop an in-progress run.

DeleteRunAsync ( DeleteRunRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteRun operation.

DeleteUpload ( Amazon.DeviceFarm.Model.DeleteUploadRequest request ) : DeleteUploadResponse

Deletes an upload given the upload ARN.

DeleteUploadAsync ( Amazon.DeviceFarm.Model.DeleteUploadRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteUpload operation.

EndCreateDevicePool ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.CreateDevicePoolResponse

Finishes the asynchronous execution of the CreateDevicePool operation.

EndCreateProject ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.CreateProjectResponse

Finishes the asynchronous execution of the CreateProject operation.

EndCreateRemoteAccessSession ( IAsyncResult asyncResult ) : CreateRemoteAccessSessionResponse

Finishes the asynchronous execution of the CreateRemoteAccessSession operation.

EndCreateUpload ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.CreateUploadResponse

Finishes the asynchronous execution of the CreateUpload operation.

EndDeleteDevicePool ( IAsyncResult asyncResult ) : DeleteDevicePoolResponse

Finishes the asynchronous execution of the DeleteDevicePool operation.

EndDeleteProject ( IAsyncResult asyncResult ) : DeleteProjectResponse

Finishes the asynchronous execution of the DeleteProject operation.

EndDeleteRemoteAccessSession ( IAsyncResult asyncResult ) : DeleteRemoteAccessSessionResponse

Finishes the asynchronous execution of the DeleteRemoteAccessSession operation.

EndDeleteRun ( IAsyncResult asyncResult ) : DeleteRunResponse

Finishes the asynchronous execution of the DeleteRun operation.

EndDeleteUpload ( IAsyncResult asyncResult ) : DeleteUploadResponse

Finishes the asynchronous execution of the DeleteUpload operation.

EndGetAccountSettings ( IAsyncResult asyncResult ) : GetAccountSettingsResponse

Finishes the asynchronous execution of the GetAccountSettings operation.

EndGetDevice ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetDeviceResponse

Finishes the asynchronous execution of the GetDevice operation.

EndGetDevicePool ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetDevicePoolResponse

Finishes the asynchronous execution of the GetDevicePool operation.

EndGetDevicePoolCompatibility ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetDevicePoolCompatibilityResponse

Finishes the asynchronous execution of the GetDevicePoolCompatibility operation.

EndGetJob ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetJobResponse

Finishes the asynchronous execution of the GetJob operation.

EndGetOfferingStatus ( IAsyncResult asyncResult ) : GetOfferingStatusResponse

Finishes the asynchronous execution of the GetOfferingStatus operation.

EndGetProject ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetProjectResponse

Finishes the asynchronous execution of the GetProject operation.

EndGetRemoteAccessSession ( IAsyncResult asyncResult ) : GetRemoteAccessSessionResponse

Finishes the asynchronous execution of the GetRemoteAccessSession operation.

EndGetRun ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetRunResponse

Finishes the asynchronous execution of the GetRun operation.

EndGetSuite ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetSuiteResponse

Finishes the asynchronous execution of the GetSuite operation.

EndGetTest ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetTestResponse

Finishes the asynchronous execution of the GetTest operation.

EndGetUpload ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetUploadResponse

Finishes the asynchronous execution of the GetUpload operation.

EndInstallToRemoteAccessSession ( IAsyncResult asyncResult ) : InstallToRemoteAccessSessionResponse

Finishes the asynchronous execution of the InstallToRemoteAccessSession operation.

EndListArtifacts ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListArtifactsResponse

Finishes the asynchronous execution of the ListArtifacts operation.

EndListDevicePools ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListDevicePoolsResponse

Finishes the asynchronous execution of the ListDevicePools operation.

EndListDevices ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListDevicesResponse

Finishes the asynchronous execution of the ListDevices operation.

EndListJobs ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListJobsResponse

Finishes the asynchronous execution of the ListJobs operation.

EndListOfferingTransactions ( IAsyncResult asyncResult ) : ListOfferingTransactionsResponse

Finishes the asynchronous execution of the ListOfferingTransactions operation.

EndListOfferings ( IAsyncResult asyncResult ) : ListOfferingsResponse

Finishes the asynchronous execution of the ListOfferings operation.

EndListProjects ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListProjectsResponse

Finishes the asynchronous execution of the ListProjects operation.

EndListRemoteAccessSessions ( IAsyncResult asyncResult ) : ListRemoteAccessSessionsResponse

Finishes the asynchronous execution of the ListRemoteAccessSessions operation.

EndListRuns ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListRunsResponse

Finishes the asynchronous execution of the ListRuns operation.

EndListSamples ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListSamplesResponse

Finishes the asynchronous execution of the ListSamples operation.

EndListSuites ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListSuitesResponse

Finishes the asynchronous execution of the ListSuites operation.

EndListTests ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListTestsResponse

Finishes the asynchronous execution of the ListTests operation.

EndListUniqueProblems ( IAsyncResult asyncResult ) : ListUniqueProblemsResponse

Finishes the asynchronous execution of the ListUniqueProblems operation.

EndListUploads ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListUploadsResponse

Finishes the asynchronous execution of the ListUploads operation.

EndPurchaseOffering ( IAsyncResult asyncResult ) : PurchaseOfferingResponse

Finishes the asynchronous execution of the PurchaseOffering operation.

EndRenewOffering ( IAsyncResult asyncResult ) : RenewOfferingResponse

Finishes the asynchronous execution of the RenewOffering operation.

EndScheduleRun ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ScheduleRunResponse

Finishes the asynchronous execution of the ScheduleRun operation.

EndStopRemoteAccessSession ( IAsyncResult asyncResult ) : StopRemoteAccessSessionResponse

Finishes the asynchronous execution of the StopRemoteAccessSession operation.

EndStopRun ( IAsyncResult asyncResult ) : StopRunResponse

Finishes the asynchronous execution of the StopRun operation.

EndUpdateDevicePool ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.UpdateDevicePoolResponse

Finishes the asynchronous execution of the UpdateDevicePool operation.

EndUpdateProject ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.UpdateProjectResponse

Finishes the asynchronous execution of the UpdateProject operation.

GetAccountSettings ( ) : GetAccountSettingsResponse

Returns the number of unmetered iOS and/or unmetered Android devices that have been purchased by the account.

GetAccountSettings ( GetAccountSettingsRequest request ) : GetAccountSettingsResponse

Returns the number of unmetered iOS and/or unmetered Android devices that have been purchased by the account.

GetAccountSettingsAsync ( GetAccountSettingsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetAccountSettings operation.

GetAccountSettingsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Returns the number of unmetered iOS and/or unmetered Android devices that have been purchased by the account.

GetDevice ( Amazon.DeviceFarm.Model.GetDeviceRequest request ) : Amazon.DeviceFarm.Model.GetDeviceResponse

Gets information about a unique device type.

GetDevice ( string arn ) : Amazon.DeviceFarm.Model.GetDeviceResponse

Gets information about a unique device type.

GetDeviceAsync ( Amazon.DeviceFarm.Model.GetDeviceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetDevice operation.

GetDeviceAsync ( string arn, System cancellationToken = default(CancellationToken) ) : Task

Gets information about a unique device type.

GetDevicePool ( Amazon.DeviceFarm.Model.GetDevicePoolRequest request ) : Amazon.DeviceFarm.Model.GetDevicePoolResponse

Gets information about a device pool.

GetDevicePool ( string arn ) : Amazon.DeviceFarm.Model.GetDevicePoolResponse

Gets information about a device pool.

GetDevicePoolAsync ( Amazon.DeviceFarm.Model.GetDevicePoolRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetDevicePool operation.

GetDevicePoolAsync ( string arn, System cancellationToken = default(CancellationToken) ) : Task

Gets information about a device pool.

GetDevicePoolCompatibility ( GetDevicePoolCompatibilityRequest request ) : Amazon.DeviceFarm.Model.GetDevicePoolCompatibilityResponse

Gets information about compatibility with a device pool.

GetDevicePoolCompatibilityAsync ( GetDevicePoolCompatibilityRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetDevicePoolCompatibility operation.

GetJob ( Amazon.DeviceFarm.Model.GetJobRequest request ) : Amazon.DeviceFarm.Model.GetJobResponse

Gets information about a job.

GetJob ( string arn ) : Amazon.DeviceFarm.Model.GetJobResponse

Gets information about a job.

GetJobAsync ( Amazon.DeviceFarm.Model.GetJobRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetJob operation.

GetJobAsync ( string arn, System cancellationToken = default(CancellationToken) ) : Task

Gets information about a job.

GetOfferingStatus ( GetOfferingStatusRequest request ) : GetOfferingStatusResponse

Gets the current status and future status of all offerings purchased by an AWS account. The response indicates how many offerings are currently available and the offerings that will be available in the next period. The API returns a NotEligible error if the user is not permitted to invoke the operation. Please contact [email protected] if you believe that you should be able to invoke this operation.

GetOfferingStatusAsync ( GetOfferingStatusRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetOfferingStatus operation.

GetProject ( Amazon.DeviceFarm.Model.GetProjectRequest request ) : Amazon.DeviceFarm.Model.GetProjectResponse

Gets information about a project.

GetProject ( string arn ) : Amazon.DeviceFarm.Model.GetProjectResponse

Gets information about a project.

GetProjectAsync ( Amazon.DeviceFarm.Model.GetProjectRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetProject operation.

GetProjectAsync ( string arn, System cancellationToken = default(CancellationToken) ) : Task

Gets information about a project.

GetRemoteAccessSession ( GetRemoteAccessSessionRequest request ) : GetRemoteAccessSessionResponse

Returns a link to a currently running remote access session.

GetRemoteAccessSessionAsync ( GetRemoteAccessSessionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetRemoteAccessSession operation.

GetRun ( Amazon.DeviceFarm.Model.GetRunRequest request ) : Amazon.DeviceFarm.Model.GetRunResponse

Gets information about a run.

GetRun ( string arn ) : Amazon.DeviceFarm.Model.GetRunResponse

Gets information about a run.

GetRunAsync ( Amazon.DeviceFarm.Model.GetRunRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetRun operation.

GetRunAsync ( string arn, System cancellationToken = default(CancellationToken) ) : Task

Gets information about a run.

GetSuite ( Amazon.DeviceFarm.Model.GetSuiteRequest request ) : Amazon.DeviceFarm.Model.GetSuiteResponse

Gets information about a suite.

GetSuite ( string arn ) : Amazon.DeviceFarm.Model.GetSuiteResponse

Gets information about a suite.

GetSuiteAsync ( Amazon.DeviceFarm.Model.GetSuiteRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetSuite operation.

GetSuiteAsync ( string arn, System cancellationToken = default(CancellationToken) ) : Task

Gets information about a suite.

GetTest ( Amazon.DeviceFarm.Model.GetTestRequest request ) : Amazon.DeviceFarm.Model.GetTestResponse

Gets information about a test.

GetTest ( string arn ) : Amazon.DeviceFarm.Model.GetTestResponse

Gets information about a test.

GetTestAsync ( Amazon.DeviceFarm.Model.GetTestRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetTest operation.

GetTestAsync ( string arn, System cancellationToken = default(CancellationToken) ) : Task

Gets information about a test.

GetUpload ( Amazon.DeviceFarm.Model.GetUploadRequest request ) : Amazon.DeviceFarm.Model.GetUploadResponse

Gets information about an upload.

GetUpload ( string arn ) : Amazon.DeviceFarm.Model.GetUploadResponse

Gets information about an upload.

GetUploadAsync ( Amazon.DeviceFarm.Model.GetUploadRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetUpload operation.

GetUploadAsync ( string arn, System cancellationToken = default(CancellationToken) ) : Task

Gets information about an upload.

InstallToRemoteAccessSession ( InstallToRemoteAccessSessionRequest request ) : InstallToRemoteAccessSessionResponse

Installs an application to the device in a remote access session. For Android applications, the file must be in .apk format. For iOS applications, the file must be in .ipa format.

InstallToRemoteAccessSessionAsync ( InstallToRemoteAccessSessionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the InstallToRemoteAccessSession operation.

ListArtifacts ( ListArtifactsRequest request ) : Amazon.DeviceFarm.Model.ListArtifactsResponse

Gets information about artifacts.

ListArtifactsAsync ( ListArtifactsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListArtifacts operation.

ListDevicePools ( ListDevicePoolsRequest request ) : Amazon.DeviceFarm.Model.ListDevicePoolsResponse

Gets information about device pools.

ListDevicePoolsAsync ( ListDevicePoolsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListDevicePools operation.

ListDevices ( ListDevicesRequest request ) : Amazon.DeviceFarm.Model.ListDevicesResponse

Gets information about unique device types.

ListDevicesAsync ( ListDevicesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListDevices operation.

ListJobs ( Amazon.DeviceFarm.Model.ListJobsRequest request ) : Amazon.DeviceFarm.Model.ListJobsResponse

Gets information about jobs.

ListJobsAsync ( Amazon.DeviceFarm.Model.ListJobsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListJobs operation.

ListOfferingTransactions ( ListOfferingTransactionsRequest request ) : ListOfferingTransactionsResponse

Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS account. The list is paginated and ordered by a descending timestamp (most recent transactions are first). The API returns a NotEligible error if the user is not permitted to invoke the operation. Please contact [email protected] if you believe that you should be able to invoke this operation.

ListOfferingTransactionsAsync ( ListOfferingTransactionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListOfferingTransactions operation.

ListOfferings ( ListOfferingsRequest request ) : ListOfferingsResponse

Returns a list of products or offerings that the user can manage through the API. Each offering record indicates the recurring price per unit and the frequency for that offering. The API returns a NotEligible error if the user is not permitted to invoke the operation. Please contact [email protected] if you believe that you should be able to invoke this operation.

ListOfferingsAsync ( ListOfferingsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListOfferings operation.

ListProjects ( ListProjectsRequest request ) : Amazon.DeviceFarm.Model.ListProjectsResponse

Gets information about projects.

ListProjectsAsync ( ListProjectsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListProjects operation.

ListRemoteAccessSessions ( ListRemoteAccessSessionsRequest request ) : ListRemoteAccessSessionsResponse

Returns a list of all currently running remote access sessions.

ListRemoteAccessSessionsAsync ( ListRemoteAccessSessionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListRemoteAccessSessions operation.

ListRuns ( ListRunsRequest request ) : Amazon.DeviceFarm.Model.ListRunsResponse

Gets information about runs, given an AWS Device Farm project ARN.

ListRunsAsync ( ListRunsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListRuns operation.

ListSamples ( ListSamplesRequest request ) : Amazon.DeviceFarm.Model.ListSamplesResponse

Gets information about samples, given an AWS Device Farm project ARN

ListSamplesAsync ( ListSamplesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListSamples operation.

ListSuites ( Amazon.DeviceFarm.Model.ListSuitesRequest request ) : Amazon.DeviceFarm.Model.ListSuitesResponse

Gets information about suites.

ListSuitesAsync ( Amazon.DeviceFarm.Model.ListSuitesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListSuites operation.

ListTests ( Amazon.DeviceFarm.Model.ListTestsRequest request ) : Amazon.DeviceFarm.Model.ListTestsResponse

Gets information about tests.

ListTestsAsync ( Amazon.DeviceFarm.Model.ListTestsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListTests operation.

ListUniqueProblems ( Amazon.DeviceFarm.Model.ListUniqueProblemsRequest request ) : ListUniqueProblemsResponse

Gets information about unique problems.

ListUniqueProblemsAsync ( Amazon.DeviceFarm.Model.ListUniqueProblemsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListUniqueProblems operation.

ListUploads ( ListUploadsRequest request ) : Amazon.DeviceFarm.Model.ListUploadsResponse

Gets information about uploads, given an AWS Device Farm project ARN.

ListUploadsAsync ( ListUploadsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListUploads operation.

PurchaseOffering ( PurchaseOfferingRequest request ) : PurchaseOfferingResponse

Immediately purchases offerings for an AWS account. Offerings renew with the latest total purchased quantity for an offering, unless the renewal was overridden. The API returns a NotEligible error if the user is not permitted to invoke the operation. Please contact [email protected] if you believe that you should be able to invoke this operation.

PurchaseOfferingAsync ( PurchaseOfferingRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the PurchaseOffering operation.

RenewOffering ( RenewOfferingRequest request ) : RenewOfferingResponse

Explicitly sets the quantity of devices to renew for an offering, starting from the effectiveDate of the next period. The API returns a NotEligible error if the user is not permitted to invoke the operation. Please contact [email protected] if you believe that you should be able to invoke this operation.

RenewOfferingAsync ( RenewOfferingRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RenewOffering operation.

ScheduleRun ( Amazon.DeviceFarm.Model.ScheduleRunRequest request ) : Amazon.DeviceFarm.Model.ScheduleRunResponse

Schedules a run.

ScheduleRunAsync ( Amazon.DeviceFarm.Model.ScheduleRunRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ScheduleRun operation.

StopRemoteAccessSession ( StopRemoteAccessSessionRequest request ) : StopRemoteAccessSessionResponse

Ends a specified remote access session.

StopRemoteAccessSessionAsync ( StopRemoteAccessSessionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StopRemoteAccessSession operation.

StopRun ( StopRunRequest request ) : StopRunResponse

Initiates a stop request for the current test run. AWS Device Farm will immediately stop the run on devices where tests have not started executing, and you will not be billed for these devices. On devices where tests have started executing, Setup Suite and Teardown Suite tests will run to completion before stopping execution on those devices. You will be billed for Setup, Teardown, and any tests that were in progress or already completed.

StopRunAsync ( StopRunRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StopRun operation.

UpdateDevicePool ( Amazon.DeviceFarm.Model.UpdateDevicePoolRequest request ) : Amazon.DeviceFarm.Model.UpdateDevicePoolResponse

Modifies the name, description, and rules in a device pool given the attributes and the pool ARN. Rule updates are all-or-nothing, meaning they can only be updated as a whole (or not at all).

UpdateDevicePoolAsync ( Amazon.DeviceFarm.Model.UpdateDevicePoolRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateDevicePool operation.

UpdateProject ( Amazon.DeviceFarm.Model.UpdateProjectRequest request ) : Amazon.DeviceFarm.Model.UpdateProjectResponse

Modifies the specified project name, given the project ARN and a new name.

UpdateProjectAsync ( Amazon.DeviceFarm.Model.UpdateProjectRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateProject operation.

Méthodes protégées

Méthode Description
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Method Details

AmazonDeviceFarmClient() public méthode

Constructs AmazonDeviceFarmClient 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 AmazonDeviceFarmClient ( ) : System
Résultat System

AmazonDeviceFarmClient() public méthode

Constructs AmazonDeviceFarmClient with AWS Credentials
public AmazonDeviceFarmClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
Résultat System

AmazonDeviceFarmClient() public méthode

Constructs AmazonDeviceFarmClient with AWS Credentials and an AmazonDeviceFarmClient Configuration object.
public AmazonDeviceFarmClient ( AWSCredentials credentials, AmazonDeviceFarmConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonDeviceFarmConfig The AmazonDeviceFarmClient Configuration Object
Résultat System

AmazonDeviceFarmClient() public méthode

Constructs AmazonDeviceFarmClient with AWS Credentials
public AmazonDeviceFarmClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
Résultat System

AmazonDeviceFarmClient() public méthode

Constructs AmazonDeviceFarmClient 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 AmazonDeviceFarmClient ( AmazonDeviceFarmConfig config ) : System
config AmazonDeviceFarmConfig The AmazonDeviceFarmClient Configuration Object
Résultat System

AmazonDeviceFarmClient() public méthode

Constructs AmazonDeviceFarmClient 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 AmazonDeviceFarmClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
Résultat System

AmazonDeviceFarmClient() public méthode

Constructs AmazonDeviceFarmClient with AWS Access Key ID and AWS Secret Key
public AmazonDeviceFarmClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
Résultat System

AmazonDeviceFarmClient() public méthode

Constructs AmazonDeviceFarmClient with AWS Access Key ID, AWS Secret Key and an AmazonDeviceFarmClient Configuration object.
public AmazonDeviceFarmClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonDeviceFarmConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonDeviceFarmConfig The AmazonDeviceFarmClient Configuration Object
Résultat System

AmazonDeviceFarmClient() public méthode

Constructs AmazonDeviceFarmClient with AWS Access Key ID and AWS Secret Key
public AmazonDeviceFarmClient ( 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.
Résultat System

AmazonDeviceFarmClient() public méthode

Constructs AmazonDeviceFarmClient with AWS Access Key ID and AWS Secret Key
public AmazonDeviceFarmClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
Résultat System

AmazonDeviceFarmClient() public méthode

Constructs AmazonDeviceFarmClient with AWS Access Key ID, AWS Secret Key and an AmazonDeviceFarmClient Configuration object.
public AmazonDeviceFarmClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonDeviceFarmConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonDeviceFarmConfig The AmazonDeviceFarmClient Configuration Object
Résultat System

AmazonDeviceFarmClient() public méthode

Constructs AmazonDeviceFarmClient with AWS Access Key ID and AWS Secret Key
public AmazonDeviceFarmClient ( 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.
Résultat System

BeginCreateDevicePool() public méthode

Initiates the asynchronous execution of the CreateDevicePool operation.
public BeginCreateDevicePool ( Amazon.DeviceFarm.Model.CreateDevicePoolRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.CreateDevicePoolRequest Container for the necessary parameters to execute the CreateDevicePool operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginCreateProject() public méthode

Initiates the asynchronous execution of the CreateProject operation.
public BeginCreateProject ( Amazon.DeviceFarm.Model.CreateProjectRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.CreateProjectRequest Container for the necessary parameters to execute the CreateProject operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginCreateRemoteAccessSession() public méthode

Initiates the asynchronous execution of the CreateRemoteAccessSession operation.
public BeginCreateRemoteAccessSession ( CreateRemoteAccessSessionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.CreateRemoteAccessSessionRequest Container for the necessary parameters to execute the CreateRemoteAccessSession operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginCreateUpload() public méthode

Initiates the asynchronous execution of the CreateUpload operation.
public BeginCreateUpload ( CreateUploadRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.CreateUploadRequest Container for the necessary parameters to execute the CreateUpload operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginDeleteDevicePool() public méthode

Initiates the asynchronous execution of the DeleteDevicePool operation.
public BeginDeleteDevicePool ( Amazon.DeviceFarm.Model.DeleteDevicePoolRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.DeleteDevicePoolRequest Container for the necessary parameters to execute the DeleteDevicePool operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginDeleteProject() public méthode

Initiates the asynchronous execution of the DeleteProject operation.
public BeginDeleteProject ( DeleteProjectRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.DeleteProjectRequest Container for the necessary parameters to execute the DeleteProject operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginDeleteRemoteAccessSession() public méthode

Initiates the asynchronous execution of the DeleteRemoteAccessSession operation.
public BeginDeleteRemoteAccessSession ( DeleteRemoteAccessSessionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.DeleteRemoteAccessSessionRequest Container for the necessary parameters to execute the DeleteRemoteAccessSession operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginDeleteRun() public méthode

Initiates the asynchronous execution of the DeleteRun operation.
public BeginDeleteRun ( DeleteRunRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.DeleteRunRequest Container for the necessary parameters to execute the DeleteRun operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginDeleteUpload() public méthode

Initiates the asynchronous execution of the DeleteUpload operation.
public BeginDeleteUpload ( Amazon.DeviceFarm.Model.DeleteUploadRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.DeleteUploadRequest Container for the necessary parameters to execute the DeleteUpload operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginGetAccountSettings() public méthode

Initiates the asynchronous execution of the GetAccountSettings operation.
public BeginGetAccountSettings ( GetAccountSettingsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetAccountSettingsRequest Container for the necessary parameters to execute the GetAccountSettings operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginGetDevice() public méthode

Initiates the asynchronous execution of the GetDevice operation.
public BeginGetDevice ( Amazon.DeviceFarm.Model.GetDeviceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.GetDeviceRequest Container for the necessary parameters to execute the GetDevice operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginGetDevicePool() public méthode

Initiates the asynchronous execution of the GetDevicePool operation.
public BeginGetDevicePool ( Amazon.DeviceFarm.Model.GetDevicePoolRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.GetDevicePoolRequest Container for the necessary parameters to execute the GetDevicePool operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginGetDevicePoolCompatibility() public méthode

Initiates the asynchronous execution of the GetDevicePoolCompatibility operation.
public BeginGetDevicePoolCompatibility ( GetDevicePoolCompatibilityRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.GetDevicePoolCompatibilityRequest Container for the necessary parameters to execute the GetDevicePoolCompatibility operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginGetJob() public méthode

Initiates the asynchronous execution of the GetJob operation.
public BeginGetJob ( Amazon.DeviceFarm.Model.GetJobRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.GetJobRequest Container for the necessary parameters to execute the GetJob operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginGetOfferingStatus() public méthode

Initiates the asynchronous execution of the GetOfferingStatus operation.
public BeginGetOfferingStatus ( GetOfferingStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.GetOfferingStatusRequest Container for the necessary parameters to execute the GetOfferingStatus operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginGetProject() public méthode

Initiates the asynchronous execution of the GetProject operation.
public BeginGetProject ( Amazon.DeviceFarm.Model.GetProjectRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.GetProjectRequest Container for the necessary parameters to execute the GetProject operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginGetRemoteAccessSession() public méthode

Initiates the asynchronous execution of the GetRemoteAccessSession operation.
public BeginGetRemoteAccessSession ( GetRemoteAccessSessionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.GetRemoteAccessSessionRequest Container for the necessary parameters to execute the GetRemoteAccessSession operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginGetRun() public méthode

Initiates the asynchronous execution of the GetRun operation.
public BeginGetRun ( Amazon.DeviceFarm.Model.GetRunRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.GetRunRequest Container for the necessary parameters to execute the GetRun operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginGetSuite() public méthode

Initiates the asynchronous execution of the GetSuite operation.
public BeginGetSuite ( Amazon.DeviceFarm.Model.GetSuiteRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.GetSuiteRequest Container for the necessary parameters to execute the GetSuite operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginGetTest() public méthode

Initiates the asynchronous execution of the GetTest operation.
public BeginGetTest ( Amazon.DeviceFarm.Model.GetTestRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.GetTestRequest Container for the necessary parameters to execute the GetTest operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginGetUpload() public méthode

Initiates the asynchronous execution of the GetUpload operation.
public BeginGetUpload ( Amazon.DeviceFarm.Model.GetUploadRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.GetUploadRequest Container for the necessary parameters to execute the GetUpload operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginInstallToRemoteAccessSession() public méthode

Initiates the asynchronous execution of the InstallToRemoteAccessSession operation.
public BeginInstallToRemoteAccessSession ( InstallToRemoteAccessSessionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.InstallToRemoteAccessSessionRequest Container for the necessary parameters to execute the InstallToRemoteAccessSession operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginListArtifacts() public méthode

Initiates the asynchronous execution of the ListArtifacts operation.
public BeginListArtifacts ( ListArtifactsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.ListArtifactsRequest Container for the necessary parameters to execute the ListArtifacts operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginListDevicePools() public méthode

Initiates the asynchronous execution of the ListDevicePools operation.
public BeginListDevicePools ( ListDevicePoolsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.ListDevicePoolsRequest Container for the necessary parameters to execute the ListDevicePools operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginListDevices() public méthode

Initiates the asynchronous execution of the ListDevices operation.
public BeginListDevices ( ListDevicesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.ListDevicesRequest Container for the necessary parameters to execute the ListDevices operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginListJobs() public méthode

Initiates the asynchronous execution of the ListJobs operation.
public BeginListJobs ( Amazon.DeviceFarm.Model.ListJobsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.ListJobsRequest Container for the necessary parameters to execute the ListJobs operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginListOfferingTransactions() public méthode

Initiates the asynchronous execution of the ListOfferingTransactions operation.
public BeginListOfferingTransactions ( ListOfferingTransactionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.ListOfferingTransactionsRequest Container for the necessary parameters to execute the ListOfferingTransactions operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginListOfferings() public méthode

Initiates the asynchronous execution of the ListOfferings operation.
public BeginListOfferings ( ListOfferingsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.ListOfferingsRequest Container for the necessary parameters to execute the ListOfferings operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginListProjects() public méthode

Initiates the asynchronous execution of the ListProjects operation.
public BeginListProjects ( ListProjectsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.ListProjectsRequest Container for the necessary parameters to execute the ListProjects operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginListRemoteAccessSessions() public méthode

Initiates the asynchronous execution of the ListRemoteAccessSessions operation.
public BeginListRemoteAccessSessions ( ListRemoteAccessSessionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.ListRemoteAccessSessionsRequest Container for the necessary parameters to execute the ListRemoteAccessSessions operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginListRuns() public méthode

Initiates the asynchronous execution of the ListRuns operation.
public BeginListRuns ( ListRunsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.ListRunsRequest Container for the necessary parameters to execute the ListRuns operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginListSamples() public méthode

Initiates the asynchronous execution of the ListSamples operation.
public BeginListSamples ( ListSamplesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.ListSamplesRequest Container for the necessary parameters to execute the ListSamples operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginListSuites() public méthode

Initiates the asynchronous execution of the ListSuites operation.
public BeginListSuites ( Amazon.DeviceFarm.Model.ListSuitesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.ListSuitesRequest Container for the necessary parameters to execute the ListSuites operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginListTests() public méthode

Initiates the asynchronous execution of the ListTests operation.
public BeginListTests ( Amazon.DeviceFarm.Model.ListTestsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.ListTestsRequest Container for the necessary parameters to execute the ListTests operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginListUniqueProblems() public méthode

Initiates the asynchronous execution of the ListUniqueProblems operation.
public BeginListUniqueProblems ( Amazon.DeviceFarm.Model.ListUniqueProblemsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.ListUniqueProblemsRequest Container for the necessary parameters to execute the ListUniqueProblems operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginListUploads() public méthode

Initiates the asynchronous execution of the ListUploads operation.
public BeginListUploads ( ListUploadsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.ListUploadsRequest Container for the necessary parameters to execute the ListUploads operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginPurchaseOffering() public méthode

Initiates the asynchronous execution of the PurchaseOffering operation.
public BeginPurchaseOffering ( PurchaseOfferingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.PurchaseOfferingRequest Container for the necessary parameters to execute the PurchaseOffering operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginRenewOffering() public méthode

Initiates the asynchronous execution of the RenewOffering operation.
public BeginRenewOffering ( RenewOfferingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.RenewOfferingRequest Container for the necessary parameters to execute the RenewOffering operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginScheduleRun() public méthode

Initiates the asynchronous execution of the ScheduleRun operation.
public BeginScheduleRun ( Amazon.DeviceFarm.Model.ScheduleRunRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.ScheduleRunRequest Container for the necessary parameters to execute the ScheduleRun operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginStopRemoteAccessSession() public méthode

Initiates the asynchronous execution of the StopRemoteAccessSession operation.
public BeginStopRemoteAccessSession ( StopRemoteAccessSessionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.StopRemoteAccessSessionRequest Container for the necessary parameters to execute the StopRemoteAccessSession operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginStopRun() public méthode

Initiates the asynchronous execution of the StopRun operation.
public BeginStopRun ( StopRunRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.StopRunRequest Container for the necessary parameters to execute the StopRun operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginUpdateDevicePool() public méthode

Initiates the asynchronous execution of the UpdateDevicePool operation.
public BeginUpdateDevicePool ( Amazon.DeviceFarm.Model.UpdateDevicePoolRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.UpdateDevicePoolRequest Container for the necessary parameters to execute the UpdateDevicePool operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

BeginUpdateProject() public méthode

Initiates the asynchronous execution of the UpdateProject operation.
public BeginUpdateProject ( Amazon.DeviceFarm.Model.UpdateProjectRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.UpdateProjectRequest Container for the necessary parameters to execute the UpdateProject operation on AmazonDeviceFarmClient.
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.
Résultat IAsyncResult

CreateDevicePool() public méthode

Creates a device pool.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public CreateDevicePool ( Amazon.DeviceFarm.Model.CreateDevicePoolRequest request ) : Amazon.DeviceFarm.Model.CreateDevicePoolResponse
request Amazon.DeviceFarm.Model.CreateDevicePoolRequest Container for the necessary parameters to execute the CreateDevicePool service method.
Résultat Amazon.DeviceFarm.Model.CreateDevicePoolResponse

CreateDevicePoolAsync() public méthode

Initiates the asynchronous execution of the CreateDevicePool operation.
public CreateDevicePoolAsync ( Amazon.DeviceFarm.Model.CreateDevicePoolRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.CreateDevicePoolRequest Container for the necessary parameters to execute the CreateDevicePool operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreateProject() public méthode

Creates a new project.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public CreateProject ( Amazon.DeviceFarm.Model.CreateProjectRequest request ) : Amazon.DeviceFarm.Model.CreateProjectResponse
request Amazon.DeviceFarm.Model.CreateProjectRequest Container for the necessary parameters to execute the CreateProject service method.
Résultat Amazon.DeviceFarm.Model.CreateProjectResponse

CreateProject() public méthode

Creates a new project.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public CreateProject ( string name ) : Amazon.DeviceFarm.Model.CreateProjectResponse
name string The project's name.
Résultat Amazon.DeviceFarm.Model.CreateProjectResponse

CreateProjectAsync() public méthode

Initiates the asynchronous execution of the CreateProject operation.
public CreateProjectAsync ( Amazon.DeviceFarm.Model.CreateProjectRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.CreateProjectRequest Container for the necessary parameters to execute the CreateProject operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreateProjectAsync() public méthode

Creates a new project.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public CreateProjectAsync ( string name, System cancellationToken = default(CancellationToken) ) : Task
name string The project's name.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreateRemoteAccessSession() public méthode

Specifies and starts a remote access session.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public CreateRemoteAccessSession ( CreateRemoteAccessSessionRequest request ) : CreateRemoteAccessSessionResponse
request Amazon.DeviceFarm.Model.CreateRemoteAccessSessionRequest Container for the necessary parameters to execute the CreateRemoteAccessSession service method.
Résultat Amazon.DeviceFarm.Model.CreateRemoteAccessSessionResponse

CreateRemoteAccessSessionAsync() public méthode

Initiates the asynchronous execution of the CreateRemoteAccessSession operation.
public CreateRemoteAccessSessionAsync ( CreateRemoteAccessSessionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.CreateRemoteAccessSessionRequest Container for the necessary parameters to execute the CreateRemoteAccessSession operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreateSigner() protected méthode

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

CreateUpload() public méthode

Uploads an app or test scripts.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public CreateUpload ( CreateUploadRequest request ) : Amazon.DeviceFarm.Model.CreateUploadResponse
request Amazon.DeviceFarm.Model.CreateUploadRequest Container for the necessary parameters to execute the CreateUpload service method.
Résultat Amazon.DeviceFarm.Model.CreateUploadResponse

CreateUploadAsync() public méthode

Initiates the asynchronous execution of the CreateUpload operation.
public CreateUploadAsync ( CreateUploadRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.CreateUploadRequest Container for the necessary parameters to execute the CreateUpload operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeleteDevicePool() public méthode

Deletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public DeleteDevicePool ( Amazon.DeviceFarm.Model.DeleteDevicePoolRequest request ) : DeleteDevicePoolResponse
request Amazon.DeviceFarm.Model.DeleteDevicePoolRequest Container for the necessary parameters to execute the DeleteDevicePool service method.
Résultat DeleteDevicePoolResponse

DeleteDevicePoolAsync() public méthode

Initiates the asynchronous execution of the DeleteDevicePool operation.
public DeleteDevicePoolAsync ( Amazon.DeviceFarm.Model.DeleteDevicePoolRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.DeleteDevicePoolRequest Container for the necessary parameters to execute the DeleteDevicePool operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeleteProject() public méthode

Deletes an AWS Device Farm project, given the project ARN.

Note Deleting this resource does not stop an in-progress run.

/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public DeleteProject ( DeleteProjectRequest request ) : DeleteProjectResponse
request Amazon.DeviceFarm.Model.DeleteProjectRequest Container for the necessary parameters to execute the DeleteProject service method.
Résultat DeleteProjectResponse

DeleteProjectAsync() public méthode

Initiates the asynchronous execution of the DeleteProject operation.
public DeleteProjectAsync ( DeleteProjectRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.DeleteProjectRequest Container for the necessary parameters to execute the DeleteProject operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeleteRemoteAccessSession() public méthode

Deletes a completed remote access session and its results.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public DeleteRemoteAccessSession ( DeleteRemoteAccessSessionRequest request ) : DeleteRemoteAccessSessionResponse
request Amazon.DeviceFarm.Model.DeleteRemoteAccessSessionRequest Container for the necessary parameters to execute the DeleteRemoteAccessSession service method.
Résultat DeleteRemoteAccessSessionResponse

DeleteRemoteAccessSessionAsync() public méthode

Initiates the asynchronous execution of the DeleteRemoteAccessSession operation.
public DeleteRemoteAccessSessionAsync ( DeleteRemoteAccessSessionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.DeleteRemoteAccessSessionRequest Container for the necessary parameters to execute the DeleteRemoteAccessSession operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeleteRun() public méthode

Deletes the run, given the run ARN.

Note Deleting this resource does not stop an in-progress run.

/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public DeleteRun ( DeleteRunRequest request ) : DeleteRunResponse
request Amazon.DeviceFarm.Model.DeleteRunRequest Container for the necessary parameters to execute the DeleteRun service method.
Résultat DeleteRunResponse

DeleteRunAsync() public méthode

Initiates the asynchronous execution of the DeleteRun operation.
public DeleteRunAsync ( DeleteRunRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.DeleteRunRequest Container for the necessary parameters to execute the DeleteRun operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeleteUpload() public méthode

Deletes an upload given the upload ARN.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public DeleteUpload ( Amazon.DeviceFarm.Model.DeleteUploadRequest request ) : DeleteUploadResponse
request Amazon.DeviceFarm.Model.DeleteUploadRequest Container for the necessary parameters to execute the DeleteUpload service method.
Résultat DeleteUploadResponse

DeleteUploadAsync() public méthode

Initiates the asynchronous execution of the DeleteUpload operation.
public DeleteUploadAsync ( Amazon.DeviceFarm.Model.DeleteUploadRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.DeleteUploadRequest Container for the necessary parameters to execute the DeleteUpload operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

Dispose() protected méthode

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EndCreateDevicePool() public méthode

Finishes the asynchronous execution of the CreateDevicePool operation.
public EndCreateDevicePool ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.CreateDevicePoolResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDevicePool.
Résultat Amazon.DeviceFarm.Model.CreateDevicePoolResponse

EndCreateProject() public méthode

Finishes the asynchronous execution of the CreateProject operation.
public EndCreateProject ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.CreateProjectResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateProject.
Résultat Amazon.DeviceFarm.Model.CreateProjectResponse

EndCreateRemoteAccessSession() public méthode

Finishes the asynchronous execution of the CreateRemoteAccessSession operation.
public EndCreateRemoteAccessSession ( IAsyncResult asyncResult ) : CreateRemoteAccessSessionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateRemoteAccessSession.
Résultat Amazon.DeviceFarm.Model.CreateRemoteAccessSessionResponse

EndCreateUpload() public méthode

Finishes the asynchronous execution of the CreateUpload operation.
public EndCreateUpload ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.CreateUploadResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateUpload.
Résultat Amazon.DeviceFarm.Model.CreateUploadResponse

EndDeleteDevicePool() public méthode

Finishes the asynchronous execution of the DeleteDevicePool operation.
public EndDeleteDevicePool ( IAsyncResult asyncResult ) : DeleteDevicePoolResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDevicePool.
Résultat DeleteDevicePoolResponse

EndDeleteProject() public méthode

Finishes the asynchronous execution of the DeleteProject operation.
public EndDeleteProject ( IAsyncResult asyncResult ) : DeleteProjectResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteProject.
Résultat DeleteProjectResponse

EndDeleteRemoteAccessSession() public méthode

Finishes the asynchronous execution of the DeleteRemoteAccessSession operation.
public EndDeleteRemoteAccessSession ( IAsyncResult asyncResult ) : DeleteRemoteAccessSessionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteRemoteAccessSession.
Résultat DeleteRemoteAccessSessionResponse

EndDeleteRun() public méthode

Finishes the asynchronous execution of the DeleteRun operation.
public EndDeleteRun ( IAsyncResult asyncResult ) : DeleteRunResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteRun.
Résultat DeleteRunResponse

EndDeleteUpload() public méthode

Finishes the asynchronous execution of the DeleteUpload operation.
public EndDeleteUpload ( IAsyncResult asyncResult ) : DeleteUploadResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteUpload.
Résultat DeleteUploadResponse

EndGetAccountSettings() public méthode

Finishes the asynchronous execution of the GetAccountSettings operation.
public EndGetAccountSettings ( IAsyncResult asyncResult ) : GetAccountSettingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetAccountSettings.
Résultat Amazon.DeviceFarm.Model.GetAccountSettingsResponse

EndGetDevice() public méthode

Finishes the asynchronous execution of the GetDevice operation.
public EndGetDevice ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetDeviceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDevice.
Résultat Amazon.DeviceFarm.Model.GetDeviceResponse

EndGetDevicePool() public méthode

Finishes the asynchronous execution of the GetDevicePool operation.
public EndGetDevicePool ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetDevicePoolResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDevicePool.
Résultat Amazon.DeviceFarm.Model.GetDevicePoolResponse

EndGetDevicePoolCompatibility() public méthode

Finishes the asynchronous execution of the GetDevicePoolCompatibility operation.
public EndGetDevicePoolCompatibility ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetDevicePoolCompatibilityResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDevicePoolCompatibility.
Résultat Amazon.DeviceFarm.Model.GetDevicePoolCompatibilityResponse

EndGetJob() public méthode

Finishes the asynchronous execution of the GetJob operation.
public EndGetJob ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetJob.
Résultat Amazon.DeviceFarm.Model.GetJobResponse

EndGetOfferingStatus() public méthode

Finishes the asynchronous execution of the GetOfferingStatus operation.
public EndGetOfferingStatus ( IAsyncResult asyncResult ) : GetOfferingStatusResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetOfferingStatus.
Résultat Amazon.DeviceFarm.Model.GetOfferingStatusResponse

EndGetProject() public méthode

Finishes the asynchronous execution of the GetProject operation.
public EndGetProject ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetProjectResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetProject.
Résultat Amazon.DeviceFarm.Model.GetProjectResponse

EndGetRemoteAccessSession() public méthode

Finishes the asynchronous execution of the GetRemoteAccessSession operation.
public EndGetRemoteAccessSession ( IAsyncResult asyncResult ) : GetRemoteAccessSessionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetRemoteAccessSession.
Résultat Amazon.DeviceFarm.Model.GetRemoteAccessSessionResponse

EndGetRun() public méthode

Finishes the asynchronous execution of the GetRun operation.
public EndGetRun ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetRunResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetRun.
Résultat Amazon.DeviceFarm.Model.GetRunResponse

EndGetSuite() public méthode

Finishes the asynchronous execution of the GetSuite operation.
public EndGetSuite ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetSuiteResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSuite.
Résultat Amazon.DeviceFarm.Model.GetSuiteResponse

EndGetTest() public méthode

Finishes the asynchronous execution of the GetTest operation.
public EndGetTest ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetTestResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetTest.
Résultat Amazon.DeviceFarm.Model.GetTestResponse

EndGetUpload() public méthode

Finishes the asynchronous execution of the GetUpload operation.
public EndGetUpload ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetUploadResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetUpload.
Résultat Amazon.DeviceFarm.Model.GetUploadResponse

EndInstallToRemoteAccessSession() public méthode

Finishes the asynchronous execution of the InstallToRemoteAccessSession operation.
public EndInstallToRemoteAccessSession ( IAsyncResult asyncResult ) : InstallToRemoteAccessSessionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginInstallToRemoteAccessSession.
Résultat Amazon.DeviceFarm.Model.InstallToRemoteAccessSessionResponse

EndListArtifacts() public méthode

Finishes the asynchronous execution of the ListArtifacts operation.
public EndListArtifacts ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListArtifactsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListArtifacts.
Résultat Amazon.DeviceFarm.Model.ListArtifactsResponse

EndListDevicePools() public méthode

Finishes the asynchronous execution of the ListDevicePools operation.
public EndListDevicePools ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListDevicePoolsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListDevicePools.
Résultat Amazon.DeviceFarm.Model.ListDevicePoolsResponse

EndListDevices() public méthode

Finishes the asynchronous execution of the ListDevices operation.
public EndListDevices ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListDevicesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListDevices.
Résultat Amazon.DeviceFarm.Model.ListDevicesResponse

EndListJobs() public méthode

Finishes the asynchronous execution of the ListJobs operation.
public EndListJobs ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListJobsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListJobs.
Résultat Amazon.DeviceFarm.Model.ListJobsResponse

EndListOfferingTransactions() public méthode

Finishes the asynchronous execution of the ListOfferingTransactions operation.
public EndListOfferingTransactions ( IAsyncResult asyncResult ) : ListOfferingTransactionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListOfferingTransactions.
Résultat Amazon.DeviceFarm.Model.ListOfferingTransactionsResponse

EndListOfferings() public méthode

Finishes the asynchronous execution of the ListOfferings operation.
public EndListOfferings ( IAsyncResult asyncResult ) : ListOfferingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListOfferings.
Résultat Amazon.DeviceFarm.Model.ListOfferingsResponse

EndListProjects() public méthode

Finishes the asynchronous execution of the ListProjects operation.
public EndListProjects ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListProjectsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListProjects.
Résultat Amazon.DeviceFarm.Model.ListProjectsResponse

EndListRemoteAccessSessions() public méthode

Finishes the asynchronous execution of the ListRemoteAccessSessions operation.
public EndListRemoteAccessSessions ( IAsyncResult asyncResult ) : ListRemoteAccessSessionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListRemoteAccessSessions.
Résultat Amazon.DeviceFarm.Model.ListRemoteAccessSessionsResponse

EndListRuns() public méthode

Finishes the asynchronous execution of the ListRuns operation.
public EndListRuns ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListRunsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListRuns.
Résultat Amazon.DeviceFarm.Model.ListRunsResponse

EndListSamples() public méthode

Finishes the asynchronous execution of the ListSamples operation.
public EndListSamples ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListSamplesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListSamples.
Résultat Amazon.DeviceFarm.Model.ListSamplesResponse

EndListSuites() public méthode

Finishes the asynchronous execution of the ListSuites operation.
public EndListSuites ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListSuitesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListSuites.
Résultat Amazon.DeviceFarm.Model.ListSuitesResponse

EndListTests() public méthode

Finishes the asynchronous execution of the ListTests operation.
public EndListTests ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListTestsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTests.
Résultat Amazon.DeviceFarm.Model.ListTestsResponse

EndListUniqueProblems() public méthode

Finishes the asynchronous execution of the ListUniqueProblems operation.
public EndListUniqueProblems ( IAsyncResult asyncResult ) : ListUniqueProblemsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListUniqueProblems.
Résultat Amazon.DeviceFarm.Model.ListUniqueProblemsResponse

EndListUploads() public méthode

Finishes the asynchronous execution of the ListUploads operation.
public EndListUploads ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListUploadsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListUploads.
Résultat Amazon.DeviceFarm.Model.ListUploadsResponse

EndPurchaseOffering() public méthode

Finishes the asynchronous execution of the PurchaseOffering operation.
public EndPurchaseOffering ( IAsyncResult asyncResult ) : PurchaseOfferingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPurchaseOffering.
Résultat Amazon.DeviceFarm.Model.PurchaseOfferingResponse

EndRenewOffering() public méthode

Finishes the asynchronous execution of the RenewOffering operation.
public EndRenewOffering ( IAsyncResult asyncResult ) : RenewOfferingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRenewOffering.
Résultat Amazon.DeviceFarm.Model.RenewOfferingResponse

EndScheduleRun() public méthode

Finishes the asynchronous execution of the ScheduleRun operation.
public EndScheduleRun ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ScheduleRunResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginScheduleRun.
Résultat Amazon.DeviceFarm.Model.ScheduleRunResponse

EndStopRemoteAccessSession() public méthode

Finishes the asynchronous execution of the StopRemoteAccessSession operation.
public EndStopRemoteAccessSession ( IAsyncResult asyncResult ) : StopRemoteAccessSessionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopRemoteAccessSession.
Résultat Amazon.DeviceFarm.Model.StopRemoteAccessSessionResponse

EndStopRun() public méthode

Finishes the asynchronous execution of the StopRun operation.
public EndStopRun ( IAsyncResult asyncResult ) : StopRunResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopRun.
Résultat Amazon.DeviceFarm.Model.StopRunResponse

EndUpdateDevicePool() public méthode

Finishes the asynchronous execution of the UpdateDevicePool operation.
public EndUpdateDevicePool ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.UpdateDevicePoolResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateDevicePool.
Résultat Amazon.DeviceFarm.Model.UpdateDevicePoolResponse

EndUpdateProject() public méthode

Finishes the asynchronous execution of the UpdateProject operation.
public EndUpdateProject ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.UpdateProjectResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateProject.
Résultat Amazon.DeviceFarm.Model.UpdateProjectResponse

GetAccountSettings() public méthode

Returns the number of unmetered iOS and/or unmetered Android devices that have been purchased by the account.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetAccountSettings ( ) : GetAccountSettingsResponse
Résultat Amazon.DeviceFarm.Model.GetAccountSettingsResponse

GetAccountSettings() public méthode

Returns the number of unmetered iOS and/or unmetered Android devices that have been purchased by the account.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetAccountSettings ( GetAccountSettingsRequest request ) : GetAccountSettingsResponse
request GetAccountSettingsRequest Container for the necessary parameters to execute the GetAccountSettings service method.
Résultat Amazon.DeviceFarm.Model.GetAccountSettingsResponse

GetAccountSettingsAsync() public méthode

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

GetAccountSettingsAsync() public méthode

Returns the number of unmetered iOS and/or unmetered Android devices that have been purchased by the account.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetAccountSettingsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetDevice() public méthode

Gets information about a unique device type.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetDevice ( Amazon.DeviceFarm.Model.GetDeviceRequest request ) : Amazon.DeviceFarm.Model.GetDeviceResponse
request Amazon.DeviceFarm.Model.GetDeviceRequest Container for the necessary parameters to execute the GetDevice service method.
Résultat Amazon.DeviceFarm.Model.GetDeviceResponse

GetDevice() public méthode

Gets information about a unique device type.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetDevice ( string arn ) : Amazon.DeviceFarm.Model.GetDeviceResponse
arn string The device type's ARN.
Résultat Amazon.DeviceFarm.Model.GetDeviceResponse

GetDeviceAsync() public méthode

Initiates the asynchronous execution of the GetDevice operation.
public GetDeviceAsync ( Amazon.DeviceFarm.Model.GetDeviceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.GetDeviceRequest Container for the necessary parameters to execute the GetDevice operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetDeviceAsync() public méthode

Gets information about a unique device type.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetDeviceAsync ( string arn, System cancellationToken = default(CancellationToken) ) : Task
arn string The device type's ARN.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetDevicePool() public méthode

Gets information about a device pool.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetDevicePool ( Amazon.DeviceFarm.Model.GetDevicePoolRequest request ) : Amazon.DeviceFarm.Model.GetDevicePoolResponse
request Amazon.DeviceFarm.Model.GetDevicePoolRequest Container for the necessary parameters to execute the GetDevicePool service method.
Résultat Amazon.DeviceFarm.Model.GetDevicePoolResponse

GetDevicePool() public méthode

Gets information about a device pool.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetDevicePool ( string arn ) : Amazon.DeviceFarm.Model.GetDevicePoolResponse
arn string The device pool's ARN.
Résultat Amazon.DeviceFarm.Model.GetDevicePoolResponse

GetDevicePoolAsync() public méthode

Initiates the asynchronous execution of the GetDevicePool operation.
public GetDevicePoolAsync ( Amazon.DeviceFarm.Model.GetDevicePoolRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.GetDevicePoolRequest Container for the necessary parameters to execute the GetDevicePool operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetDevicePoolAsync() public méthode

Gets information about a device pool.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetDevicePoolAsync ( string arn, System cancellationToken = default(CancellationToken) ) : Task
arn string The device pool's ARN.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetDevicePoolCompatibility() public méthode

Gets information about compatibility with a device pool.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetDevicePoolCompatibility ( GetDevicePoolCompatibilityRequest request ) : Amazon.DeviceFarm.Model.GetDevicePoolCompatibilityResponse
request Amazon.DeviceFarm.Model.GetDevicePoolCompatibilityRequest Container for the necessary parameters to execute the GetDevicePoolCompatibility service method.
Résultat Amazon.DeviceFarm.Model.GetDevicePoolCompatibilityResponse

GetDevicePoolCompatibilityAsync() public méthode

Initiates the asynchronous execution of the GetDevicePoolCompatibility operation.
public GetDevicePoolCompatibilityAsync ( GetDevicePoolCompatibilityRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.GetDevicePoolCompatibilityRequest Container for the necessary parameters to execute the GetDevicePoolCompatibility operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetJob() public méthode

Gets information about a job.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetJob ( Amazon.DeviceFarm.Model.GetJobRequest request ) : Amazon.DeviceFarm.Model.GetJobResponse
request Amazon.DeviceFarm.Model.GetJobRequest Container for the necessary parameters to execute the GetJob service method.
Résultat Amazon.DeviceFarm.Model.GetJobResponse

GetJob() public méthode

Gets information about a job.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetJob ( string arn ) : Amazon.DeviceFarm.Model.GetJobResponse
arn string The job's ARN.
Résultat Amazon.DeviceFarm.Model.GetJobResponse

GetJobAsync() public méthode

Initiates the asynchronous execution of the GetJob operation.
public GetJobAsync ( Amazon.DeviceFarm.Model.GetJobRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.GetJobRequest Container for the necessary parameters to execute the GetJob operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetJobAsync() public méthode

Gets information about a job.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetJobAsync ( string arn, System cancellationToken = default(CancellationToken) ) : Task
arn string The job's ARN.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetOfferingStatus() public méthode

Gets the current status and future status of all offerings purchased by an AWS account. The response indicates how many offerings are currently available and the offerings that will be available in the next period. The API returns a NotEligible error if the user is not permitted to invoke the operation. Please contact [email protected] if you believe that you should be able to invoke this operation.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// Exception gets thrown when a user is not eligible to perform the specified transaction. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetOfferingStatus ( GetOfferingStatusRequest request ) : GetOfferingStatusResponse
request Amazon.DeviceFarm.Model.GetOfferingStatusRequest Container for the necessary parameters to execute the GetOfferingStatus service method.
Résultat Amazon.DeviceFarm.Model.GetOfferingStatusResponse

GetOfferingStatusAsync() public méthode

Initiates the asynchronous execution of the GetOfferingStatus operation.
public GetOfferingStatusAsync ( GetOfferingStatusRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.GetOfferingStatusRequest Container for the necessary parameters to execute the GetOfferingStatus operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetProject() public méthode

Gets information about a project.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetProject ( Amazon.DeviceFarm.Model.GetProjectRequest request ) : Amazon.DeviceFarm.Model.GetProjectResponse
request Amazon.DeviceFarm.Model.GetProjectRequest Container for the necessary parameters to execute the GetProject service method.
Résultat Amazon.DeviceFarm.Model.GetProjectResponse

GetProject() public méthode

Gets information about a project.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetProject ( string arn ) : Amazon.DeviceFarm.Model.GetProjectResponse
arn string The project's ARN.
Résultat Amazon.DeviceFarm.Model.GetProjectResponse

GetProjectAsync() public méthode

Initiates the asynchronous execution of the GetProject operation.
public GetProjectAsync ( Amazon.DeviceFarm.Model.GetProjectRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.GetProjectRequest Container for the necessary parameters to execute the GetProject operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetProjectAsync() public méthode

Gets information about a project.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetProjectAsync ( string arn, System cancellationToken = default(CancellationToken) ) : Task
arn string The project's ARN.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetRemoteAccessSession() public méthode

Returns a link to a currently running remote access session.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetRemoteAccessSession ( GetRemoteAccessSessionRequest request ) : GetRemoteAccessSessionResponse
request Amazon.DeviceFarm.Model.GetRemoteAccessSessionRequest Container for the necessary parameters to execute the GetRemoteAccessSession service method.
Résultat Amazon.DeviceFarm.Model.GetRemoteAccessSessionResponse

GetRemoteAccessSessionAsync() public méthode

Initiates the asynchronous execution of the GetRemoteAccessSession operation.
public GetRemoteAccessSessionAsync ( GetRemoteAccessSessionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.GetRemoteAccessSessionRequest Container for the necessary parameters to execute the GetRemoteAccessSession operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetRun() public méthode

Gets information about a run.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetRun ( Amazon.DeviceFarm.Model.GetRunRequest request ) : Amazon.DeviceFarm.Model.GetRunResponse
request Amazon.DeviceFarm.Model.GetRunRequest Container for the necessary parameters to execute the GetRun service method.
Résultat Amazon.DeviceFarm.Model.GetRunResponse

GetRun() public méthode

Gets information about a run.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetRun ( string arn ) : Amazon.DeviceFarm.Model.GetRunResponse
arn string The run's ARN.
Résultat Amazon.DeviceFarm.Model.GetRunResponse

GetRunAsync() public méthode

Initiates the asynchronous execution of the GetRun operation.
public GetRunAsync ( Amazon.DeviceFarm.Model.GetRunRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.GetRunRequest Container for the necessary parameters to execute the GetRun operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetRunAsync() public méthode

Gets information about a run.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetRunAsync ( string arn, System cancellationToken = default(CancellationToken) ) : Task
arn string The run's ARN.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetSuite() public méthode

Gets information about a suite.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetSuite ( Amazon.DeviceFarm.Model.GetSuiteRequest request ) : Amazon.DeviceFarm.Model.GetSuiteResponse
request Amazon.DeviceFarm.Model.GetSuiteRequest Container for the necessary parameters to execute the GetSuite service method.
Résultat Amazon.DeviceFarm.Model.GetSuiteResponse

GetSuite() public méthode

Gets information about a suite.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetSuite ( string arn ) : Amazon.DeviceFarm.Model.GetSuiteResponse
arn string The suite's ARN.
Résultat Amazon.DeviceFarm.Model.GetSuiteResponse

GetSuiteAsync() public méthode

Initiates the asynchronous execution of the GetSuite operation.
public GetSuiteAsync ( Amazon.DeviceFarm.Model.GetSuiteRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.GetSuiteRequest Container for the necessary parameters to execute the GetSuite operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetSuiteAsync() public méthode

Gets information about a suite.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetSuiteAsync ( string arn, System cancellationToken = default(CancellationToken) ) : Task
arn string The suite's ARN.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetTest() public méthode

Gets information about a test.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetTest ( Amazon.DeviceFarm.Model.GetTestRequest request ) : Amazon.DeviceFarm.Model.GetTestResponse
request Amazon.DeviceFarm.Model.GetTestRequest Container for the necessary parameters to execute the GetTest service method.
Résultat Amazon.DeviceFarm.Model.GetTestResponse

GetTest() public méthode

Gets information about a test.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetTest ( string arn ) : Amazon.DeviceFarm.Model.GetTestResponse
arn string The test's ARN.
Résultat Amazon.DeviceFarm.Model.GetTestResponse

GetTestAsync() public méthode

Initiates the asynchronous execution of the GetTest operation.
public GetTestAsync ( Amazon.DeviceFarm.Model.GetTestRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.GetTestRequest Container for the necessary parameters to execute the GetTest operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetTestAsync() public méthode

Gets information about a test.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetTestAsync ( string arn, System cancellationToken = default(CancellationToken) ) : Task
arn string The test's ARN.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetUpload() public méthode

Gets information about an upload.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetUpload ( Amazon.DeviceFarm.Model.GetUploadRequest request ) : Amazon.DeviceFarm.Model.GetUploadResponse
request Amazon.DeviceFarm.Model.GetUploadRequest Container for the necessary parameters to execute the GetUpload service method.
Résultat Amazon.DeviceFarm.Model.GetUploadResponse

GetUpload() public méthode

Gets information about an upload.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetUpload ( string arn ) : Amazon.DeviceFarm.Model.GetUploadResponse
arn string The upload's ARN.
Résultat Amazon.DeviceFarm.Model.GetUploadResponse

GetUploadAsync() public méthode

Initiates the asynchronous execution of the GetUpload operation.
public GetUploadAsync ( Amazon.DeviceFarm.Model.GetUploadRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.GetUploadRequest Container for the necessary parameters to execute the GetUpload operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetUploadAsync() public méthode

Gets information about an upload.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetUploadAsync ( string arn, System cancellationToken = default(CancellationToken) ) : Task
arn string The upload's ARN.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

InstallToRemoteAccessSession() public méthode

Installs an application to the device in a remote access session. For Android applications, the file must be in .apk format. For iOS applications, the file must be in .ipa format.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public InstallToRemoteAccessSession ( InstallToRemoteAccessSessionRequest request ) : InstallToRemoteAccessSessionResponse
request Amazon.DeviceFarm.Model.InstallToRemoteAccessSessionRequest Container for the necessary parameters to execute the InstallToRemoteAccessSession service method.
Résultat Amazon.DeviceFarm.Model.InstallToRemoteAccessSessionResponse

InstallToRemoteAccessSessionAsync() public méthode

Initiates the asynchronous execution of the InstallToRemoteAccessSession operation.
public InstallToRemoteAccessSessionAsync ( InstallToRemoteAccessSessionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.InstallToRemoteAccessSessionRequest Container for the necessary parameters to execute the InstallToRemoteAccessSession operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListArtifacts() public méthode

Gets information about artifacts.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListArtifacts ( ListArtifactsRequest request ) : Amazon.DeviceFarm.Model.ListArtifactsResponse
request Amazon.DeviceFarm.Model.ListArtifactsRequest Container for the necessary parameters to execute the ListArtifacts service method.
Résultat Amazon.DeviceFarm.Model.ListArtifactsResponse

ListArtifactsAsync() public méthode

Initiates the asynchronous execution of the ListArtifacts operation.
public ListArtifactsAsync ( ListArtifactsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.ListArtifactsRequest Container for the necessary parameters to execute the ListArtifacts operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListDevicePools() public méthode

Gets information about device pools.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListDevicePools ( ListDevicePoolsRequest request ) : Amazon.DeviceFarm.Model.ListDevicePoolsResponse
request Amazon.DeviceFarm.Model.ListDevicePoolsRequest Container for the necessary parameters to execute the ListDevicePools service method.
Résultat Amazon.DeviceFarm.Model.ListDevicePoolsResponse

ListDevicePoolsAsync() public méthode

Initiates the asynchronous execution of the ListDevicePools operation.
public ListDevicePoolsAsync ( ListDevicePoolsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.ListDevicePoolsRequest Container for the necessary parameters to execute the ListDevicePools operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListDevices() public méthode

Gets information about unique device types.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListDevices ( ListDevicesRequest request ) : Amazon.DeviceFarm.Model.ListDevicesResponse
request Amazon.DeviceFarm.Model.ListDevicesRequest Container for the necessary parameters to execute the ListDevices service method.
Résultat Amazon.DeviceFarm.Model.ListDevicesResponse

ListDevicesAsync() public méthode

Initiates the asynchronous execution of the ListDevices operation.
public ListDevicesAsync ( ListDevicesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.ListDevicesRequest Container for the necessary parameters to execute the ListDevices operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListJobs() public méthode

Gets information about jobs.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListJobs ( Amazon.DeviceFarm.Model.ListJobsRequest request ) : Amazon.DeviceFarm.Model.ListJobsResponse
request Amazon.DeviceFarm.Model.ListJobsRequest Container for the necessary parameters to execute the ListJobs service method.
Résultat Amazon.DeviceFarm.Model.ListJobsResponse

ListJobsAsync() public méthode

Initiates the asynchronous execution of the ListJobs operation.
public ListJobsAsync ( Amazon.DeviceFarm.Model.ListJobsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.ListJobsRequest Container for the necessary parameters to execute the ListJobs operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListOfferingTransactions() public méthode

Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS account. The list is paginated and ordered by a descending timestamp (most recent transactions are first). The API returns a NotEligible error if the user is not permitted to invoke the operation. Please contact [email protected] if you believe that you should be able to invoke this operation.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// Exception gets thrown when a user is not eligible to perform the specified transaction. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListOfferingTransactions ( ListOfferingTransactionsRequest request ) : ListOfferingTransactionsResponse
request Amazon.DeviceFarm.Model.ListOfferingTransactionsRequest Container for the necessary parameters to execute the ListOfferingTransactions service method.
Résultat Amazon.DeviceFarm.Model.ListOfferingTransactionsResponse

ListOfferingTransactionsAsync() public méthode

Initiates the asynchronous execution of the ListOfferingTransactions operation.
public ListOfferingTransactionsAsync ( ListOfferingTransactionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.ListOfferingTransactionsRequest Container for the necessary parameters to execute the ListOfferingTransactions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListOfferings() public méthode

Returns a list of products or offerings that the user can manage through the API. Each offering record indicates the recurring price per unit and the frequency for that offering. The API returns a NotEligible error if the user is not permitted to invoke the operation. Please contact [email protected] if you believe that you should be able to invoke this operation.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// Exception gets thrown when a user is not eligible to perform the specified transaction. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListOfferings ( ListOfferingsRequest request ) : ListOfferingsResponse
request Amazon.DeviceFarm.Model.ListOfferingsRequest Container for the necessary parameters to execute the ListOfferings service method.
Résultat Amazon.DeviceFarm.Model.ListOfferingsResponse

ListOfferingsAsync() public méthode

Initiates the asynchronous execution of the ListOfferings operation.
public ListOfferingsAsync ( ListOfferingsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.ListOfferingsRequest Container for the necessary parameters to execute the ListOfferings operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListProjects() public méthode

Gets information about projects.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListProjects ( ListProjectsRequest request ) : Amazon.DeviceFarm.Model.ListProjectsResponse
request Amazon.DeviceFarm.Model.ListProjectsRequest Container for the necessary parameters to execute the ListProjects service method.
Résultat Amazon.DeviceFarm.Model.ListProjectsResponse

ListProjectsAsync() public méthode

Initiates the asynchronous execution of the ListProjects operation.
public ListProjectsAsync ( ListProjectsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.ListProjectsRequest Container for the necessary parameters to execute the ListProjects operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListRemoteAccessSessions() public méthode

Returns a list of all currently running remote access sessions.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListRemoteAccessSessions ( ListRemoteAccessSessionsRequest request ) : ListRemoteAccessSessionsResponse
request Amazon.DeviceFarm.Model.ListRemoteAccessSessionsRequest Container for the necessary parameters to execute the ListRemoteAccessSessions service method.
Résultat Amazon.DeviceFarm.Model.ListRemoteAccessSessionsResponse

ListRemoteAccessSessionsAsync() public méthode

Initiates the asynchronous execution of the ListRemoteAccessSessions operation.
public ListRemoteAccessSessionsAsync ( ListRemoteAccessSessionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.ListRemoteAccessSessionsRequest Container for the necessary parameters to execute the ListRemoteAccessSessions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListRuns() public méthode

Gets information about runs, given an AWS Device Farm project ARN.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListRuns ( ListRunsRequest request ) : Amazon.DeviceFarm.Model.ListRunsResponse
request Amazon.DeviceFarm.Model.ListRunsRequest Container for the necessary parameters to execute the ListRuns service method.
Résultat Amazon.DeviceFarm.Model.ListRunsResponse

ListRunsAsync() public méthode

Initiates the asynchronous execution of the ListRuns operation.
public ListRunsAsync ( ListRunsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.ListRunsRequest Container for the necessary parameters to execute the ListRuns operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListSamples() public méthode

Gets information about samples, given an AWS Device Farm project ARN
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListSamples ( ListSamplesRequest request ) : Amazon.DeviceFarm.Model.ListSamplesResponse
request Amazon.DeviceFarm.Model.ListSamplesRequest Container for the necessary parameters to execute the ListSamples service method.
Résultat Amazon.DeviceFarm.Model.ListSamplesResponse

ListSamplesAsync() public méthode

Initiates the asynchronous execution of the ListSamples operation.
public ListSamplesAsync ( ListSamplesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.ListSamplesRequest Container for the necessary parameters to execute the ListSamples operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListSuites() public méthode

Gets information about suites.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListSuites ( Amazon.DeviceFarm.Model.ListSuitesRequest request ) : Amazon.DeviceFarm.Model.ListSuitesResponse
request Amazon.DeviceFarm.Model.ListSuitesRequest Container for the necessary parameters to execute the ListSuites service method.
Résultat Amazon.DeviceFarm.Model.ListSuitesResponse

ListSuitesAsync() public méthode

Initiates the asynchronous execution of the ListSuites operation.
public ListSuitesAsync ( Amazon.DeviceFarm.Model.ListSuitesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.ListSuitesRequest Container for the necessary parameters to execute the ListSuites operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListTests() public méthode

Gets information about tests.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListTests ( Amazon.DeviceFarm.Model.ListTestsRequest request ) : Amazon.DeviceFarm.Model.ListTestsResponse
request Amazon.DeviceFarm.Model.ListTestsRequest Container for the necessary parameters to execute the ListTests service method.
Résultat Amazon.DeviceFarm.Model.ListTestsResponse

ListTestsAsync() public méthode

Initiates the asynchronous execution of the ListTests operation.
public ListTestsAsync ( Amazon.DeviceFarm.Model.ListTestsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.ListTestsRequest Container for the necessary parameters to execute the ListTests operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListUniqueProblems() public méthode

Gets information about unique problems.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListUniqueProblems ( Amazon.DeviceFarm.Model.ListUniqueProblemsRequest request ) : ListUniqueProblemsResponse
request Amazon.DeviceFarm.Model.ListUniqueProblemsRequest Container for the necessary parameters to execute the ListUniqueProblems service method.
Résultat Amazon.DeviceFarm.Model.ListUniqueProblemsResponse

ListUniqueProblemsAsync() public méthode

Initiates the asynchronous execution of the ListUniqueProblems operation.
public ListUniqueProblemsAsync ( Amazon.DeviceFarm.Model.ListUniqueProblemsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.ListUniqueProblemsRequest Container for the necessary parameters to execute the ListUniqueProblems operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListUploads() public méthode

Gets information about uploads, given an AWS Device Farm project ARN.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListUploads ( ListUploadsRequest request ) : Amazon.DeviceFarm.Model.ListUploadsResponse
request Amazon.DeviceFarm.Model.ListUploadsRequest Container for the necessary parameters to execute the ListUploads service method.
Résultat Amazon.DeviceFarm.Model.ListUploadsResponse

ListUploadsAsync() public méthode

Initiates the asynchronous execution of the ListUploads operation.
public ListUploadsAsync ( ListUploadsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.ListUploadsRequest Container for the necessary parameters to execute the ListUploads operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

PurchaseOffering() public méthode

Immediately purchases offerings for an AWS account. Offerings renew with the latest total purchased quantity for an offering, unless the renewal was overridden. The API returns a NotEligible error if the user is not permitted to invoke the operation. Please contact [email protected] if you believe that you should be able to invoke this operation.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// Exception gets thrown when a user is not eligible to perform the specified transaction. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public PurchaseOffering ( PurchaseOfferingRequest request ) : PurchaseOfferingResponse
request Amazon.DeviceFarm.Model.PurchaseOfferingRequest Container for the necessary parameters to execute the PurchaseOffering service method.
Résultat Amazon.DeviceFarm.Model.PurchaseOfferingResponse

PurchaseOfferingAsync() public méthode

Initiates the asynchronous execution of the PurchaseOffering operation.
public PurchaseOfferingAsync ( PurchaseOfferingRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.PurchaseOfferingRequest Container for the necessary parameters to execute the PurchaseOffering operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

RenewOffering() public méthode

Explicitly sets the quantity of devices to renew for an offering, starting from the effectiveDate of the next period. The API returns a NotEligible error if the user is not permitted to invoke the operation. Please contact [email protected] if you believe that you should be able to invoke this operation.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// Exception gets thrown when a user is not eligible to perform the specified transaction. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public RenewOffering ( RenewOfferingRequest request ) : RenewOfferingResponse
request Amazon.DeviceFarm.Model.RenewOfferingRequest Container for the necessary parameters to execute the RenewOffering service method.
Résultat Amazon.DeviceFarm.Model.RenewOfferingResponse

RenewOfferingAsync() public méthode

Initiates the asynchronous execution of the RenewOffering operation.
public RenewOfferingAsync ( RenewOfferingRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.RenewOfferingRequest Container for the necessary parameters to execute the RenewOffering operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ScheduleRun() public méthode

Schedules a run.
/// An invalid argument was specified. /// /// An entity with the same name already exists. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ScheduleRun ( Amazon.DeviceFarm.Model.ScheduleRunRequest request ) : Amazon.DeviceFarm.Model.ScheduleRunResponse
request Amazon.DeviceFarm.Model.ScheduleRunRequest Container for the necessary parameters to execute the ScheduleRun service method.
Résultat Amazon.DeviceFarm.Model.ScheduleRunResponse

ScheduleRunAsync() public méthode

Initiates the asynchronous execution of the ScheduleRun operation.
public ScheduleRunAsync ( Amazon.DeviceFarm.Model.ScheduleRunRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.ScheduleRunRequest Container for the necessary parameters to execute the ScheduleRun operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

StopRemoteAccessSession() public méthode

Ends a specified remote access session.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public StopRemoteAccessSession ( StopRemoteAccessSessionRequest request ) : StopRemoteAccessSessionResponse
request Amazon.DeviceFarm.Model.StopRemoteAccessSessionRequest Container for the necessary parameters to execute the StopRemoteAccessSession service method.
Résultat Amazon.DeviceFarm.Model.StopRemoteAccessSessionResponse

StopRemoteAccessSessionAsync() public méthode

Initiates the asynchronous execution of the StopRemoteAccessSession operation.
public StopRemoteAccessSessionAsync ( StopRemoteAccessSessionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.StopRemoteAccessSessionRequest Container for the necessary parameters to execute the StopRemoteAccessSession operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

StopRun() public méthode

Initiates a stop request for the current test run. AWS Device Farm will immediately stop the run on devices where tests have not started executing, and you will not be billed for these devices. On devices where tests have started executing, Setup Suite and Teardown Suite tests will run to completion before stopping execution on those devices. You will be billed for Setup, Teardown, and any tests that were in progress or already completed.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public StopRun ( StopRunRequest request ) : StopRunResponse
request Amazon.DeviceFarm.Model.StopRunRequest Container for the necessary parameters to execute the StopRun service method.
Résultat Amazon.DeviceFarm.Model.StopRunResponse

StopRunAsync() public méthode

Initiates the asynchronous execution of the StopRun operation.
public StopRunAsync ( StopRunRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.StopRunRequest Container for the necessary parameters to execute the StopRun operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

UpdateDevicePool() public méthode

Modifies the name, description, and rules in a device pool given the attributes and the pool ARN. Rule updates are all-or-nothing, meaning they can only be updated as a whole (or not at all).
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public UpdateDevicePool ( Amazon.DeviceFarm.Model.UpdateDevicePoolRequest request ) : Amazon.DeviceFarm.Model.UpdateDevicePoolResponse
request Amazon.DeviceFarm.Model.UpdateDevicePoolRequest Container for the necessary parameters to execute the UpdateDevicePool service method.
Résultat Amazon.DeviceFarm.Model.UpdateDevicePoolResponse

UpdateDevicePoolAsync() public méthode

Initiates the asynchronous execution of the UpdateDevicePool operation.
public UpdateDevicePoolAsync ( Amazon.DeviceFarm.Model.UpdateDevicePoolRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.UpdateDevicePoolRequest Container for the necessary parameters to execute the UpdateDevicePool operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

UpdateProject() public méthode

Modifies the specified project name, given the project ARN and a new name.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public UpdateProject ( Amazon.DeviceFarm.Model.UpdateProjectRequest request ) : Amazon.DeviceFarm.Model.UpdateProjectResponse
request Amazon.DeviceFarm.Model.UpdateProjectRequest Container for the necessary parameters to execute the UpdateProject service method.
Résultat Amazon.DeviceFarm.Model.UpdateProjectResponse

UpdateProjectAsync() public méthode

Initiates the asynchronous execution of the UpdateProject operation.
public UpdateProjectAsync ( Amazon.DeviceFarm.Model.UpdateProjectRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.UpdateProjectRequest Container for the necessary parameters to execute the UpdateProject operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task