C# Класс 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.
Наследование: AmazonServiceClient, IAmazonSnowball
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Приватные методы

Метод Описание
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

Описание методов

AmazonSnowballClient() публичный Метод

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
Результат System

AmazonSnowballClient() публичный Метод

Constructs AmazonSnowballClient with AWS Credentials
public AmazonSnowballClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
Результат System

AmazonSnowballClient() публичный Метод

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
Результат System

AmazonSnowballClient() публичный Метод

Constructs AmazonSnowballClient with AWS Credentials
public AmazonSnowballClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
Результат System

AmazonSnowballClient() публичный Метод

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
Результат System

AmazonSnowballClient() публичный Метод

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.
Результат System

AmazonSnowballClient() публичный Метод

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
Результат System

AmazonSnowballClient() публичный Метод

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
Результат System

AmazonSnowballClient() публичный Метод

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.
Результат System

AmazonSnowballClient() публичный Метод

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
Результат System

AmazonSnowballClient() публичный Метод

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
Результат System

AmazonSnowballClient() публичный Метод

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.
Результат System

BeginCancelCluster() публичный Метод

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.
Результат IAsyncResult

BeginCancelJob() публичный Метод

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.
Результат IAsyncResult

BeginCreateAddress() публичный Метод

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.
Результат IAsyncResult

BeginCreateCluster() публичный Метод

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.
Результат IAsyncResult

BeginCreateJob() публичный Метод

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.
Результат IAsyncResult

BeginDescribeAddress() публичный Метод

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.
Результат IAsyncResult

BeginDescribeAddresses() публичный Метод

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.
Результат IAsyncResult

BeginDescribeCluster() публичный Метод

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.
Результат IAsyncResult

BeginDescribeJob() публичный Метод

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.
Результат IAsyncResult

BeginGetJobManifest() публичный Метод

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.
Результат IAsyncResult

BeginGetJobUnlockCode() публичный Метод

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.
Результат IAsyncResult

BeginGetSnowballUsage() публичный Метод

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.
Результат IAsyncResult

BeginListClusterJobs() публичный Метод

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.
Результат IAsyncResult

BeginListClusters() публичный Метод

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.
Результат IAsyncResult

BeginListJobs() публичный Метод

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.
Результат IAsyncResult

BeginUpdateCluster() публичный Метод

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.
Результат IAsyncResult

BeginUpdateJob() публичный Метод

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.
Результат IAsyncResult

CancelClusterAsync() публичный Метод

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. ///
Результат Task

CancelJobAsync() публичный Метод

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. ///
Результат Task

CreateAddressAsync() публичный Метод

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. ///
Результат Task

CreateClusterAsync() публичный Метод

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. ///
Результат Task

CreateJobAsync() публичный Метод

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. ///
Результат Task

CreateSigner() защищенный Метод

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
Результат Amazon.Runtime.Internal.Auth.AbstractAWSSigner

DescribeAddressAsync() публичный Метод

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. ///
Результат Task

DescribeAddressesAsync() публичный Метод

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. ///
Результат Task

DescribeClusterAsync() публичный Метод

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. ///
Результат Task

DescribeJobAsync() публичный Метод

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. ///
Результат Task

Dispose() защищенный Метод

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

EndCancelCluster() публичный Метод

Finishes the asynchronous execution of the CancelCluster operation.
public EndCancelCluster ( IAsyncResult asyncResult ) : CancelClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelCluster.
Результат CancelClusterResponse

EndCancelJob() публичный Метод

Finishes the asynchronous execution of the CancelJob operation.
public EndCancelJob ( IAsyncResult asyncResult ) : CancelJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelJob.
Результат CancelJobResponse

EndCreateAddress() публичный Метод

Finishes the asynchronous execution of the CreateAddress operation.
public EndCreateAddress ( IAsyncResult asyncResult ) : CreateAddressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateAddress.
Результат Amazon.Snowball.Model.CreateAddressResponse

EndCreateCluster() публичный Метод

Finishes the asynchronous execution of the CreateCluster operation.
public EndCreateCluster ( IAsyncResult asyncResult ) : CreateClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateCluster.
Результат Amazon.Snowball.Model.CreateClusterResponse

