Method | Description | |
---|---|---|
AmazonBatchClient ( ) : System |
Constructs AmazonBatchClient 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.
|
|
AmazonBatchClient ( |
Constructs AmazonBatchClient with AWS Credentials
|
|
AmazonBatchClient ( |
Constructs AmazonBatchClient with AWS Credentials and an AmazonBatchClient Configuration object.
|
|
AmazonBatchClient ( |
Constructs AmazonBatchClient with AWS Credentials
|
|
AmazonBatchClient ( |
Constructs AmazonBatchClient 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.
|
|
AmazonBatchClient ( RegionEndpoint region ) : System |
Constructs AmazonBatchClient 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.
|
|
AmazonBatchClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonBatchClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonBatchClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonBatchClient with AWS Access Key ID, AWS Secret Key and an AmazonBatchClient Configuration object.
|
|
AmazonBatchClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonBatchClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonBatchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonBatchClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonBatchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonBatchClient with AWS Access Key ID, AWS Secret Key and an AmazonBatchClient Configuration object.
|
|
AmazonBatchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonBatchClient with AWS Access Key ID and AWS Secret Key
|
|
BeginCancelJob ( |
Initiates the asynchronous execution of the CancelJob operation.
|
|
BeginCreateComputeEnvironment ( |
Initiates the asynchronous execution of the CreateComputeEnvironment operation.
|
|
BeginCreateJobQueue ( |
Initiates the asynchronous execution of the CreateJobQueue operation.
|
|
BeginDeleteComputeEnvironment ( |
Initiates the asynchronous execution of the DeleteComputeEnvironment operation.
|
|
BeginDeleteJobQueue ( |
Initiates the asynchronous execution of the DeleteJobQueue operation.
|
|
BeginDeregisterJobDefinition ( |
Initiates the asynchronous execution of the DeregisterJobDefinition operation.
|
|
BeginDescribeComputeEnvironments ( |
Initiates the asynchronous execution of the DescribeComputeEnvironments operation.
|
|
BeginDescribeJobDefinitions ( |
Initiates the asynchronous execution of the DescribeJobDefinitions operation.
|
|
BeginDescribeJobQueues ( |
Initiates the asynchronous execution of the DescribeJobQueues operation.
|
|
BeginDescribeJobs ( |
Initiates the asynchronous execution of the DescribeJobs operation.
|
|
BeginListJobs ( |
Initiates the asynchronous execution of the ListJobs operation.
|
|
BeginRegisterJobDefinition ( |
Initiates the asynchronous execution of the RegisterJobDefinition operation.
|
|
BeginSubmitJob ( |
Initiates the asynchronous execution of the SubmitJob operation.
|
|
BeginTerminateJob ( |
Initiates the asynchronous execution of the TerminateJob operation.
|
|
BeginUpdateComputeEnvironment ( |
Initiates the asynchronous execution of the UpdateComputeEnvironment operation.
|
|
BeginUpdateJobQueue ( |
Initiates the asynchronous execution of the UpdateJobQueue operation.
|
|
CancelJob ( |
Cancels jobs in an AWS Batch job queue. Jobs that are in the
|
|
CancelJobAsync ( |
Initiates the asynchronous execution of the CancelJob operation.
|
|
CreateComputeEnvironment ( |
Creates an AWS Batch compute environment. You can create In a managed compute environment, AWS Batch manages the compute resources within the environment, based on the compute resources that you specify. Instances launched into a managed compute environment use the latest Amazon ECS-optimized AMI. You can choose to use Amazon EC2 On-Demand instances in your managed compute environment, or you can use Amazon EC2 Spot instances that only launch when the Spot bid price is below a specified percentage of the On-Demand price. In an unmanaged compute environment, you can manage your own compute resources. This provides more compute resource configuration options, such as using a custom AMI, but you must ensure that your AMI meets the Amazon ECS container instance AMI specification. For more information, see Container Instance AMIs in the Amazon EC2 Container Service Developer Guide. After you have created your unmanaged compute environment, you can use the DescribeComputeEnvironments operation to find the Amazon ECS cluster that is associated with it and then manually launch your container instances into that Amazon ECS cluster. For more information, see Launching an Amazon ECS Container Instance in the Amazon EC2 Container Service Developer Guide.
|
|
CreateComputeEnvironmentAsync ( |
Initiates the asynchronous execution of the CreateComputeEnvironment operation.
|
|
CreateJobQueue ( |
Creates an AWS Batch job queue. When you create a job queue, you associate one or more compute environments to the queue and assign an order of preference for the compute environments. You also set a priority to the job queue that determines the order in which the AWS Batch scheduler places jobs onto its associated compute environments. For example, if a compute environment is associated with more than one job queue, the job queue with a higher priority is given preference for scheduling jobs to that compute environment.
|
|
CreateJobQueueAsync ( |
Initiates the asynchronous execution of the CreateJobQueue operation.
|
|
DeleteComputeEnvironment ( |
Deletes an AWS Batch compute environment. Before you can delete a compute environment, you must set its state to
|
|
DeleteComputeEnvironmentAsync ( |
Initiates the asynchronous execution of the DeleteComputeEnvironment operation.
|
|
DeleteJobQueue ( |
Deletes the specified job queue. You must first disable submissions for a queue with the UpdateJobQueue operation and terminate any jobs that have not completed with the TerminateJob. It is not necessary to disassociate compute environments from a queue before submitting a
|
|
DeleteJobQueueAsync ( |
Initiates the asynchronous execution of the DeleteJobQueue operation.
|
|
DeregisterJobDefinition ( |
Deregisters an AWS Batch job definition.
|
|
DeregisterJobDefinitionAsync ( |
Initiates the asynchronous execution of the DeregisterJobDefinition operation.
|
|
DescribeComputeEnvironments ( |
Describes one or more of your compute environments. If you are using an unmanaged compute environment, you can use the
|
|
DescribeComputeEnvironmentsAsync ( |
Initiates the asynchronous execution of the DescribeComputeEnvironments operation.
|
|
DescribeJobDefinitions ( |
Describes a list of job definitions. You can specify a
|
|
DescribeJobDefinitionsAsync ( |
Initiates the asynchronous execution of the DescribeJobDefinitions operation.
|
|
DescribeJobQueues ( |
Describes one or more of your job queues.
|
|
DescribeJobQueuesAsync ( |
Initiates the asynchronous execution of the DescribeJobQueues operation.
|
|
DescribeJobs ( |
Describes a list of AWS Batch jobs.
|
|
DescribeJobsAsync ( |
Initiates the asynchronous execution of the DescribeJobs operation.
|
|
EndCancelJob ( IAsyncResult asyncResult ) : CancelJobResponse |
Finishes the asynchronous execution of the CancelJob operation.
|
|
EndCreateComputeEnvironment ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CreateComputeEnvironment operation.
|
|
EndCreateJobQueue ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CreateJobQueue operation.
|
|
EndDeleteComputeEnvironment ( IAsyncResult asyncResult ) : DeleteComputeEnvironmentResponse |
Finishes the asynchronous execution of the DeleteComputeEnvironment operation.
|
|
EndDeleteJobQueue ( IAsyncResult asyncResult ) : DeleteJobQueueResponse |
Finishes the asynchronous execution of the DeleteJobQueue operation.
|
|
EndDeregisterJobDefinition ( IAsyncResult asyncResult ) : DeregisterJobDefinitionResponse |
Finishes the asynchronous execution of the DeregisterJobDefinition operation.
|
|
EndDescribeComputeEnvironments ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeComputeEnvironments operation.
|
|
EndDescribeJobDefinitions ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeJobDefinitions operation.
|
|
EndDescribeJobQueues ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeJobQueues operation.
|
|
EndDescribeJobs ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeJobs operation.
|
|
EndListJobs ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListJobs operation.
|
|
EndRegisterJobDefinition ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the RegisterJobDefinition operation.
|
|
EndSubmitJob ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the SubmitJob operation.
|
|
EndTerminateJob ( IAsyncResult asyncResult ) : TerminateJobResponse |
Finishes the asynchronous execution of the TerminateJob operation.
|
|
EndUpdateComputeEnvironment ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the UpdateComputeEnvironment operation.
|
|
EndUpdateJobQueue ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the UpdateJobQueue operation.
|
|
ListJobs ( |
Returns a list of task jobs for a specified job queue. You can filter the results by job status with the
|
|
ListJobsAsync ( |
Initiates the asynchronous execution of the ListJobs operation.
|
|
RegisterJobDefinition ( |
Registers an AWS Batch job definition.
|
|
RegisterJobDefinitionAsync ( |
Initiates the asynchronous execution of the RegisterJobDefinition operation.
|
|
SubmitJob ( |
Submits an AWS Batch job from a job definition. Parameters specified during SubmitJob override parameters defined in the job definition.
|
|
SubmitJobAsync ( |
Initiates the asynchronous execution of the SubmitJob operation.
|
|
TerminateJob ( |
Terminates jobs in a job queue. Jobs that are in the
|
|
TerminateJobAsync ( |
Initiates the asynchronous execution of the TerminateJob operation.
|
|
UpdateComputeEnvironment ( |
Updates an AWS Batch compute environment.
|
|
UpdateComputeEnvironmentAsync ( |
Initiates the asynchronous execution of the UpdateComputeEnvironment operation.
|
|
UpdateJobQueue ( |
Updates a job queue.
|
|
UpdateJobQueueAsync ( |
Initiates the asynchronous execution of the UpdateJobQueue operation.
|
Method | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AmazonBatchClient ( |
||
credentials | AWS Credentials | |
return | System |
public AmazonBatchClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonBatchClient Configuration Object | |
return | System |
public AmazonBatchClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonBatchClient ( |
||
config | The AmazonBatchClient Configuration Object | |
return | System |
public AmazonBatchClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonBatchClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
return | System |
public AmazonBatchClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonBatchClient Configuration Object | |
return | System |
public AmazonBatchClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonBatchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
return | System |
public AmazonBatchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonBatchClient Configuration Object | |
return | System |
public AmazonBatchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
return | System |
public BeginCancelJob ( |
||
request | Container for the necessary parameters to execute the CancelJob operation on AmazonBatchClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginCreateComputeEnvironment ( |
||
request | Container for the necessary parameters to execute the CreateComputeEnvironment operation on AmazonBatchClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginCreateJobQueue ( |
||
request | Container for the necessary parameters to execute the CreateJobQueue operation on AmazonBatchClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeleteComputeEnvironment ( |
||
request | Container for the necessary parameters to execute the DeleteComputeEnvironment operation on AmazonBatchClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeleteJobQueue ( |
||
request | Container for the necessary parameters to execute the DeleteJobQueue operation on AmazonBatchClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeregisterJobDefinition ( |
||
request | Container for the necessary parameters to execute the DeregisterJobDefinition operation on AmazonBatchClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeComputeEnvironments ( |
||
request | Container for the necessary parameters to execute the DescribeComputeEnvironments operation on AmazonBatchClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeJobDefinitions ( |
||
request | Container for the necessary parameters to execute the DescribeJobDefinitions operation on AmazonBatchClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeJobQueues ( |
||
request | Container for the necessary parameters to execute the DescribeJobQueues operation on AmazonBatchClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeJobs ( |
||
request | Container for the necessary parameters to execute the DescribeJobs operation on AmazonBatchClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginListJobs ( |
||
request | Container for the necessary parameters to execute the ListJobs operation on AmazonBatchClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginRegisterJobDefinition ( |
||
request | Container for the necessary parameters to execute the RegisterJobDefinition operation on AmazonBatchClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginSubmitJob ( |
||
request | Container for the necessary parameters to execute the SubmitJob operation on AmazonBatchClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginTerminateJob ( |
||
request | Container for the necessary parameters to execute the TerminateJob operation on AmazonBatchClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginUpdateComputeEnvironment ( |
||
request | Container for the necessary parameters to execute the UpdateComputeEnvironment operation on AmazonBatchClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginUpdateJobQueue ( |
||
request | Container for the necessary parameters to execute the UpdateJobQueue operation on AmazonBatchClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public CancelJob ( |
||
request | Container for the necessary parameters to execute the CancelJob service method. | |
return | CancelJobResponse |
public CancelJobAsync ( |
||
request | Container for the necessary parameters to execute the CancelJob operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public CreateComputeEnvironment ( |
||
request | Container for the necessary parameters to execute the CreateComputeEnvironment service method. | |
return |
public CreateComputeEnvironmentAsync ( |
||
request | Container for the necessary parameters to execute the CreateComputeEnvironment operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public CreateJobQueue ( |
||
request | Container for the necessary parameters to execute the CreateJobQueue service method. | |
return |
public CreateJobQueueAsync ( |
||
request | Container for the necessary parameters to execute the CreateJobQueue operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
protected CreateSigner ( ) : |
||
return |
public DeleteComputeEnvironment ( |
||
request | Container for the necessary parameters to execute the DeleteComputeEnvironment service method. | |
return | DeleteComputeEnvironmentResponse |
public DeleteComputeEnvironmentAsync ( |
||
request | Container for the necessary parameters to execute the DeleteComputeEnvironment operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeleteJobQueue ( |
||
request | Container for the necessary parameters to execute the DeleteJobQueue service method. | |
return | DeleteJobQueueResponse |
public DeleteJobQueueAsync ( |
||
request | Container for the necessary parameters to execute the DeleteJobQueue operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeregisterJobDefinition ( |
||
request | Container for the necessary parameters to execute the DeregisterJobDefinition service method. | |
return | DeregisterJobDefinitionResponse |
public DeregisterJobDefinitionAsync ( |
||
request | Container for the necessary parameters to execute the DeregisterJobDefinition operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeComputeEnvironments ( |
||
request | Container for the necessary parameters to execute the DescribeComputeEnvironments service method. | |
return |
public DescribeComputeEnvironmentsAsync ( |
||
request | Container for the necessary parameters to execute the DescribeComputeEnvironments operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeJobDefinitions ( |
||
request | Container for the necessary parameters to execute the DescribeJobDefinitions service method. | |
return |
public DescribeJobDefinitionsAsync ( |
||
request | Container for the necessary parameters to execute the DescribeJobDefinitions operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeJobQueues ( |
||
request | Container for the necessary parameters to execute the DescribeJobQueues service method. | |
return |
public DescribeJobQueuesAsync ( |
||
request | Container for the necessary parameters to execute the DescribeJobQueues operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeJobs ( |
||
request | Container for the necessary parameters to execute the DescribeJobs service method. | |
return |
public DescribeJobsAsync ( |
||
request | Container for the necessary parameters to execute the DescribeJobs operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public EndCancelJob ( IAsyncResult asyncResult ) : CancelJobResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCancelJob. |
return | CancelJobResponse |
public EndCreateComputeEnvironment ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateComputeEnvironment. |
return |
public EndCreateJobQueue ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateJobQueue. |
return |
public EndDeleteComputeEnvironment ( IAsyncResult asyncResult ) : DeleteComputeEnvironmentResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteComputeEnvironment. |
return | DeleteComputeEnvironmentResponse |
public EndDeleteJobQueue ( IAsyncResult asyncResult ) : DeleteJobQueueResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteJobQueue. |
return | DeleteJobQueueResponse |
public EndDeregisterJobDefinition ( IAsyncResult asyncResult ) : DeregisterJobDefinitionResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeregisterJobDefinition. |
return | DeregisterJobDefinitionResponse |
public EndDescribeComputeEnvironments ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeComputeEnvironments. |
return |
public EndDescribeJobDefinitions ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeJobDefinitions. |
return |
public EndDescribeJobQueues ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeJobQueues. |
return |
public EndDescribeJobs ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeJobs. |
return |
public EndListJobs ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListJobs. |
return |
public EndRegisterJobDefinition ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginRegisterJobDefinition. |
return |
public EndSubmitJob ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginSubmitJob. |
return |
public EndTerminateJob ( IAsyncResult asyncResult ) : TerminateJobResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginTerminateJob. |
return | TerminateJobResponse |
public EndUpdateComputeEnvironment ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateComputeEnvironment. |
return |
public EndUpdateJobQueue ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateJobQueue. |
return |
public ListJobs ( |
||
request | Container for the necessary parameters to execute the ListJobs service method. | |
return |
public ListJobsAsync ( |
||
request | 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. /// |
return | Task |
public RegisterJobDefinition ( |
||
request | Container for the necessary parameters to execute the RegisterJobDefinition service method. | |
return |
public RegisterJobDefinitionAsync ( |
||
request | Container for the necessary parameters to execute the RegisterJobDefinition operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public SubmitJob ( |
||
request | Container for the necessary parameters to execute the SubmitJob service method. | |
return |
public SubmitJobAsync ( |
||
request | Container for the necessary parameters to execute the SubmitJob operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public TerminateJob ( |
||
request | Container for the necessary parameters to execute the TerminateJob service method. | |
return | TerminateJobResponse |
public TerminateJobAsync ( |
||
request | Container for the necessary parameters to execute the TerminateJob operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public UpdateComputeEnvironment ( |
||
request | Container for the necessary parameters to execute the UpdateComputeEnvironment service method. | |
return |
public UpdateComputeEnvironmentAsync ( |
||
request | Container for the necessary parameters to execute the UpdateComputeEnvironment operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public UpdateJobQueue ( |
||
request | Container for the necessary parameters to execute the UpdateJobQueue service method. | |
return |
public UpdateJobQueueAsync ( |
||
request | Container for the necessary parameters to execute the UpdateJobQueue operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |