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
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

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