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
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Private Methods

Méthode 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 méthode

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
Résultat System

AmazonSnowballClient() public méthode

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

AmazonSnowballClient() public méthode

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
Résultat System

AmazonSnowballClient() public méthode

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

AmazonSnowballClient() public méthode

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
Résultat System

AmazonSnowballClient() public méthode

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.
Résultat System

AmazonSnowballClient() public méthode

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
Résultat System

AmazonSnowballClient() public méthode

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
Résultat System

AmazonSnowballClient() public méthode

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.
Résultat System

AmazonSnowballClient() public méthode

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
Résultat System

AmazonSnowballClient() public méthode

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
Résultat System

AmazonSnowballClient() public méthode

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.
Résultat System

BeginCancelCluster() public méthode

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.
Résultat IAsyncResult

BeginCancelJob() public méthode

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.
Résultat IAsyncResult

BeginCreateAddress() public méthode

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.
Résultat IAsyncResult

BeginCreateCluster() public méthode

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.
Résultat IAsyncResult

BeginCreateJob() public méthode

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.
Résultat IAsyncResult

BeginDescribeAddress() public méthode

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.
Résultat IAsyncResult

BeginDescribeAddresses() public méthode

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.
Résultat IAsyncResult

BeginDescribeCluster() public méthode

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.
Résultat IAsyncResult

BeginDescribeJob() public méthode

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.
Résultat IAsyncResult

BeginGetJobManifest() public méthode

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.
Résultat IAsyncResult

BeginGetJobUnlockCode() public méthode

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.
Résultat IAsyncResult

BeginGetSnowballUsage() public méthode

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.
Résultat IAsyncResult

BeginListClusterJobs() public méthode

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.
Résultat IAsyncResult

BeginListClusters() public méthode

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.
Résultat IAsyncResult

BeginListJobs() public méthode

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.
Résultat IAsyncResult

BeginUpdateCluster() public méthode

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.
Résultat IAsyncResult

BeginUpdateJob() public méthode

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.
Résultat IAsyncResult

CancelClusterAsync() public méthode

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. ///
Résultat Task

CancelJobAsync() public méthode

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. ///
Résultat Task

CreateAddressAsync() public méthode

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. ///
Résultat Task

CreateClusterAsync() public méthode

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. ///
Résultat Task

CreateJobAsync() public méthode

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. ///
Résultat Task

CreateSigner() protected méthode

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

DescribeAddressAsync() public méthode

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. ///
Résultat Task

DescribeAddressesAsync() public méthode

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. ///
Résultat Task

DescribeClusterAsync() public méthode

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. ///
Résultat Task

DescribeJobAsync() public méthode

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. ///
Résultat Task

Dispose() protected méthode

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

EndCancelCluster() public méthode

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

EndCancelJob() public méthode

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

EndCreateAddress() public méthode

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

EndCreateCluster() public méthode

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

EndCreateJob() public méthode

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

EndDescribeAddress() public méthode

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

EndDescribeAddresses() public méthode

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

EndDescribeCluster() public méthode

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

EndDescribeJob() public méthode

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

EndGetJobManifest() public méthode

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

EndGetJobUnlockCode() public méthode

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

EndGetSnowballUsage() public méthode

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

EndListClusterJobs() public méthode

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

EndListClusters() public méthode

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

EndListJobs() public méthode

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

EndUpdateCluster() public méthode

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

EndUpdateJob() public méthode

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

GetJobManifestAsync() public méthode

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. ///
Résultat Task

GetJobUnlockCodeAsync() public méthode

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. ///
Résultat Task

GetSnowballUsageAsync() public méthode

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. ///
Résultat Task

ListClusterJobsAsync() public méthode

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. ///
Résultat Task

ListClustersAsync() public méthode

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. ///
Résultat Task

ListJobsAsync() public méthode

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. ///
Résultat Task

UpdateClusterAsync() public méthode

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. ///
Résultat Task

UpdateJobAsync() public méthode

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. ///
Résultat Task