C# Class Amazon.Snowball.AmazonSnowballClient

Implementation for accessing Snowball AWS Snowball is a petabyte-scale data transport solution that uses secure appliances to transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3). The Snowball commands described here provide access to the same functionality that is available in the AWS Snowball Management Console, which enables you to create and manage jobs for Snowball. To transfer data locally with a Snowball appliance, you'll need to use the Snowball client or the Amazon S3 API adapter for Snowball. For more information, see the User Guide.
Inheritance: AmazonServiceClient, IAmazonSnowball
Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
AmazonSnowballClient ( ) : System

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

AmazonSnowballClient ( AWSCredentials credentials ) : System

Constructs AmazonSnowballClient with AWS Credentials

AmazonSnowballClient ( AWSCredentials credentials, AmazonSnowballConfig clientConfig ) : System

Constructs AmazonSnowballClient with AWS Credentials and an AmazonSnowballClient Configuration object.

AmazonSnowballClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonSnowballClient with AWS Credentials

AmazonSnowballClient ( AmazonSnowballConfig config ) : System

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

AmazonSnowballClient ( RegionEndpoint region ) : System

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

AmazonSnowballClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonSnowballClient with AWS Access Key ID and AWS Secret Key

AmazonSnowballClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonSnowballConfig clientConfig ) : System

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

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

Constructs AmazonSnowballClient with AWS Access Key ID and AWS Secret Key

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

Constructs AmazonSnowballClient with AWS Access Key ID and AWS Secret Key

AmazonSnowballClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonSnowballConfig clientConfig ) : System

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

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

Constructs AmazonSnowballClient with AWS Access Key ID and AWS Secret Key

