C# 클래스 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.
상속: AmazonServiceClient, IAmazonDeviceFarm
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

메소드 상세

AmazonDeviceFarmClient() 공개 메소드

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
리턴 System

AmazonDeviceFarmClient() 공개 메소드

Constructs AmazonDeviceFarmClient with AWS Credentials
public AmazonDeviceFarmClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
리턴 System

AmazonDeviceFarmClient() 공개 메소드

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
리턴 System

AmazonDeviceFarmClient() 공개 메소드

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

AmazonDeviceFarmClient() 공개 메소드

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
리턴 System

AmazonDeviceFarmClient() 공개 메소드

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.
리턴 System

AmazonDeviceFarmClient() 공개 메소드

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
리턴 System

AmazonDeviceFarmClient() 공개 메소드

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
리턴 System

AmazonDeviceFarmClient() 공개 메소드

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.
리턴 System

AmazonDeviceFarmClient() 공개 메소드

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
리턴 System

AmazonDeviceFarmClient() 공개 메소드

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
리턴 System

AmazonDeviceFarmClient() 공개 메소드

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.
리턴 System

BeginCreateDevicePool() 공개 메소드

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.
리턴 IAsyncResult

BeginCreateProject() 공개 메소드

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.
리턴 IAsyncResult

BeginCreateRemoteAccessSession() 공개 메소드

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.
리턴 IAsyncResult

BeginCreateUpload() 공개 메소드

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.
리턴 IAsyncResult

BeginDeleteDevicePool() 공개 메소드

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.
리턴 IAsyncResult

BeginDeleteProject() 공개 메소드

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.
리턴 IAsyncResult

BeginDeleteRemoteAccessSession() 공개 메소드

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.
리턴 IAsyncResult

BeginDeleteRun() 공개 메소드

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.
리턴 IAsyncResult

BeginDeleteUpload() 공개 메소드

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.
리턴 IAsyncResult

BeginGetAccountSettings() 공개 메소드

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.
리턴 IAsyncResult

BeginGetDevice() 공개 메소드

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.
리턴 IAsyncResult

BeginGetDevicePool() 공개 메소드

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.
리턴 IAsyncResult

BeginGetDevicePoolCompatibility() 공개 메소드

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.
리턴 IAsyncResult

BeginGetJob() 공개 메소드

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.
리턴 IAsyncResult

BeginGetOfferingStatus() 공개 메소드

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.
리턴 IAsyncResult

BeginGetProject() 공개 메소드

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.
리턴 IAsyncResult

BeginGetRemoteAccessSession() 공개 메소드

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.
리턴 IAsyncResult

BeginGetRun() 공개 메소드

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.
리턴 IAsyncResult

BeginGetSuite() 공개 메소드

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.
리턴 IAsyncResult

BeginGetTest() 공개 메소드

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.
리턴 IAsyncResult

BeginGetUpload() 공개 메소드

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.
리턴 IAsyncResult

BeginInstallToRemoteAccessSession() 공개 메소드

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.
리턴 IAsyncResult

BeginListArtifacts() 공개 메소드

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.
리턴 IAsyncResult

BeginListDevicePools() 공개 메소드

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.
리턴 IAsyncResult

BeginListDevices() 공개 메소드

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.
리턴 IAsyncResult

BeginListJobs() 공개 메소드

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.
리턴 IAsyncResult

BeginListOfferingTransactions() 공개 메소드

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.
리턴 IAsyncResult

BeginListOfferings() 공개 메소드

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.
리턴 IAsyncResult

BeginListProjects() 공개 메소드

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.
리턴 IAsyncResult

BeginListRemoteAccessSessions() 공개 메소드

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.
리턴 IAsyncResult

BeginListRuns() 공개 메소드

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.
리턴 IAsyncResult

BeginListSamples() 공개 메소드

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.
리턴 IAsyncResult

BeginListSuites() 공개 메소드

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.
리턴 IAsyncResult

BeginListTests() 공개 메소드

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.
리턴 IAsyncResult

BeginListUniqueProblems() 공개 메소드

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.
리턴 IAsyncResult

BeginListUploads() 공개 메소드

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.
리턴 IAsyncResult

BeginPurchaseOffering() 공개 메소드

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.
리턴 IAsyncResult

BeginRenewOffering() 공개 메소드

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.
리턴 IAsyncResult

BeginScheduleRun() 공개 메소드

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.
리턴 IAsyncResult

BeginStopRemoteAccessSession() 공개 메소드

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.
리턴 IAsyncResult

BeginStopRun() 공개 메소드

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.
리턴 IAsyncResult

BeginUpdateDevicePool() 공개 메소드

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.
리턴 IAsyncResult

BeginUpdateProject() 공개 메소드

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.
리턴 IAsyncResult

CreateDevicePool() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.CreateDevicePoolResponse

CreateDevicePoolAsync() 공개 메소드

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. ///
리턴 Task

CreateProject() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.CreateProjectResponse

CreateProject() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.CreateProjectResponse

CreateProjectAsync() 공개 메소드

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. ///
리턴 Task

CreateProjectAsync() 공개 메소드

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. ///
리턴 Task

CreateRemoteAccessSession() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.CreateRemoteAccessSessionResponse

CreateRemoteAccessSessionAsync() 공개 메소드

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. ///
리턴 Task

CreateSigner() 보호된 메소드

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

CreateUpload() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.CreateUploadResponse

CreateUploadAsync() 공개 메소드

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. ///
리턴 Task

DeleteDevicePool() 공개 메소드

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.
리턴 DeleteDevicePoolResponse

DeleteDevicePoolAsync() 공개 메소드

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. ///
리턴 Task

DeleteProject() 공개 메소드

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.
리턴 DeleteProjectResponse

DeleteProjectAsync() 공개 메소드

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. ///
리턴 Task

DeleteRemoteAccessSession() 공개 메소드

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.
리턴 DeleteRemoteAccessSessionResponse

DeleteRemoteAccessSessionAsync() 공개 메소드

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. ///
리턴 Task

DeleteRun() 공개 메소드

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.
리턴 DeleteRunResponse

DeleteRunAsync() 공개 메소드

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. ///
리턴 Task

DeleteUpload() 공개 메소드

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.
리턴 DeleteUploadResponse

DeleteUploadAsync() 공개 메소드

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. ///
리턴 Task

Dispose() 보호된 메소드

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

EndCreateDevicePool() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.CreateDevicePoolResponse

EndCreateProject() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.CreateProjectResponse

EndCreateRemoteAccessSession() 공개 메소드

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

EndCreateUpload() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.CreateUploadResponse

EndDeleteDevicePool() 공개 메소드

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

EndDeleteProject() 공개 메소드

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

EndDeleteRemoteAccessSession() 공개 메소드

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

EndDeleteRun() 공개 메소드

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

EndDeleteUpload() 공개 메소드

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

EndGetAccountSettings() 공개 메소드

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

EndGetDevice() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetDeviceResponse

EndGetDevicePool() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetDevicePoolResponse

EndGetDevicePoolCompatibility() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetDevicePoolCompatibilityResponse

EndGetJob() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetJobResponse

EndGetOfferingStatus() 공개 메소드

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

EndGetProject() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetProjectResponse

EndGetRemoteAccessSession() 공개 메소드

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

EndGetRun() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetRunResponse

EndGetSuite() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetSuiteResponse

EndGetTest() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetTestResponse

EndGetUpload() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetUploadResponse

EndInstallToRemoteAccessSession() 공개 메소드

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

EndListArtifacts() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListArtifactsResponse

EndListDevicePools() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListDevicePoolsResponse

EndListDevices() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListDevicesResponse

EndListJobs() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListJobsResponse

EndListOfferingTransactions() 공개 메소드

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

EndListOfferings() 공개 메소드

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

EndListProjects() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListProjectsResponse

EndListRemoteAccessSessions() 공개 메소드

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

EndListRuns() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListRunsResponse

EndListSamples() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListSamplesResponse

EndListSuites() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListSuitesResponse

EndListTests() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListTestsResponse

EndListUniqueProblems() 공개 메소드

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

EndListUploads() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListUploadsResponse

EndPurchaseOffering() 공개 메소드

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

EndRenewOffering() 공개 메소드

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

EndScheduleRun() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ScheduleRunResponse

EndStopRemoteAccessSession() 공개 메소드

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

EndStopRun() 공개 메소드

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

EndUpdateDevicePool() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.UpdateDevicePoolResponse

EndUpdateProject() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.UpdateProjectResponse

GetAccountSettings() 공개 메소드

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
리턴 Amazon.DeviceFarm.Model.GetAccountSettingsResponse

GetAccountSettings() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetAccountSettingsResponse

GetAccountSettingsAsync() 공개 메소드

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. ///
리턴 Task

GetAccountSettingsAsync() 공개 메소드

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. ///
리턴 Task

GetDevice() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetDeviceResponse

GetDevice() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetDeviceResponse

GetDeviceAsync() 공개 메소드

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. ///
리턴 Task

GetDeviceAsync() 공개 메소드

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. ///
리턴 Task

GetDevicePool() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetDevicePoolResponse

GetDevicePool() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetDevicePoolResponse

GetDevicePoolAsync() 공개 메소드

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. ///
리턴 Task

GetDevicePoolAsync() 공개 메소드

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. ///
리턴 Task