EndCreateJob() публичный Метод

Finishes the asynchronous execution of the CreateJob operation.
public EndCreateJob ( IAsyncResult asyncResult ) : CreateJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateJob.
Результат Amazon.Snowball.Model.CreateJobResponse

EndDescribeAddress() публичный Метод

Finishes the asynchronous execution of the DescribeAddress operation.
public EndDescribeAddress ( IAsyncResult asyncResult ) : DescribeAddressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAddress.
Результат Amazon.Snowball.Model.DescribeAddressResponse

EndDescribeAddresses() публичный Метод

Finishes the asynchronous execution of the DescribeAddresses operation.
public EndDescribeAddresses ( IAsyncResult asyncResult ) : DescribeAddressesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAddresses.
Результат Amazon.Snowball.Model.DescribeAddressesResponse

EndDescribeCluster() публичный Метод

Finishes the asynchronous execution of the DescribeCluster operation.
public EndDescribeCluster ( IAsyncResult asyncResult ) : DescribeClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeCluster.
Результат Amazon.Snowball.Model.DescribeClusterResponse

EndDescribeJob() публичный Метод

Finishes the asynchronous execution of the DescribeJob operation.
public EndDescribeJob ( IAsyncResult asyncResult ) : DescribeJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeJob.
Результат Amazon.Snowball.Model.DescribeJobResponse

EndGetJobManifest() публичный Метод

Finishes the asynchronous execution of the GetJobManifest operation.
public EndGetJobManifest ( IAsyncResult asyncResult ) : GetJobManifestResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetJobManifest.
Результат Amazon.Snowball.Model.GetJobManifestResponse

EndGetJobUnlockCode() публичный Метод

Finishes the asynchronous execution of the GetJobUnlockCode operation.
public EndGetJobUnlockCode ( IAsyncResult asyncResult ) : GetJobUnlockCodeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetJobUnlockCode.
Результат Amazon.Snowball.Model.GetJobUnlockCodeResponse

EndGetSnowballUsage() публичный Метод

Finishes the asynchronous execution of the GetSnowballUsage operation.
public EndGetSnowballUsage ( IAsyncResult asyncResult ) : GetSnowballUsageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSnowballUsage.
Результат Amazon.Snowball.Model.GetSnowballUsageResponse

EndListClusterJobs() публичный Метод

Finishes the asynchronous execution of the ListClusterJobs operation.
public EndListClusterJobs ( IAsyncResult asyncResult ) : ListClusterJobsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListClusterJobs.
Результат Amazon.Snowball.Model.ListClusterJobsResponse

EndListClusters() публичный Метод

Finishes the asynchronous execution of the ListClusters operation.
public EndListClusters ( IAsyncResult asyncResult ) : ListClustersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListClusters.
Результат Amazon.Snowball.Model.ListClustersResponse

EndListJobs() публичный Метод

Finishes the asynchronous execution of the ListJobs operation.
public EndListJobs ( IAsyncResult asyncResult ) : ListJobsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListJobs.
Результат Amazon.Snowball.Model.ListJobsResponse

EndUpdateCluster() публичный Метод

Finishes the asynchronous execution of the UpdateCluster operation.
public EndUpdateCluster ( IAsyncResult asyncResult ) : UpdateClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateCluster.
Результат UpdateClusterResponse

EndUpdateJob() публичный Метод

Finishes the asynchronous execution of the UpdateJob operation.
public EndUpdateJob ( IAsyncResult asyncResult ) : UpdateJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateJob.
Результат UpdateJobResponse

GetJobManifestAsync() публичный Метод

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. ///
Результат Task

GetJobUnlockCodeAsync() публичный Метод

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. ///
Результат Task

GetSnowballUsageAsync() публичный Метод

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. ///
Результат Task

ListClusterJobsAsync() публичный Метод

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. ///
Результат Task

ListClustersAsync() публичный Метод

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. ///
Результат Task

ListJobsAsync() публичный Метод

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. ///
Результат Task

UpdateClusterAsync() публичный Метод

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. ///
Результат Task

UpdateJobAsync() публичный Метод

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. ///
Результат Task