BeginCancelCluster ( CancelClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CancelCluster operation.

BeginCancelJob ( CancelJobRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CancelJob operation.

BeginCreateAddress ( CreateAddressRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateAddress operation.

BeginCreateCluster ( CreateClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateCluster operation.

BeginCreateJob ( CreateJobRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateJob operation.

BeginDescribeAddress ( DescribeAddressRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeAddress operation.

BeginDescribeAddresses ( DescribeAddressesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeAddresses operation.

BeginDescribeCluster ( DescribeClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeCluster operation.

BeginDescribeJob ( DescribeJobRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeJob operation.

BeginGetJobManifest ( GetJobManifestRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetJobManifest operation.

BeginGetJobUnlockCode ( GetJobUnlockCodeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetJobUnlockCode operation.

BeginGetSnowballUsage ( GetSnowballUsageRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetSnowballUsage operation.

BeginListClusterJobs ( ListClusterJobsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListClusterJobs operation.

BeginListClusters ( ListClustersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListClusters operation.

BeginListJobs ( ListJobsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListJobs operation.

BeginUpdateCluster ( UpdateClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateCluster operation.

BeginUpdateJob ( UpdateJobRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateJob operation.

CancelClusterAsync ( CancelClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CancelCluster operation.

CancelJobAsync ( CancelJobRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CancelJob operation.

CreateAddressAsync ( CreateAddressRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateAddress operation.

CreateClusterAsync ( CreateClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateCluster operation.

CreateJobAsync ( CreateJobRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateJob operation.

DescribeAddressAsync ( DescribeAddressRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeAddress operation.

DescribeAddressesAsync ( DescribeAddressesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeAddresses operation.

DescribeClusterAsync ( DescribeClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeCluster operation.

DescribeJobAsync ( DescribeJobRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeJob operation.

EndCancelCluster ( IAsyncResult asyncResult ) : CancelClusterResponse

Finishes the asynchronous execution of the CancelCluster operation.

EndCancelJob ( IAsyncResult asyncResult ) : CancelJobResponse

Finishes the asynchronous execution of the CancelJob operation.

EndCreateAddress ( IAsyncResult asyncResult ) : CreateAddressResponse

Finishes the asynchronous execution of the CreateAddress operation.

EndCreateCluster ( IAsyncResult asyncResult ) : CreateClusterResponse

Finishes the asynchronous execution of the CreateCluster operation.

EndCreateJob ( IAsyncResult asyncResult ) : CreateJobResponse

Finishes the asynchronous execution of the CreateJob operation.

EndDescribeAddress ( IAsyncResult asyncResult ) : DescribeAddressResponse

Finishes the asynchronous execution of the DescribeAddress operation.

EndDescribeAddresses ( IAsyncResult asyncResult ) : DescribeAddressesResponse

Finishes the asynchronous execution of the DescribeAddresses operation.

EndDescribeCluster ( IAsyncResult asyncResult ) : DescribeClusterResponse

Finishes the asynchronous execution of the DescribeCluster operation.

EndDescribeJob ( IAsyncResult asyncResult ) : DescribeJobResponse

Finishes the asynchronous execution of the DescribeJob operation.

EndGetJobManifest ( IAsyncResult asyncResult ) : GetJobManifestResponse

Finishes the asynchronous execution of the GetJobManifest operation.

EndGetJobUnlockCode ( IAsyncResult asyncResult ) : GetJobUnlockCodeResponse

Finishes the asynchronous execution of the GetJobUnlockCode operation.

EndGetSnowballUsage ( IAsyncResult asyncResult ) : GetSnowballUsageResponse

Finishes the asynchronous execution of the GetSnowballUsage operation.

EndListClusterJobs ( IAsyncResult asyncResult ) : ListClusterJobsResponse

Finishes the asynchronous execution of the ListClusterJobs operation.

EndListClusters ( IAsyncResult asyncResult ) : ListClustersResponse

Finishes the asynchronous execution of the ListClusters operation.

EndListJobs ( IAsyncResult asyncResult ) : ListJobsResponse

Finishes the asynchronous execution of the ListJobs operation.

EndUpdateCluster ( IAsyncResult asyncResult ) : UpdateClusterResponse

Finishes the asynchronous execution of the UpdateCluster operation.

EndUpdateJob ( IAsyncResult asyncResult ) : UpdateJobResponse

Finishes the asynchronous execution of the UpdateJob operation.

GetJobManifestAsync ( GetJobManifestRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetJobManifest operation.

GetJobUnlockCodeAsync ( GetJobUnlockCodeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetJobUnlockCode operation.

GetSnowballUsageAsync ( GetSnowballUsageRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetSnowballUsage operation.

ListClusterJobsAsync ( ListClusterJobsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListClusterJobs operation.

ListClustersAsync ( ListClustersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListClusters operation.

ListJobsAsync ( ListJobsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListJobs operation.

UpdateClusterAsync ( UpdateClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateCluster operation.

UpdateJobAsync ( UpdateJobRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateJob operation.

Protected Methods

Method Description
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Private Methods

Method Description
CancelCluster ( CancelClusterRequest request ) : CancelClusterResponse
CancelJob ( CancelJobRequest request ) : CancelJobResponse
CreateAddress ( CreateAddressRequest request ) : CreateAddressResponse
CreateCluster ( CreateClusterRequest request ) : CreateClusterResponse
CreateJob ( CreateJobRequest request ) : CreateJobResponse
DescribeAddress ( DescribeAddressRequest request ) : DescribeAddressResponse
DescribeAddresses ( DescribeAddressesRequest request ) : DescribeAddressesResponse
DescribeCluster ( DescribeClusterRequest request ) : DescribeClusterResponse
DescribeJob ( DescribeJobRequest request ) : DescribeJobResponse
GetJobManifest ( GetJobManifestRequest request ) : GetJobManifestResponse
GetJobUnlockCode ( GetJobUnlockCodeRequest request ) : GetJobUnlockCodeResponse
GetSnowballUsage ( GetSnowballUsageRequest request ) : GetSnowballUsageResponse
ListClusterJobs ( ListClusterJobsRequest request ) : ListClusterJobsResponse
ListClusters ( ListClustersRequest request ) : ListClustersResponse
ListJobs ( ListJobsRequest request ) : ListJobsResponse
UpdateCluster ( UpdateClusterRequest request ) : UpdateClusterResponse
UpdateJob ( UpdateJobRequest request ) : UpdateJobResponse

Method Details

AmazonSnowballClient() public method

Constructs AmazonSnowballClient 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 AmazonSnowballClient ( ) : System
return System

AmazonSnowballClient() public method

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

AmazonSnowballClient() public method

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

AmazonSnowballClient() public method

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

AmazonSnowballClient() public method

Constructs AmazonSnowballClient 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 AmazonSnowballClient ( AmazonSnowballConfig config ) : System
config AmazonSnowballConfig The AmazonSnowballClient Configuration Object
return System

AmazonSnowballClient() public method

Constructs AmazonSnowballClient 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 AmazonSnowballClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
return System

AmazonSnowballClient() public method

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

AmazonSnowballClient() public method

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

AmazonSnowballClient() public method

Constructs AmazonSnowballClient with AWS Access Key ID and AWS Secret Key
public AmazonSnowballClient ( 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

AmazonSnowballClient() public method

Constructs AmazonSnowballClient with AWS Access Key ID and AWS Secret Key
public AmazonSnowballClient ( 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

AmazonSnowballClient() public method

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

AmazonSnowballClient() public method

Constructs AmazonSnowballClient with AWS Access Key ID and AWS Secret Key
public AmazonSnowballClient ( 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

BeginCancelCluster() public method

Initiates the asynchronous execution of the CancelCluster operation.
public BeginCancelCluster ( CancelClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Snowball.Model.CancelClusterRequest Container for the necessary parameters to execute the CancelCluster operation on AmazonSnowballClient.
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

BeginCancelJob() public method

Initiates the asynchronous execution of the CancelJob operation.
public BeginCancelJob ( CancelJobRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Snowball.Model.CancelJobRequest Container for the necessary parameters to execute the CancelJob operation on AmazonSnowballClient.
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

BeginCreateAddress() public method

Initiates the asynchronous execution of the CreateAddress operation.
public BeginCreateAddress ( CreateAddressRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Snowball.Model.CreateAddressRequest Container for the necessary parameters to execute the CreateAddress operation on AmazonSnowballClient.
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

BeginCreateCluster() public method

Initiates the asynchronous execution of the CreateCluster operation.
public BeginCreateCluster ( CreateClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Snowball.Model.CreateClusterRequest Container for the necessary parameters to execute the CreateCluster operation on AmazonSnowballClient.
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

BeginCreateJob() public method

Initiates the asynchronous execution of the CreateJob operation.
public BeginCreateJob ( CreateJobRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Snowball.Model.CreateJobRequest Container for the necessary parameters to execute the CreateJob operation on AmazonSnowballClient.
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

BeginDescribeAddress() public method

Initiates the asynchronous execution of the DescribeAddress operation.
public BeginDescribeAddress ( DescribeAddressRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Snowball.Model.DescribeAddressRequest Container for the necessary parameters to execute the DescribeAddress operation on AmazonSnowballClient.
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

BeginDescribeAddresses() public method

Initiates the asynchronous execution of the DescribeAddresses operation.
public BeginDescribeAddresses ( DescribeAddressesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Snowball.Model.DescribeAddressesRequest Container for the necessary parameters to execute the DescribeAddresses operation on AmazonSnowballClient.
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

BeginDescribeCluster() public method

Initiates the asynchronous execution of the DescribeCluster operation.
public BeginDescribeCluster ( DescribeClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Snowball.Model.DescribeClusterRequest Container for the necessary parameters to execute the DescribeCluster operation on AmazonSnowballClient.
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

BeginDescribeJob() public method

Initiates the asynchronous execution of the DescribeJob operation.
public BeginDescribeJob ( DescribeJobRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Snowball.Model.DescribeJobRequest Container for the necessary parameters to execute the DescribeJob operation on AmazonSnowballClient.
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

BeginGetJobManifest() public method

Initiates the asynchronous execution of the GetJobManifest operation.
public BeginGetJobManifest ( GetJobManifestRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Snowball.Model.GetJobManifestRequest Container for the necessary parameters to execute the GetJobManifest operation on AmazonSnowballClient.
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

BeginGetJobUnlockCode() public method

Initiates the asynchronous execution of the GetJobUnlockCode operation.
public BeginGetJobUnlockCode ( GetJobUnlockCodeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Snowball.Model.GetJobUnlockCodeRequest Container for the necessary parameters to execute the GetJobUnlockCode operation on AmazonSnowballClient.
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

BeginGetSnowballUsage() public method

Initiates the asynchronous execution of the GetSnowballUsage operation.
public BeginGetSnowballUsage ( GetSnowballUsageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetSnowballUsageRequest Container for the necessary parameters to execute the GetSnowballUsage operation on AmazonSnowballClient.
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

BeginListClusterJobs() public method

Initiates the asynchronous execution of the ListClusterJobs operation.
public BeginListClusterJobs ( ListClusterJobsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Snowball.Model.ListClusterJobsRequest Container for the necessary parameters to execute the ListClusterJobs operation on AmazonSnowballClient.
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

BeginListClusters() public method

Initiates the asynchronous execution of the ListClusters operation.
public BeginListClusters ( ListClustersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Snowball.Model.ListClustersRequest Container for the necessary parameters to execute the ListClusters operation on AmazonSnowballClient.
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

BeginListJobs() public method

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

BeginUpdateCluster() public method

Initiates the asynchronous execution of the UpdateCluster operation.
public BeginUpdateCluster ( UpdateClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Snowball.Model.UpdateClusterRequest Container for the necessary parameters to execute the UpdateCluster operation on AmazonSnowballClient.
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

BeginUpdateJob() public method

Initiates the asynchronous execution of the UpdateJob operation.
public BeginUpdateJob ( UpdateJobRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Snowball.Model.UpdateJobRequest Container for the necessary parameters to execute the UpdateJob operation on AmazonSnowballClient.
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

CancelClusterAsync() public method

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

CancelJobAsync() public method

Initiates the asynchronous execution of the CancelJob operation.
public CancelJobAsync ( CancelJobRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Snowball.Model.CancelJobRequest 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

CreateAddressAsync() public method

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

CreateClusterAsync() public method

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

CreateJobAsync() public method

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

CreateSigner() protected method

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

DescribeAddressAsync() public method

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

DescribeAddressesAsync() public method

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

DescribeClusterAsync() public method

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

DescribeJobAsync() public method

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

Dispose() protected method

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

EndCancelCluster() public method

Finishes the asynchronous execution of the CancelCluster operation.
public EndCancelCluster ( IAsyncResult asyncResult ) : CancelClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelCluster.
return CancelClusterResponse

EndCancelJob() public method

Finishes the asynchronous execution of the CancelJob operation.
public EndCancelJob ( IAsyncResult asyncResult ) : CancelJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelJob.
return CancelJobResponse

EndCreateAddress() public method

Finishes the asynchronous execution of the CreateAddress operation.
public EndCreateAddress ( IAsyncResult asyncResult ) : CreateAddressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateAddress.
return Amazon.Snowball.Model.CreateAddressResponse

EndCreateCluster() public method

Finishes the asynchronous execution of the CreateCluster operation.
public EndCreateCluster ( IAsyncResult asyncResult ) : CreateClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateCluster.
return Amazon.Snowball.Model.CreateClusterResponse

EndCreateJob() public method

Finishes the asynchronous execution of the CreateJob operation.
public EndCreateJob ( IAsyncResult asyncResult ) : CreateJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateJob.
return Amazon.Snowball.Model.CreateJobResponse

EndDescribeAddress() public method

Finishes the asynchronous execution of the DescribeAddress operation.
public EndDescribeAddress ( IAsyncResult asyncResult ) : DescribeAddressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAddress.
return Amazon.Snowball.Model.DescribeAddressResponse

EndDescribeAddresses() public method

Finishes the asynchronous execution of the DescribeAddresses operation.
public EndDescribeAddresses ( IAsyncResult asyncResult ) : DescribeAddressesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAddresses.
return Amazon.Snowball.Model.DescribeAddressesResponse

EndDescribeCluster() public method

Finishes the asynchronous execution of the DescribeCluster operation.
public EndDescribeCluster ( IAsyncResult asyncResult ) : DescribeClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeCluster.
return Amazon.Snowball.Model.DescribeClusterResponse

EndDescribeJob() public method

Finishes the asynchronous execution of the DescribeJob operation.
public EndDescribeJob ( IAsyncResult asyncResult ) : DescribeJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeJob.
return Amazon.Snowball.Model.DescribeJobResponse

EndGetJobManifest() public method

Finishes the asynchronous execution of the GetJobManifest operation.
public EndGetJobManifest ( IAsyncResult asyncResult ) : GetJobManifestResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetJobManifest.
return Amazon.Snowball.Model.GetJobManifestResponse

EndGetJobUnlockCode() public method

Finishes the asynchronous execution of the GetJobUnlockCode operation.
public EndGetJobUnlockCode ( IAsyncResult asyncResult ) : GetJobUnlockCodeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetJobUnlockCode.
return Amazon.Snowball.Model.GetJobUnlockCodeResponse

EndGetSnowballUsage() public method

Finishes the asynchronous execution of the GetSnowballUsage operation.
public EndGetSnowballUsage ( IAsyncResult asyncResult ) : GetSnowballUsageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSnowballUsage.
return Amazon.Snowball.Model.GetSnowballUsageResponse

EndListClusterJobs() public method

Finishes the asynchronous execution of the ListClusterJobs operation.
public EndListClusterJobs ( IAsyncResult asyncResult ) : ListClusterJobsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListClusterJobs.
return Amazon.Snowball.Model.ListClusterJobsResponse

EndListClusters() public method

Finishes the asynchronous execution of the ListClusters operation.
public EndListClusters ( IAsyncResult asyncResult ) : ListClustersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListClusters.
return Amazon.Snowball.Model.ListClustersResponse

EndListJobs() public method

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

EndUpdateCluster() public method

Finishes the asynchronous execution of the UpdateCluster operation.
public EndUpdateCluster ( IAsyncResult asyncResult ) : UpdateClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateCluster.
return UpdateClusterResponse

EndUpdateJob() public method

Finishes the asynchronous execution of the UpdateJob operation.
public EndUpdateJob ( IAsyncResult asyncResult ) : UpdateJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateJob.
return UpdateJobResponse

GetJobManifestAsync() public method

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

GetJobUnlockCodeAsync() public method

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

GetSnowballUsageAsync() public method

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

ListClusterJobsAsync() public method

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

ListClustersAsync() public method

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

ListJobsAsync() public method

Initiates the asynchronous execution of the ListJobs operation.
public ListJobsAsync ( ListJobsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Snowball.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. ///
return Task

UpdateClusterAsync() public method

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

UpdateJobAsync() public method

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