GetDevicePoolCompatibility() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetDevicePoolCompatibilityResponse

GetDevicePoolCompatibilityAsync() 공개 메소드

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. ///
리턴 Task

GetJob() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetJobResponse

GetJob() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetJobResponse

GetJobAsync() 공개 메소드

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. ///
리턴 Task

GetJobAsync() 공개 메소드

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. ///
리턴 Task

GetOfferingStatus() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetOfferingStatusResponse

GetOfferingStatusAsync() 공개 메소드

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. ///
리턴 Task

GetProject() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetProjectResponse

GetProject() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetProjectResponse

GetProjectAsync() 공개 메소드

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. ///
리턴 Task

GetProjectAsync() 공개 메소드

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. ///
리턴 Task

GetRemoteAccessSession() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetRemoteAccessSessionResponse

GetRemoteAccessSessionAsync() 공개 메소드

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. ///
리턴 Task

GetRun() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetRunResponse

GetRun() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetRunResponse

GetRunAsync() 공개 메소드

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. ///
리턴 Task

GetRunAsync() 공개 메소드

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. ///
리턴 Task

GetSuite() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetSuiteResponse

GetSuite() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetSuiteResponse

GetSuiteAsync() 공개 메소드

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. ///
리턴 Task

GetSuiteAsync() 공개 메소드

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. ///
리턴 Task

GetTest() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetTestResponse

GetTest() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetTestResponse

GetTestAsync() 공개 메소드

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. ///
리턴 Task

GetTestAsync() 공개 메소드

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. ///
리턴 Task

GetUpload() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetUploadResponse

GetUpload() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetUploadResponse

GetUploadAsync() 공개 메소드

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. ///
리턴 Task

GetUploadAsync() 공개 메소드

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. ///
리턴 Task

InstallToRemoteAccessSession() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.InstallToRemoteAccessSessionResponse

InstallToRemoteAccessSessionAsync() 공개 메소드

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. ///
리턴 Task

ListArtifacts() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListArtifactsResponse

ListArtifactsAsync() 공개 메소드

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. ///
리턴 Task

ListDevicePools() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListDevicePoolsResponse

ListDevicePoolsAsync() 공개 메소드

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. ///
리턴 Task

ListDevices() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListDevicesResponse

ListDevicesAsync() 공개 메소드

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. ///
리턴 Task

ListJobs() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListJobsResponse

ListJobsAsync() 공개 메소드

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. ///
리턴 Task

ListOfferingTransactions() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListOfferingTransactionsResponse

ListOfferingTransactionsAsync() 공개 메소드

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. ///
리턴 Task

ListOfferings() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListOfferingsResponse

ListOfferingsAsync() 공개 메소드

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. ///
리턴 Task

ListProjects() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListProjectsResponse

ListProjectsAsync() 공개 메소드

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. ///
리턴 Task

ListRemoteAccessSessions() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListRemoteAccessSessionsResponse

ListRemoteAccessSessionsAsync() 공개 메소드

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. ///
리턴 Task

ListRuns() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListRunsResponse

ListRunsAsync() 공개 메소드

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. ///
리턴 Task

ListSamples() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListSamplesResponse

ListSamplesAsync() 공개 메소드

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. ///
리턴 Task

ListSuites() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListSuitesResponse

ListSuitesAsync() 공개 메소드

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. ///
리턴 Task

ListTests() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListTestsResponse

ListTestsAsync() 공개 메소드

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. ///
리턴 Task

ListUniqueProblems() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListUniqueProblemsResponse

ListUniqueProblemsAsync() 공개 메소드

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. ///
리턴 Task

ListUploads() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListUploadsResponse

ListUploadsAsync() 공개 메소드

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. ///
리턴 Task

PurchaseOffering() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.PurchaseOfferingResponse

PurchaseOfferingAsync() 공개 메소드

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. ///
리턴 Task

RenewOffering() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.RenewOfferingResponse

RenewOfferingAsync() 공개 메소드

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. ///
리턴 Task

ScheduleRun() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ScheduleRunResponse

ScheduleRunAsync() 공개 메소드

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. ///
리턴 Task

StopRemoteAccessSession() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.StopRemoteAccessSessionResponse

StopRemoteAccessSessionAsync() 공개 메소드

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. ///
리턴 Task

StopRun() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.StopRunResponse

StopRunAsync() 공개 메소드

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. ///
리턴 Task

UpdateDevicePool() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.UpdateDevicePoolResponse

UpdateDevicePoolAsync() 공개 메소드

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. ///
리턴 Task

UpdateProject() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.UpdateProjectResponse

UpdateProjectAsync() 공개 메소드

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. ///
리턴 Task