C# Class Amazon.StorageGateway.AmazonStorageGatewayClient

Implementation for accessing AmazonStorageGateway. AWS Storage Gateway Service

AWS Storage Gateway is the service that connects an on-premises software appliance with cloud-based storage to provide seamless and secure integration between an organization's on-premises IT environment and AWS's storage infrastructure. The service enables you to securely upload data to the AWS cloud for cost effective backup and rapid disaster recovery.

Use the following links to get started using the AWS Storage Gateway Service API Reference :

Inheritance: AmazonWebServiceClient, Amazon.StorageGateway.IAmazonStorageGateway
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
ActivateGatewayAsync ( ActivateGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ActivateGateway operation.

AddCacheAsync ( AddCacheRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AddCache operation.

AddTagsToResourceAsync ( AddTagsToResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AddTagsToResource operation.

AddUploadBufferAsync ( AddUploadBufferRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AddUploadBuffer operation.

AddWorkingStorageAsync ( AddWorkingStorageRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AddWorkingStorage operation.

AmazonStorageGatewayClient ( ) : System

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

AmazonStorageGatewayClient ( AWSCredentials credentials ) : System

Constructs AmazonStorageGatewayClient with AWS Credentials

AmazonStorageGatewayClient ( AWSCredentials credentials, AmazonStorageGatewayConfig clientConfig ) : System

Constructs AmazonStorageGatewayClient with AWS Credentials and an AmazonStorageGatewayClient Configuration object.

AmazonStorageGatewayClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonStorageGatewayClient with AWS Credentials

AmazonStorageGatewayClient ( AmazonStorageGatewayConfig config ) : System

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

AmazonStorageGatewayClient ( RegionEndpoint region ) : System

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

AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonStorageGatewayClient with AWS Access Key ID and AWS Secret Key

AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonStorageGatewayConfig clientConfig ) : System

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

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

Constructs AmazonStorageGatewayClient with AWS Access Key ID and AWS Secret Key

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

Constructs AmazonStorageGatewayClient with AWS Access Key ID and AWS Secret Key

AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonStorageGatewayConfig clientConfig ) : System

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

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

Constructs AmazonStorageGatewayClient with AWS Access Key ID and AWS Secret Key

BeginActivateGateway ( ActivateGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ActivateGateway operation.

BeginAddCache ( AddCacheRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AddCache operation.

BeginAddTagsToResource ( AddTagsToResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AddTagsToResource operation.

BeginAddUploadBuffer ( AddUploadBufferRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AddUploadBuffer operation.

BeginAddWorkingStorage ( AddWorkingStorageRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AddWorkingStorage operation.

BeginCancelArchival ( CancelArchivalRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CancelArchival operation.

BeginCancelRetrieval ( CancelRetrievalRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CancelRetrieval operation.

BeginCreateCachediSCSIVolume ( CreateCachediSCSIVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateCachediSCSIVolume operation.

BeginCreateNFSFileShare ( CreateNFSFileShareRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateNFSFileShare operation.

BeginCreateSnapshot ( CreateSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateSnapshot operation.

BeginCreateSnapshotFromVolumeRecoveryPoint ( CreateSnapshotFromVolumeRecoveryPointRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateSnapshotFromVolumeRecoveryPoint operation.

BeginCreateStorediSCSIVolume ( CreateStorediSCSIVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateStorediSCSIVolume operation.

BeginCreateTapeWithBarcode ( CreateTapeWithBarcodeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateTapeWithBarcode operation.

BeginCreateTapes ( CreateTapesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateTapes operation.

BeginDeleteBandwidthRateLimit ( DeleteBandwidthRateLimitRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteBandwidthRateLimit operation.

BeginDeleteChapCredentials ( DeleteChapCredentialsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteChapCredentials operation.

BeginDeleteFileShare ( DeleteFileShareRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteFileShare operation.

BeginDeleteGateway ( DeleteGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteGateway operation.

BeginDeleteSnapshotSchedule ( DeleteSnapshotScheduleRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteSnapshotSchedule operation.

BeginDeleteTape ( DeleteTapeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteTape operation.

BeginDeleteTapeArchive ( DeleteTapeArchiveRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteTapeArchive operation.

BeginDeleteVolume ( DeleteVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteVolume operation.

BeginDescribeBandwidthRateLimit ( DescribeBandwidthRateLimitRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeBandwidthRateLimit operation.

BeginDescribeCache ( DescribeCacheRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeCache operation.

BeginDescribeCachediSCSIVolumes ( DescribeCachediSCSIVolumesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeCachediSCSIVolumes operation.

BeginDescribeChapCredentials ( DescribeChapCredentialsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeChapCredentials operation.

BeginDescribeGatewayInformation ( DescribeGatewayInformationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeGatewayInformation operation.

BeginDescribeMaintenanceStartTime ( DescribeMaintenanceStartTimeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeMaintenanceStartTime operation.

BeginDescribeNFSFileShares ( DescribeNFSFileSharesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeNFSFileShares operation.

BeginDescribeSnapshotSchedule ( DescribeSnapshotScheduleRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeSnapshotSchedule operation.

BeginDescribeStorediSCSIVolumes ( DescribeStorediSCSIVolumesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeStorediSCSIVolumes operation.

BeginDescribeTapeArchives ( DescribeTapeArchivesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeTapeArchives operation.

BeginDescribeTapeRecoveryPoints ( DescribeTapeRecoveryPointsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeTapeRecoveryPoints operation.

BeginDescribeTapes ( DescribeTapesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeTapes operation.

BeginDescribeUploadBuffer ( DescribeUploadBufferRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeUploadBuffer operation.

BeginDescribeVTLDevices ( DescribeVTLDevicesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeVTLDevices operation.

BeginDescribeWorkingStorage ( DescribeWorkingStorageRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeWorkingStorage operation.

BeginDisableGateway ( DisableGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisableGateway operation.

BeginListFileShares ( ListFileSharesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListFileShares operation.

BeginListGateways ( ListGatewaysRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListGateways operation.

BeginListLocalDisks ( ListLocalDisksRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListLocalDisks operation.

BeginListTagsForResource ( ListTagsForResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListTagsForResource operation.

BeginListTapes ( ListTapesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListTapes operation.

BeginListVolumeInitiators ( ListVolumeInitiatorsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListVolumeInitiators operation.

BeginListVolumeRecoveryPoints ( ListVolumeRecoveryPointsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListVolumeRecoveryPoints operation.

BeginListVolumes ( ListVolumesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListVolumes operation.

BeginRemoveTagsFromResource ( RemoveTagsFromResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RemoveTagsFromResource operation.

BeginResetCache ( ResetCacheRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ResetCache operation.

BeginRetrieveTapeArchive ( RetrieveTapeArchiveRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RetrieveTapeArchive operation.

BeginRetrieveTapeRecoveryPoint ( RetrieveTapeRecoveryPointRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RetrieveTapeRecoveryPoint operation.

BeginSetLocalConsolePassword ( SetLocalConsolePasswordRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SetLocalConsolePassword operation.

BeginShutdownGateway ( ShutdownGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ShutdownGateway operation.

BeginStartGateway ( StartGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StartGateway operation.

BeginUpdateBandwidthRateLimit ( UpdateBandwidthRateLimitRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateBandwidthRateLimit operation.

BeginUpdateChapCredentials ( UpdateChapCredentialsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateChapCredentials operation.

BeginUpdateGatewayInformation ( UpdateGatewayInformationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateGatewayInformation operation.

BeginUpdateGatewaySoftwareNow ( UpdateGatewaySoftwareNowRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateGatewaySoftwareNow operation.

BeginUpdateMaintenanceStartTime ( UpdateMaintenanceStartTimeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateMaintenanceStartTime operation.

BeginUpdateNFSFileShare ( UpdateNFSFileShareRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateNFSFileShare operation.

BeginUpdateSnapshotSchedule ( UpdateSnapshotScheduleRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateSnapshotSchedule operation.

BeginUpdateVTLDeviceType ( UpdateVTLDeviceTypeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateVTLDeviceType operation.

CancelArchivalAsync ( CancelArchivalRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CancelArchival operation.

CancelRetrievalAsync ( CancelRetrievalRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CancelRetrieval operation.

CreateCachediSCSIVolumeAsync ( CreateCachediSCSIVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateCachediSCSIVolume operation.

CreateNFSFileShareAsync ( CreateNFSFileShareRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateNFSFileShare operation.

CreateSnapshotAsync ( CreateSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateSnapshot operation.

CreateSnapshotFromVolumeRecoveryPointAsync ( CreateSnapshotFromVolumeRecoveryPointRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateSnapshotFromVolumeRecoveryPoint operation.

CreateStorediSCSIVolumeAsync ( CreateStorediSCSIVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateStorediSCSIVolume operation.

CreateTapeWithBarcodeAsync ( CreateTapeWithBarcodeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateTapeWithBarcode operation.

CreateTapesAsync ( CreateTapesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateTapes operation.

DeleteBandwidthRateLimitAsync ( DeleteBandwidthRateLimitRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteBandwidthRateLimit operation.

DeleteChapCredentialsAsync ( DeleteChapCredentialsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteChapCredentials operation.

DeleteFileShareAsync ( DeleteFileShareRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteFileShare operation.

DeleteGatewayAsync ( DeleteGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteGateway operation.

DeleteSnapshotScheduleAsync ( DeleteSnapshotScheduleRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteSnapshotSchedule operation.

DeleteTapeArchiveAsync ( DeleteTapeArchiveRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteTapeArchive operation.

DeleteTapeAsync ( DeleteTapeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteTape operation.

DeleteVolumeAsync ( DeleteVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteVolume operation.

DescribeBandwidthRateLimitAsync ( DescribeBandwidthRateLimitRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeBandwidthRateLimit operation.

DescribeCacheAsync ( DescribeCacheRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeCache operation.

DescribeCachediSCSIVolumesAsync ( DescribeCachediSCSIVolumesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeCachediSCSIVolumes operation.

DescribeChapCredentialsAsync ( DescribeChapCredentialsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeChapCredentials operation.

DescribeGatewayInformationAsync ( DescribeGatewayInformationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeGatewayInformation operation.

DescribeMaintenanceStartTimeAsync ( DescribeMaintenanceStartTimeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeMaintenanceStartTime operation.

DescribeNFSFileSharesAsync ( DescribeNFSFileSharesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeNFSFileShares operation.

DescribeSnapshotScheduleAsync ( DescribeSnapshotScheduleRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeSnapshotSchedule operation.

DescribeStorediSCSIVolumesAsync ( DescribeStorediSCSIVolumesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeStorediSCSIVolumes operation.

DescribeTapeArchivesAsync ( DescribeTapeArchivesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeTapeArchives operation.

DescribeTapeArchivesAsync ( System cancellationToken = default(CancellationToken) ) : Task

Returns a description of specified virtual tapes in the virtual tape shelf (VTS).

If a specific TapeARN is not specified, AWS Storage Gateway returns a description of all virtual tapes found in the VTS associated with your account.

DescribeTapeRecoveryPointsAsync ( DescribeTapeRecoveryPointsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeTapeRecoveryPoints operation.

DescribeTapesAsync ( DescribeTapesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeTapes operation.

DescribeUploadBufferAsync ( DescribeUploadBufferRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeUploadBuffer operation.

DescribeVTLDevicesAsync ( DescribeVTLDevicesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeVTLDevices operation.

DescribeWorkingStorageAsync ( DescribeWorkingStorageRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeWorkingStorage operation.

DisableGatewayAsync ( DisableGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisableGateway operation.

EndActivateGateway ( IAsyncResult asyncResult ) : ActivateGatewayResponse

Finishes the asynchronous execution of the ActivateGateway operation.

EndAddCache ( IAsyncResult asyncResult ) : AddCacheResponse

Finishes the asynchronous execution of the AddCache operation.

EndAddTagsToResource ( IAsyncResult asyncResult ) : AddTagsToResourceResponse

Finishes the asynchronous execution of the AddTagsToResource operation.

EndAddUploadBuffer ( IAsyncResult asyncResult ) : AddUploadBufferResponse

Finishes the asynchronous execution of the AddUploadBuffer operation.

EndAddWorkingStorage ( IAsyncResult asyncResult ) : AddWorkingStorageResponse

Finishes the asynchronous execution of the AddWorkingStorage operation.

EndCancelArchival ( IAsyncResult asyncResult ) : CancelArchivalResponse

Finishes the asynchronous execution of the CancelArchival operation.

EndCancelRetrieval ( IAsyncResult asyncResult ) : CancelRetrievalResponse

Finishes the asynchronous execution of the CancelRetrieval operation.

EndCreateCachediSCSIVolume ( IAsyncResult asyncResult ) : CreateCachediSCSIVolumeResponse

Finishes the asynchronous execution of the CreateCachediSCSIVolume operation.

EndCreateNFSFileShare ( IAsyncResult asyncResult ) : CreateNFSFileShareResponse

Finishes the asynchronous execution of the CreateNFSFileShare operation.

EndCreateSnapshot ( IAsyncResult asyncResult ) : CreateSnapshotResponse

Finishes the asynchronous execution of the CreateSnapshot operation.

EndCreateSnapshotFromVolumeRecoveryPoint ( IAsyncResult asyncResult ) : CreateSnapshotFromVolumeRecoveryPointResponse

Finishes the asynchronous execution of the CreateSnapshotFromVolumeRecoveryPoint operation.

EndCreateStorediSCSIVolume ( IAsyncResult asyncResult ) : CreateStorediSCSIVolumeResponse

Finishes the asynchronous execution of the CreateStorediSCSIVolume operation.

EndCreateTapeWithBarcode ( IAsyncResult asyncResult ) : CreateTapeWithBarcodeResponse

Finishes the asynchronous execution of the CreateTapeWithBarcode operation.

EndCreateTapes ( IAsyncResult asyncResult ) : CreateTapesResponse

Finishes the asynchronous execution of the CreateTapes operation.

EndDeleteBandwidthRateLimit ( IAsyncResult asyncResult ) : DeleteBandwidthRateLimitResponse

Finishes the asynchronous execution of the DeleteBandwidthRateLimit operation.

EndDeleteChapCredentials ( IAsyncResult asyncResult ) : DeleteChapCredentialsResponse

Finishes the asynchronous execution of the DeleteChapCredentials operation.

EndDeleteFileShare ( IAsyncResult asyncResult ) : DeleteFileShareResponse

Finishes the asynchronous execution of the DeleteFileShare operation.

EndDeleteGateway ( IAsyncResult asyncResult ) : DeleteGatewayResponse

Finishes the asynchronous execution of the DeleteGateway operation.

EndDeleteSnapshotSchedule ( IAsyncResult asyncResult ) : DeleteSnapshotScheduleResponse

Finishes the asynchronous execution of the DeleteSnapshotSchedule operation.

EndDeleteTape ( IAsyncResult asyncResult ) : DeleteTapeResponse

Finishes the asynchronous execution of the DeleteTape operation.

EndDeleteTapeArchive ( IAsyncResult asyncResult ) : DeleteTapeArchiveResponse

Finishes the asynchronous execution of the DeleteTapeArchive operation.

EndDeleteVolume ( IAsyncResult asyncResult ) : DeleteVolumeResponse

Finishes the asynchronous execution of the DeleteVolume operation.

EndDescribeBandwidthRateLimit ( IAsyncResult asyncResult ) : DescribeBandwidthRateLimitResponse

Finishes the asynchronous execution of the DescribeBandwidthRateLimit operation.

EndDescribeCache ( IAsyncResult asyncResult ) : DescribeCacheResponse

Finishes the asynchronous execution of the DescribeCache operation.

EndDescribeCachediSCSIVolumes ( IAsyncResult asyncResult ) : DescribeCachediSCSIVolumesResponse

Finishes the asynchronous execution of the DescribeCachediSCSIVolumes operation.

EndDescribeChapCredentials ( IAsyncResult asyncResult ) : DescribeChapCredentialsResponse

Finishes the asynchronous execution of the DescribeChapCredentials operation.

EndDescribeGatewayInformation ( IAsyncResult asyncResult ) : DescribeGatewayInformationResponse

Finishes the asynchronous execution of the DescribeGatewayInformation operation.

EndDescribeMaintenanceStartTime ( IAsyncResult asyncResult ) : DescribeMaintenanceStartTimeResponse

Finishes the asynchronous execution of the DescribeMaintenanceStartTime operation.

EndDescribeNFSFileShares ( IAsyncResult asyncResult ) : DescribeNFSFileSharesResponse

Finishes the asynchronous execution of the DescribeNFSFileShares operation.

EndDescribeSnapshotSchedule ( IAsyncResult asyncResult ) : DescribeSnapshotScheduleResponse

Finishes the asynchronous execution of the DescribeSnapshotSchedule operation.

EndDescribeStorediSCSIVolumes ( IAsyncResult asyncResult ) : DescribeStorediSCSIVolumesResponse

Finishes the asynchronous execution of the DescribeStorediSCSIVolumes operation.

EndDescribeTapeArchives ( IAsyncResult asyncResult ) : DescribeTapeArchivesResponse

Finishes the asynchronous execution of the DescribeTapeArchives operation.

EndDescribeTapeRecoveryPoints ( IAsyncResult asyncResult ) : DescribeTapeRecoveryPointsResponse

Finishes the asynchronous execution of the DescribeTapeRecoveryPoints operation.

EndDescribeTapes ( IAsyncResult asyncResult ) : DescribeTapesResponse

Finishes the asynchronous execution of the DescribeTapes operation.

EndDescribeUploadBuffer ( IAsyncResult asyncResult ) : DescribeUploadBufferResponse

Finishes the asynchronous execution of the DescribeUploadBuffer operation.

EndDescribeVTLDevices ( IAsyncResult asyncResult ) : DescribeVTLDevicesResponse

Finishes the asynchronous execution of the DescribeVTLDevices operation.

EndDescribeWorkingStorage ( IAsyncResult asyncResult ) : DescribeWorkingStorageResponse

Finishes the asynchronous execution of the DescribeWorkingStorage operation.

EndDisableGateway ( IAsyncResult asyncResult ) : DisableGatewayResponse

Finishes the asynchronous execution of the DisableGateway operation.

EndListFileShares ( IAsyncResult asyncResult ) : ListFileSharesResponse

Finishes the asynchronous execution of the ListFileShares operation.

EndListGateways ( IAsyncResult asyncResult ) : ListGatewaysResponse

Finishes the asynchronous execution of the ListGateways operation.

EndListLocalDisks ( IAsyncResult asyncResult ) : ListLocalDisksResponse

Finishes the asynchronous execution of the ListLocalDisks operation.

EndListTagsForResource ( IAsyncResult asyncResult ) : ListTagsForResourceResponse

Finishes the asynchronous execution of the ListTagsForResource operation.

EndListTapes ( IAsyncResult asyncResult ) : ListTapesResponse

Finishes the asynchronous execution of the ListTapes operation.

EndListVolumeInitiators ( IAsyncResult asyncResult ) : ListVolumeInitiatorsResponse

Finishes the asynchronous execution of the ListVolumeInitiators operation.

EndListVolumeRecoveryPoints ( IAsyncResult asyncResult ) : ListVolumeRecoveryPointsResponse

Finishes the asynchronous execution of the ListVolumeRecoveryPoints operation.

EndListVolumes ( IAsyncResult asyncResult ) : ListVolumesResponse

Finishes the asynchronous execution of the ListVolumes operation.

EndRemoveTagsFromResource ( IAsyncResult asyncResult ) : RemoveTagsFromResourceResponse

Finishes the asynchronous execution of the RemoveTagsFromResource operation.

EndResetCache ( IAsyncResult asyncResult ) : ResetCacheResponse

Finishes the asynchronous execution of the ResetCache operation.

EndRetrieveTapeArchive ( IAsyncResult asyncResult ) : RetrieveTapeArchiveResponse

Finishes the asynchronous execution of the RetrieveTapeArchive operation.

EndRetrieveTapeRecoveryPoint ( IAsyncResult asyncResult ) : RetrieveTapeRecoveryPointResponse

Finishes the asynchronous execution of the RetrieveTapeRecoveryPoint operation.

EndSetLocalConsolePassword ( IAsyncResult asyncResult ) : SetLocalConsolePasswordResponse

Finishes the asynchronous execution of the SetLocalConsolePassword operation.

EndShutdownGateway ( IAsyncResult asyncResult ) : ShutdownGatewayResponse

Finishes the asynchronous execution of the ShutdownGateway operation.

EndStartGateway ( IAsyncResult asyncResult ) : StartGatewayResponse

Finishes the asynchronous execution of the StartGateway operation.

EndUpdateBandwidthRateLimit ( IAsyncResult asyncResult ) : UpdateBandwidthRateLimitResponse

Finishes the asynchronous execution of the UpdateBandwidthRateLimit operation.

EndUpdateChapCredentials ( IAsyncResult asyncResult ) : UpdateChapCredentialsResponse

Finishes the asynchronous execution of the UpdateChapCredentials operation.

EndUpdateGatewayInformation ( IAsyncResult asyncResult ) : UpdateGatewayInformationResponse

Finishes the asynchronous execution of the UpdateGatewayInformation operation.

EndUpdateGatewaySoftwareNow ( IAsyncResult asyncResult ) : UpdateGatewaySoftwareNowResponse

Finishes the asynchronous execution of the UpdateGatewaySoftwareNow operation.

EndUpdateMaintenanceStartTime ( IAsyncResult asyncResult ) : UpdateMaintenanceStartTimeResponse

Finishes the asynchronous execution of the UpdateMaintenanceStartTime operation.

EndUpdateNFSFileShare ( IAsyncResult asyncResult ) : UpdateNFSFileShareResponse

Finishes the asynchronous execution of the UpdateNFSFileShare operation.

EndUpdateSnapshotSchedule ( IAsyncResult asyncResult ) : UpdateSnapshotScheduleResponse

Finishes the asynchronous execution of the UpdateSnapshotSchedule operation.

EndUpdateVTLDeviceType ( IAsyncResult asyncResult ) : UpdateVTLDeviceTypeResponse

Finishes the asynchronous execution of the UpdateVTLDeviceType operation.

ListFileSharesAsync ( ListFileSharesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListFileShares operation.

ListGatewaysAsync ( ListGatewaysRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListGateways operation.

ListGatewaysAsync ( System cancellationToken = default(CancellationToken) ) : Task

Lists gateways owned by an AWS account in a region specified in the request. The returned list is ordered by gateway Amazon Resource Name (ARN).

By default, the operation returns a maximum of 100 gateways. This operation supports pagination that allows you to optionally reduce the number of gateways returned in a response.

If you have more gateways than are returned in a response (that is, the response returns only a truncated list of your gateways), the response contains a marker that you can specify in your next request to fetch the next page of gateways.

ListLocalDisksAsync ( ListLocalDisksRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListLocalDisks operation.

ListTagsForResourceAsync ( ListTagsForResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListTagsForResource operation.

ListTapesAsync ( ListTapesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListTapes operation.

ListVolumeInitiatorsAsync ( ListVolumeInitiatorsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListVolumeInitiators operation.

ListVolumeRecoveryPointsAsync ( ListVolumeRecoveryPointsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListVolumeRecoveryPoints operation.

ListVolumesAsync ( ListVolumesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListVolumes operation.

RemoveTagsFromResourceAsync ( RemoveTagsFromResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RemoveTagsFromResource operation.

ResetCache ( string gatewayARN ) : ResetCacheResponse

Resets all cache disks that have encountered a error and makes the disks available for reconfiguration as cache storage. If your cache disk encounters a error, the gateway prevents read and write operations on virtual tapes in the gateway. For example, an error can occur when a disk is corrupted or removed from the gateway. When a cache is reset, the gateway loses its cache storage. At this point you can reconfigure the disks as cache disks.

If the cache disk you are resetting contains data that has not been uploaded to Amazon S3 yet, that data can be lost. After you reset cache disks, there will be no configured cache disks left in the gateway, so you must configure at least one new cache disk for your gateway to function properly.

ResetCacheAsync ( ResetCacheRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ResetCache operation.

ResetCacheAsync ( string gatewayARN, System cancellationToken = default(CancellationToken) ) : Task

Resets all cache disks that have encountered a error and makes the disks available for reconfiguration as cache storage. If your cache disk encounters a error, the gateway prevents read and write operations on virtual tapes in the gateway. For example, an error can occur when a disk is corrupted or removed from the gateway. When a cache is reset, the gateway loses its cache storage. At this point you can reconfigure the disks as cache disks.

If the cache disk you are resetting contains data that has not been uploaded to Amazon S3 yet, that data can be lost. After you reset cache disks, there will be no configured cache disks left in the gateway, so you must configure at least one new cache disk for your gateway to function properly.

RetrieveTapeArchiveAsync ( RetrieveTapeArchiveRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RetrieveTapeArchive operation.

RetrieveTapeRecoveryPointAsync ( RetrieveTapeRecoveryPointRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RetrieveTapeRecoveryPoint operation.

SetLocalConsolePasswordAsync ( SetLocalConsolePasswordRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SetLocalConsolePassword operation.

ShutdownGatewayAsync ( ShutdownGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ShutdownGateway operation.

StartGatewayAsync ( StartGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StartGateway operation.

UpdateBandwidthRateLimitAsync ( UpdateBandwidthRateLimitRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateBandwidthRateLimit operation.

UpdateChapCredentialsAsync ( UpdateChapCredentialsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateChapCredentials operation.

UpdateGatewayInformationAsync ( UpdateGatewayInformationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateGatewayInformation operation.

UpdateGatewaySoftwareNowAsync ( UpdateGatewaySoftwareNowRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateGatewaySoftwareNow operation.

UpdateMaintenanceStartTimeAsync ( UpdateMaintenanceStartTimeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateMaintenanceStartTime operation.

UpdateNFSFileShareAsync ( UpdateNFSFileShareRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateNFSFileShare operation.

UpdateSnapshotScheduleAsync ( UpdateSnapshotScheduleRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateSnapshotSchedule operation.

UpdateVTLDeviceTypeAsync ( UpdateVTLDeviceTypeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateVTLDeviceType 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
ActivateGateway ( ActivateGatewayRequest request ) : ActivateGatewayResponse
AddCache ( AddCacheRequest request ) : AddCacheResponse
AddTagsToResource ( AddTagsToResourceRequest request ) : Amazon.StorageGateway.Model.AddTagsToResourceResponse
AddUploadBuffer ( AddUploadBufferRequest request ) : AddUploadBufferResponse
AddWorkingStorage ( AddWorkingStorageRequest request ) : AddWorkingStorageResponse
CancelArchival ( CancelArchivalRequest request ) : CancelArchivalResponse
CancelRetrieval ( CancelRetrievalRequest request ) : CancelRetrievalResponse
CreateCachediSCSIVolume ( CreateCachediSCSIVolumeRequest request ) : CreateCachediSCSIVolumeResponse
CreateNFSFileShare ( CreateNFSFileShareRequest request ) : CreateNFSFileShareResponse
CreateSnapshot ( CreateSnapshotRequest request ) : CreateSnapshotResponse
CreateSnapshotFromVolumeRecoveryPoint ( CreateSnapshotFromVolumeRecoveryPointRequest request ) : CreateSnapshotFromVolumeRecoveryPointResponse
CreateStorediSCSIVolume ( CreateStorediSCSIVolumeRequest request ) : CreateStorediSCSIVolumeResponse
CreateTapeWithBarcode ( CreateTapeWithBarcodeRequest request ) : CreateTapeWithBarcodeResponse
CreateTapes ( CreateTapesRequest request ) : CreateTapesResponse
DeleteBandwidthRateLimit ( DeleteBandwidthRateLimitRequest request ) : DeleteBandwidthRateLimitResponse
DeleteChapCredentials ( DeleteChapCredentialsRequest request ) : DeleteChapCredentialsResponse
DeleteFileShare ( DeleteFileShareRequest request ) : DeleteFileShareResponse
DeleteGateway ( DeleteGatewayRequest request ) : DeleteGatewayResponse
DeleteSnapshotSchedule ( DeleteSnapshotScheduleRequest request ) : DeleteSnapshotScheduleResponse
DeleteTape ( DeleteTapeRequest request ) : DeleteTapeResponse
DeleteTapeArchive ( DeleteTapeArchiveRequest request ) : DeleteTapeArchiveResponse
DeleteVolume ( DeleteVolumeRequest request ) : DeleteVolumeResponse
DescribeBandwidthRateLimit ( DescribeBandwidthRateLimitRequest request ) : DescribeBandwidthRateLimitResponse
DescribeCache ( DescribeCacheRequest request ) : DescribeCacheResponse
DescribeCachediSCSIVolumes ( DescribeCachediSCSIVolumesRequest request ) : DescribeCachediSCSIVolumesResponse
DescribeChapCredentials ( DescribeChapCredentialsRequest request ) : DescribeChapCredentialsResponse
DescribeGatewayInformation ( DescribeGatewayInformationRequest request ) : DescribeGatewayInformationResponse
DescribeMaintenanceStartTime ( DescribeMaintenanceStartTimeRequest request ) : DescribeMaintenanceStartTimeResponse
DescribeNFSFileShares ( DescribeNFSFileSharesRequest request ) : DescribeNFSFileSharesResponse
DescribeSnapshotSchedule ( DescribeSnapshotScheduleRequest request ) : DescribeSnapshotScheduleResponse
DescribeStorediSCSIVolumes ( DescribeStorediSCSIVolumesRequest request ) : DescribeStorediSCSIVolumesResponse
DescribeTapeArchives ( ) : DescribeTapeArchivesResponse
DescribeTapeArchives ( DescribeTapeArchivesRequest request ) : DescribeTapeArchivesResponse
DescribeTapeRecoveryPoints ( DescribeTapeRecoveryPointsRequest request ) : DescribeTapeRecoveryPointsResponse
DescribeTapes ( DescribeTapesRequest request ) : DescribeTapesResponse
DescribeUploadBuffer ( DescribeUploadBufferRequest request ) : DescribeUploadBufferResponse
DescribeVTLDevices ( DescribeVTLDevicesRequest request ) : DescribeVTLDevicesResponse
DescribeWorkingStorage ( DescribeWorkingStorageRequest request ) : DescribeWorkingStorageResponse
DisableGateway ( DisableGatewayRequest request ) : DisableGatewayResponse
ListFileShares ( ListFileSharesRequest request ) : ListFileSharesResponse
ListGateways ( ) : ListGatewaysResponse
ListGateways ( ListGatewaysRequest request ) : ListGatewaysResponse
ListLocalDisks ( ListLocalDisksRequest request ) : ListLocalDisksResponse
ListTagsForResource ( ListTagsForResourceRequest request ) : ListTagsForResourceResponse
ListTapes ( ListTapesRequest request ) : ListTapesResponse
ListVolumeInitiators ( ListVolumeInitiatorsRequest request ) : ListVolumeInitiatorsResponse
ListVolumeRecoveryPoints ( ListVolumeRecoveryPointsRequest request ) : ListVolumeRecoveryPointsResponse
ListVolumes ( ListVolumesRequest request ) : ListVolumesResponse
RemoveTagsFromResource ( RemoveTagsFromResourceRequest request ) : RemoveTagsFromResourceResponse
ResetCache ( ResetCacheRequest request ) : ResetCacheResponse
RetrieveTapeArchive ( RetrieveTapeArchiveRequest request ) : RetrieveTapeArchiveResponse
RetrieveTapeRecoveryPoint ( RetrieveTapeRecoveryPointRequest request ) : RetrieveTapeRecoveryPointResponse
SetLocalConsolePassword ( SetLocalConsolePasswordRequest request ) : SetLocalConsolePasswordResponse
ShutdownGateway ( ShutdownGatewayRequest request ) : ShutdownGatewayResponse
StartGateway ( StartGatewayRequest request ) : StartGatewayResponse
UpdateBandwidthRateLimit ( UpdateBandwidthRateLimitRequest request ) : UpdateBandwidthRateLimitResponse
UpdateChapCredentials ( UpdateChapCredentialsRequest request ) : UpdateChapCredentialsResponse
UpdateGatewayInformation ( UpdateGatewayInformationRequest request ) : UpdateGatewayInformationResponse
UpdateGatewaySoftwareNow ( UpdateGatewaySoftwareNowRequest request ) : UpdateGatewaySoftwareNowResponse
UpdateMaintenanceStartTime ( UpdateMaintenanceStartTimeRequest request ) : UpdateMaintenanceStartTimeResponse
UpdateNFSFileShare ( UpdateNFSFileShareRequest request ) : UpdateNFSFileShareResponse
UpdateSnapshotSchedule ( UpdateSnapshotScheduleRequest request ) : UpdateSnapshotScheduleResponse
UpdateVTLDeviceType ( UpdateVTLDeviceTypeRequest request ) : UpdateVTLDeviceTypeResponse

Method Details

ActivateGatewayAsync() public méthode

Initiates the asynchronous execution of the ActivateGateway operation.
public ActivateGatewayAsync ( ActivateGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.StorageGateway.Model.ActivateGatewayRequest Container for the necessary parameters to execute the ActivateGateway operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

AddCacheAsync() public méthode

Initiates the asynchronous execution of the AddCache operation.
public AddCacheAsync ( AddCacheRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.StorageGateway.Model.AddCacheRequest Container for the necessary parameters to execute the AddCache operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

AddTagsToResourceAsync() public méthode

Initiates the asynchronous execution of the AddTagsToResource operation.
public AddTagsToResourceAsync ( AddTagsToResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.StorageGateway.Model.AddTagsToResourceRequest Container for the necessary parameters to execute the AddTagsToResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

AddUploadBufferAsync() public méthode

Initiates the asynchronous execution of the AddUploadBuffer operation.
public AddUploadBufferAsync ( AddUploadBufferRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.StorageGateway.Model.AddUploadBufferRequest Container for the necessary parameters to execute the AddUploadBuffer operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

AddWorkingStorageAsync() public méthode

Initiates the asynchronous execution of the AddWorkingStorage operation.
public AddWorkingStorageAsync ( AddWorkingStorageRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.StorageGateway.Model.AddWorkingStorageRequest Container for the necessary parameters to execute the AddWorkingStorage operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

AmazonStorageGatewayClient() public méthode

Constructs AmazonStorageGatewayClient 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 AmazonStorageGatewayClient ( ) : System
Résultat System

AmazonStorageGatewayClient() public méthode

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

AmazonStorageGatewayClient() public méthode

Constructs AmazonStorageGatewayClient with AWS Credentials and an AmazonStorageGatewayClient Configuration object.
public AmazonStorageGatewayClient ( AWSCredentials credentials, AmazonStorageGatewayConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonStorageGatewayConfig The AmazonStorageGatewayClient Configuration Object
Résultat System

AmazonStorageGatewayClient() public méthode

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

AmazonStorageGatewayClient() public méthode

Constructs AmazonStorageGatewayClient 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 AmazonStorageGatewayClient ( AmazonStorageGatewayConfig config ) : System
config AmazonStorageGatewayConfig The AmazonStorageGatewayClient Configuration Object
Résultat System

AmazonStorageGatewayClient() public méthode

Constructs AmazonStorageGatewayClient 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 AmazonStorageGatewayClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
Résultat System

AmazonStorageGatewayClient() public méthode

Constructs AmazonStorageGatewayClient with AWS Access Key ID and AWS Secret Key
public AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
Résultat System

AmazonStorageGatewayClient() public méthode

Constructs AmazonStorageGatewayClient with AWS Access Key ID, AWS Secret Key and an AmazonStorageGatewayClient Configuration object.
public AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonStorageGatewayConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonStorageGatewayConfig The AmazonStorageGatewayClient Configuration Object
Résultat System

AmazonStorageGatewayClient() public méthode

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

AmazonStorageGatewayClient() public méthode

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

AmazonStorageGatewayClient() public méthode

Constructs AmazonStorageGatewayClient with AWS Access Key ID, AWS Secret Key and an AmazonStorageGatewayClient Configuration object.
public AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonStorageGatewayConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonStorageGatewayConfig The AmazonStorageGatewayClient Configuration Object
Résultat System

AmazonStorageGatewayClient() public méthode

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

BeginActivateGateway() public méthode

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

BeginAddCache() public méthode

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

BeginAddTagsToResource() public méthode

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

BeginAddUploadBuffer() public méthode

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

BeginAddWorkingStorage() public méthode

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

BeginCancelArchival() public méthode

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

BeginCancelRetrieval() public méthode

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

BeginCreateCachediSCSIVolume() public méthode

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

BeginCreateNFSFileShare() public méthode

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

BeginCreateSnapshot() public méthode

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

BeginCreateSnapshotFromVolumeRecoveryPoint() public méthode

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

BeginCreateStorediSCSIVolume() public méthode

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

BeginCreateTapeWithBarcode() public méthode

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

BeginCreateTapes() public méthode

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

BeginDeleteBandwidthRateLimit() public méthode

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

BeginDeleteChapCredentials() public méthode

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

BeginDeleteFileShare() public méthode

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

BeginDeleteGateway() public méthode

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

BeginDeleteSnapshotSchedule() public méthode

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

BeginDeleteTape() public méthode

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

BeginDeleteTapeArchive() public méthode

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

BeginDeleteVolume() public méthode

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

BeginDescribeBandwidthRateLimit() public méthode

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

BeginDescribeCache() public méthode

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

BeginDescribeCachediSCSIVolumes() public méthode

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

BeginDescribeChapCredentials() public méthode

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

BeginDescribeGatewayInformation() public méthode

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

BeginDescribeMaintenanceStartTime() public méthode

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

BeginDescribeNFSFileShares() public méthode

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

BeginDescribeSnapshotSchedule() public méthode

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

BeginDescribeStorediSCSIVolumes() public méthode

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

BeginDescribeTapeArchives() public méthode

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

BeginDescribeTapeRecoveryPoints() public méthode

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

BeginDescribeTapes() public méthode

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

BeginDescribeUploadBuffer() public méthode

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

BeginDescribeVTLDevices() public méthode

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

BeginDescribeWorkingStorage() public méthode

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

BeginDisableGateway() public méthode

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

BeginListFileShares() public méthode

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

BeginListGateways() public méthode

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

BeginListLocalDisks() public méthode

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

BeginListTagsForResource() public méthode

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

BeginListTapes() public méthode

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

BeginListVolumeInitiators() public méthode

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

BeginListVolumeRecoveryPoints() public méthode

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

BeginListVolumes() public méthode

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

BeginRemoveTagsFromResource() public méthode

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

BeginResetCache() public méthode

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

BeginRetrieveTapeArchive() public méthode

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

BeginRetrieveTapeRecoveryPoint() public méthode

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

BeginSetLocalConsolePassword() public méthode

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

BeginShutdownGateway() public méthode

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

BeginStartGateway() public méthode

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

BeginUpdateBandwidthRateLimit() public méthode

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

BeginUpdateChapCredentials() public méthode

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

BeginUpdateGatewayInformation() public méthode

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

BeginUpdateGatewaySoftwareNow() public méthode

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

BeginUpdateMaintenanceStartTime() public méthode

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

BeginUpdateNFSFileShare() public méthode

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

BeginUpdateSnapshotSchedule() public méthode

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

BeginUpdateVTLDeviceType() public méthode

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

CancelArchivalAsync() public méthode

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

CancelRetrievalAsync() public méthode

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

CreateCachediSCSIVolumeAsync() public méthode

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

CreateNFSFileShareAsync() public méthode

Initiates the asynchronous execution of the CreateNFSFileShare operation.
public CreateNFSFileShareAsync ( CreateNFSFileShareRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateNFSFileShareRequest Container for the necessary parameters to execute the CreateNFSFileShare 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 AbstractAWSSigner

CreateSnapshotAsync() public méthode

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

CreateSnapshotFromVolumeRecoveryPointAsync() public méthode

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

CreateStorediSCSIVolumeAsync() public méthode

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

CreateTapeWithBarcodeAsync() public méthode

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

CreateTapesAsync() public méthode

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

DeleteBandwidthRateLimitAsync() public méthode

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

DeleteChapCredentialsAsync() public méthode

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

DeleteFileShareAsync() public méthode

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

DeleteGatewayAsync() public méthode

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

DeleteSnapshotScheduleAsync() public méthode

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

DeleteTapeArchiveAsync() public méthode

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

DeleteTapeAsync() public méthode

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

DeleteVolumeAsync() public méthode

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

DescribeBandwidthRateLimitAsync() public méthode

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

DescribeCacheAsync() public méthode

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

DescribeCachediSCSIVolumesAsync() public méthode

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

DescribeChapCredentialsAsync() public méthode

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

DescribeGatewayInformationAsync() public méthode

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

DescribeMaintenanceStartTimeAsync() public méthode

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

DescribeNFSFileSharesAsync() public méthode

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

DescribeSnapshotScheduleAsync() public méthode

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

DescribeStorediSCSIVolumesAsync() public méthode

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

DescribeTapeArchivesAsync() public méthode

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

DescribeTapeArchivesAsync() public méthode

Returns a description of specified virtual tapes in the virtual tape shelf (VTS).

If a specific TapeARN is not specified, AWS Storage Gateway returns a description of all virtual tapes found in the VTS associated with your account.

/// An internal server error has occurred during the request. For more information, see /// the error and message fields. /// /// An exception occurred because an invalid gateway request was issued to the service. /// For more information, see the error and message fields. ///
public DescribeTapeArchivesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeTapeRecoveryPointsAsync() public méthode

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

DescribeTapesAsync() public méthode

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

DescribeUploadBufferAsync() public méthode

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

DescribeVTLDevicesAsync() public méthode

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

DescribeWorkingStorageAsync() public méthode

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

DisableGatewayAsync() public méthode

Initiates the asynchronous execution of the DisableGateway operation.
public DisableGatewayAsync ( DisableGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DisableGatewayRequest Container for the necessary parameters to execute the DisableGateway 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

EndActivateGateway() public méthode

Finishes the asynchronous execution of the ActivateGateway operation.
public EndActivateGateway ( IAsyncResult asyncResult ) : ActivateGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginActivateGateway.
Résultat ActivateGatewayResponse

EndAddCache() public méthode

Finishes the asynchronous execution of the AddCache operation.
public EndAddCache ( IAsyncResult asyncResult ) : AddCacheResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddCache.
Résultat AddCacheResponse

EndAddTagsToResource() public méthode

Finishes the asynchronous execution of the AddTagsToResource operation.
public EndAddTagsToResource ( IAsyncResult asyncResult ) : AddTagsToResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddTagsToResource.
Résultat AddTagsToResourceResponse

EndAddUploadBuffer() public méthode

Finishes the asynchronous execution of the AddUploadBuffer operation.
public EndAddUploadBuffer ( IAsyncResult asyncResult ) : AddUploadBufferResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddUploadBuffer.
Résultat AddUploadBufferResponse

EndAddWorkingStorage() public méthode

Finishes the asynchronous execution of the AddWorkingStorage operation.
public EndAddWorkingStorage ( IAsyncResult asyncResult ) : AddWorkingStorageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddWorkingStorage.
Résultat AddWorkingStorageResponse

EndCancelArchival() public méthode

Finishes the asynchronous execution of the CancelArchival operation.
public EndCancelArchival ( IAsyncResult asyncResult ) : CancelArchivalResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelArchival.
Résultat CancelArchivalResponse

EndCancelRetrieval() public méthode

Finishes the asynchronous execution of the CancelRetrieval operation.
public EndCancelRetrieval ( IAsyncResult asyncResult ) : CancelRetrievalResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelRetrieval.
Résultat CancelRetrievalResponse

EndCreateCachediSCSIVolume() public méthode

Finishes the asynchronous execution of the CreateCachediSCSIVolume operation.
public EndCreateCachediSCSIVolume ( IAsyncResult asyncResult ) : CreateCachediSCSIVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateCachediSCSIVolume.
Résultat CreateCachediSCSIVolumeResponse

EndCreateNFSFileShare() public méthode

Finishes the asynchronous execution of the CreateNFSFileShare operation.
public EndCreateNFSFileShare ( IAsyncResult asyncResult ) : CreateNFSFileShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateNFSFileShare.
Résultat CreateNFSFileShareResponse

EndCreateSnapshot() public méthode

Finishes the asynchronous execution of the CreateSnapshot operation.
public EndCreateSnapshot ( IAsyncResult asyncResult ) : CreateSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSnapshot.
Résultat CreateSnapshotResponse

EndCreateSnapshotFromVolumeRecoveryPoint() public méthode

Finishes the asynchronous execution of the CreateSnapshotFromVolumeRecoveryPoint operation.
public EndCreateSnapshotFromVolumeRecoveryPoint ( IAsyncResult asyncResult ) : CreateSnapshotFromVolumeRecoveryPointResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSnapshotFromVolumeRecoveryPoint.
Résultat CreateSnapshotFromVolumeRecoveryPointResponse

EndCreateStorediSCSIVolume() public méthode

Finishes the asynchronous execution of the CreateStorediSCSIVolume operation.
public EndCreateStorediSCSIVolume ( IAsyncResult asyncResult ) : CreateStorediSCSIVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStorediSCSIVolume.
Résultat CreateStorediSCSIVolumeResponse

EndCreateTapeWithBarcode() public méthode

Finishes the asynchronous execution of the CreateTapeWithBarcode operation.
public EndCreateTapeWithBarcode ( IAsyncResult asyncResult ) : CreateTapeWithBarcodeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateTapeWithBarcode.
Résultat CreateTapeWithBarcodeResponse

EndCreateTapes() public méthode

Finishes the asynchronous execution of the CreateTapes operation.
public EndCreateTapes ( IAsyncResult asyncResult ) : CreateTapesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateTapes.
Résultat CreateTapesResponse

EndDeleteBandwidthRateLimit() public méthode

Finishes the asynchronous execution of the DeleteBandwidthRateLimit operation.
public EndDeleteBandwidthRateLimit ( IAsyncResult asyncResult ) : DeleteBandwidthRateLimitResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteBandwidthRateLimit.
Résultat DeleteBandwidthRateLimitResponse

EndDeleteChapCredentials() public méthode

Finishes the asynchronous execution of the DeleteChapCredentials operation.
public EndDeleteChapCredentials ( IAsyncResult asyncResult ) : DeleteChapCredentialsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteChapCredentials.
Résultat DeleteChapCredentialsResponse

EndDeleteFileShare() public méthode

Finishes the asynchronous execution of the DeleteFileShare operation.
public EndDeleteFileShare ( IAsyncResult asyncResult ) : DeleteFileShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteFileShare.
Résultat DeleteFileShareResponse

EndDeleteGateway() public méthode

Finishes the asynchronous execution of the DeleteGateway operation.
public EndDeleteGateway ( IAsyncResult asyncResult ) : DeleteGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteGateway.
Résultat DeleteGatewayResponse

EndDeleteSnapshotSchedule() public méthode

Finishes the asynchronous execution of the DeleteSnapshotSchedule operation.
public EndDeleteSnapshotSchedule ( IAsyncResult asyncResult ) : DeleteSnapshotScheduleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteSnapshotSchedule.
Résultat DeleteSnapshotScheduleResponse

EndDeleteTape() public méthode

Finishes the asynchronous execution of the DeleteTape operation.
public EndDeleteTape ( IAsyncResult asyncResult ) : DeleteTapeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteTape.
Résultat DeleteTapeResponse

EndDeleteTapeArchive() public méthode

Finishes the asynchronous execution of the DeleteTapeArchive operation.
public EndDeleteTapeArchive ( IAsyncResult asyncResult ) : DeleteTapeArchiveResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteTapeArchive.
Résultat DeleteTapeArchiveResponse

EndDeleteVolume() public méthode

Finishes the asynchronous execution of the DeleteVolume operation.
public EndDeleteVolume ( IAsyncResult asyncResult ) : DeleteVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteVolume.
Résultat DeleteVolumeResponse

EndDescribeBandwidthRateLimit() public méthode

Finishes the asynchronous execution of the DescribeBandwidthRateLimit operation.
public EndDescribeBandwidthRateLimit ( IAsyncResult asyncResult ) : DescribeBandwidthRateLimitResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeBandwidthRateLimit.
Résultat DescribeBandwidthRateLimitResponse

EndDescribeCache() public méthode

Finishes the asynchronous execution of the DescribeCache operation.
public EndDescribeCache ( IAsyncResult asyncResult ) : DescribeCacheResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeCache.
Résultat DescribeCacheResponse

EndDescribeCachediSCSIVolumes() public méthode

Finishes the asynchronous execution of the DescribeCachediSCSIVolumes operation.
public EndDescribeCachediSCSIVolumes ( IAsyncResult asyncResult ) : DescribeCachediSCSIVolumesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeCachediSCSIVolumes.
Résultat DescribeCachediSCSIVolumesResponse

EndDescribeChapCredentials() public méthode

Finishes the asynchronous execution of the DescribeChapCredentials operation.
public EndDescribeChapCredentials ( IAsyncResult asyncResult ) : DescribeChapCredentialsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeChapCredentials.
Résultat DescribeChapCredentialsResponse

EndDescribeGatewayInformation() public méthode

Finishes the asynchronous execution of the DescribeGatewayInformation operation.
public EndDescribeGatewayInformation ( IAsyncResult asyncResult ) : DescribeGatewayInformationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeGatewayInformation.
Résultat DescribeGatewayInformationResponse

EndDescribeMaintenanceStartTime() public méthode

Finishes the asynchronous execution of the DescribeMaintenanceStartTime operation.
public EndDescribeMaintenanceStartTime ( IAsyncResult asyncResult ) : DescribeMaintenanceStartTimeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeMaintenanceStartTime.
Résultat DescribeMaintenanceStartTimeResponse

EndDescribeNFSFileShares() public méthode

Finishes the asynchronous execution of the DescribeNFSFileShares operation.
public EndDescribeNFSFileShares ( IAsyncResult asyncResult ) : DescribeNFSFileSharesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeNFSFileShares.
Résultat DescribeNFSFileSharesResponse

EndDescribeSnapshotSchedule() public méthode

Finishes the asynchronous execution of the DescribeSnapshotSchedule operation.
public EndDescribeSnapshotSchedule ( IAsyncResult asyncResult ) : DescribeSnapshotScheduleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSnapshotSchedule.
Résultat DescribeSnapshotScheduleResponse

EndDescribeStorediSCSIVolumes() public méthode

Finishes the asynchronous execution of the DescribeStorediSCSIVolumes operation.
public EndDescribeStorediSCSIVolumes ( IAsyncResult asyncResult ) : DescribeStorediSCSIVolumesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStorediSCSIVolumes.
Résultat DescribeStorediSCSIVolumesResponse

EndDescribeTapeArchives() public méthode

Finishes the asynchronous execution of the DescribeTapeArchives operation.
public EndDescribeTapeArchives ( IAsyncResult asyncResult ) : DescribeTapeArchivesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeTapeArchives.
Résultat DescribeTapeArchivesResponse

EndDescribeTapeRecoveryPoints() public méthode

Finishes the asynchronous execution of the DescribeTapeRecoveryPoints operation.
public EndDescribeTapeRecoveryPoints ( IAsyncResult asyncResult ) : DescribeTapeRecoveryPointsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeTapeRecoveryPoints.
Résultat DescribeTapeRecoveryPointsResponse

EndDescribeTapes() public méthode

Finishes the asynchronous execution of the DescribeTapes operation.
public EndDescribeTapes ( IAsyncResult asyncResult ) : DescribeTapesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeTapes.
Résultat DescribeTapesResponse

EndDescribeUploadBuffer() public méthode

Finishes the asynchronous execution of the DescribeUploadBuffer operation.
public EndDescribeUploadBuffer ( IAsyncResult asyncResult ) : DescribeUploadBufferResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeUploadBuffer.
Résultat DescribeUploadBufferResponse

EndDescribeVTLDevices() public méthode

Finishes the asynchronous execution of the DescribeVTLDevices operation.
public EndDescribeVTLDevices ( IAsyncResult asyncResult ) : DescribeVTLDevicesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVTLDevices.
Résultat DescribeVTLDevicesResponse

EndDescribeWorkingStorage() public méthode

Finishes the asynchronous execution of the DescribeWorkingStorage operation.
public EndDescribeWorkingStorage ( IAsyncResult asyncResult ) : DescribeWorkingStorageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeWorkingStorage.
Résultat DescribeWorkingStorageResponse

EndDisableGateway() public méthode

Finishes the asynchronous execution of the DisableGateway operation.
public EndDisableGateway ( IAsyncResult asyncResult ) : DisableGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisableGateway.
Résultat DisableGatewayResponse

EndListFileShares() public méthode

Finishes the asynchronous execution of the ListFileShares operation.
public EndListFileShares ( IAsyncResult asyncResult ) : ListFileSharesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListFileShares.
Résultat ListFileSharesResponse

EndListGateways() public méthode

Finishes the asynchronous execution of the ListGateways operation.
public EndListGateways ( IAsyncResult asyncResult ) : ListGatewaysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListGateways.
Résultat ListGatewaysResponse

EndListLocalDisks() public méthode

Finishes the asynchronous execution of the ListLocalDisks operation.
public EndListLocalDisks ( IAsyncResult asyncResult ) : ListLocalDisksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListLocalDisks.
Résultat ListLocalDisksResponse

EndListTagsForResource() public méthode

Finishes the asynchronous execution of the ListTagsForResource operation.
public EndListTagsForResource ( IAsyncResult asyncResult ) : ListTagsForResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTagsForResource.
Résultat ListTagsForResourceResponse

EndListTapes() public méthode

Finishes the asynchronous execution of the ListTapes operation.
public EndListTapes ( IAsyncResult asyncResult ) : ListTapesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTapes.
Résultat ListTapesResponse

EndListVolumeInitiators() public méthode

Finishes the asynchronous execution of the ListVolumeInitiators operation.
public EndListVolumeInitiators ( IAsyncResult asyncResult ) : ListVolumeInitiatorsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListVolumeInitiators.
Résultat ListVolumeInitiatorsResponse

EndListVolumeRecoveryPoints() public méthode

Finishes the asynchronous execution of the ListVolumeRecoveryPoints operation.
public EndListVolumeRecoveryPoints ( IAsyncResult asyncResult ) : ListVolumeRecoveryPointsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListVolumeRecoveryPoints.
Résultat ListVolumeRecoveryPointsResponse

EndListVolumes() public méthode

Finishes the asynchronous execution of the ListVolumes operation.
public EndListVolumes ( IAsyncResult asyncResult ) : ListVolumesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListVolumes.
Résultat ListVolumesResponse

EndRemoveTagsFromResource() public méthode

Finishes the asynchronous execution of the RemoveTagsFromResource operation.
public EndRemoveTagsFromResource ( IAsyncResult asyncResult ) : RemoveTagsFromResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRemoveTagsFromResource.
Résultat RemoveTagsFromResourceResponse

EndResetCache() public méthode

Finishes the asynchronous execution of the ResetCache operation.
public EndResetCache ( IAsyncResult asyncResult ) : ResetCacheResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginResetCache.
Résultat ResetCacheResponse

EndRetrieveTapeArchive() public méthode

Finishes the asynchronous execution of the RetrieveTapeArchive operation.
public EndRetrieveTapeArchive ( IAsyncResult asyncResult ) : RetrieveTapeArchiveResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRetrieveTapeArchive.
Résultat RetrieveTapeArchiveResponse

EndRetrieveTapeRecoveryPoint() public méthode

Finishes the asynchronous execution of the RetrieveTapeRecoveryPoint operation.
public EndRetrieveTapeRecoveryPoint ( IAsyncResult asyncResult ) : RetrieveTapeRecoveryPointResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRetrieveTapeRecoveryPoint.
Résultat RetrieveTapeRecoveryPointResponse

EndSetLocalConsolePassword() public méthode

Finishes the asynchronous execution of the SetLocalConsolePassword operation.
public EndSetLocalConsolePassword ( IAsyncResult asyncResult ) : SetLocalConsolePasswordResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetLocalConsolePassword.
Résultat SetLocalConsolePasswordResponse

EndShutdownGateway() public méthode

Finishes the asynchronous execution of the ShutdownGateway operation.
public EndShutdownGateway ( IAsyncResult asyncResult ) : ShutdownGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginShutdownGateway.
Résultat ShutdownGatewayResponse

EndStartGateway() public méthode

Finishes the asynchronous execution of the StartGateway operation.
public EndStartGateway ( IAsyncResult asyncResult ) : StartGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartGateway.
Résultat StartGatewayResponse

EndUpdateBandwidthRateLimit() public méthode

Finishes the asynchronous execution of the UpdateBandwidthRateLimit operation.
public EndUpdateBandwidthRateLimit ( IAsyncResult asyncResult ) : UpdateBandwidthRateLimitResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateBandwidthRateLimit.
Résultat UpdateBandwidthRateLimitResponse

EndUpdateChapCredentials() public méthode

Finishes the asynchronous execution of the UpdateChapCredentials operation.
public EndUpdateChapCredentials ( IAsyncResult asyncResult ) : UpdateChapCredentialsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateChapCredentials.
Résultat UpdateChapCredentialsResponse

EndUpdateGatewayInformation() public méthode

Finishes the asynchronous execution of the UpdateGatewayInformation operation.
public EndUpdateGatewayInformation ( IAsyncResult asyncResult ) : UpdateGatewayInformationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateGatewayInformation.
Résultat UpdateGatewayInformationResponse

EndUpdateGatewaySoftwareNow() public méthode

Finishes the asynchronous execution of the UpdateGatewaySoftwareNow operation.
public EndUpdateGatewaySoftwareNow ( IAsyncResult asyncResult ) : UpdateGatewaySoftwareNowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateGatewaySoftwareNow.
Résultat UpdateGatewaySoftwareNowResponse

EndUpdateMaintenanceStartTime() public méthode

Finishes the asynchronous execution of the UpdateMaintenanceStartTime operation.
public EndUpdateMaintenanceStartTime ( IAsyncResult asyncResult ) : UpdateMaintenanceStartTimeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateMaintenanceStartTime.
Résultat UpdateMaintenanceStartTimeResponse

EndUpdateNFSFileShare() public méthode

Finishes the asynchronous execution of the UpdateNFSFileShare operation.
public EndUpdateNFSFileShare ( IAsyncResult asyncResult ) : UpdateNFSFileShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateNFSFileShare.
Résultat UpdateNFSFileShareResponse

EndUpdateSnapshotSchedule() public méthode

Finishes the asynchronous execution of the UpdateSnapshotSchedule operation.
public EndUpdateSnapshotSchedule ( IAsyncResult asyncResult ) : UpdateSnapshotScheduleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateSnapshotSchedule.
Résultat UpdateSnapshotScheduleResponse

EndUpdateVTLDeviceType() public méthode

Finishes the asynchronous execution of the UpdateVTLDeviceType operation.
public EndUpdateVTLDeviceType ( IAsyncResult asyncResult ) : UpdateVTLDeviceTypeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateVTLDeviceType.
Résultat UpdateVTLDeviceTypeResponse

ListFileSharesAsync() public méthode

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

ListGatewaysAsync() public méthode

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

ListGatewaysAsync() public méthode

Lists gateways owned by an AWS account in a region specified in the request. The returned list is ordered by gateway Amazon Resource Name (ARN).

By default, the operation returns a maximum of 100 gateways. This operation supports pagination that allows you to optionally reduce the number of gateways returned in a response.

If you have more gateways than are returned in a response (that is, the response returns only a truncated list of your gateways), the response contains a marker that you can specify in your next request to fetch the next page of gateways.

/// An internal server error has occurred during the request. For more information, see /// the error and message fields. /// /// An exception occurred because an invalid gateway request was issued to the service. /// For more information, see the error and message fields. ///
public ListGatewaysAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListLocalDisksAsync() public méthode

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

ListTagsForResourceAsync() public méthode

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

ListTapesAsync() public méthode

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

ListVolumeInitiatorsAsync() public méthode

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

ListVolumeRecoveryPointsAsync() public méthode

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

ListVolumesAsync() public méthode

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

RemoveTagsFromResourceAsync() public méthode

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

ResetCache() public méthode

Resets all cache disks that have encountered a error and makes the disks available for reconfiguration as cache storage. If your cache disk encounters a error, the gateway prevents read and write operations on virtual tapes in the gateway. For example, an error can occur when a disk is corrupted or removed from the gateway. When a cache is reset, the gateway loses its cache storage. At this point you can reconfigure the disks as cache disks.

If the cache disk you are resetting contains data that has not been uploaded to Amazon S3 yet, that data can be lost. After you reset cache disks, there will be no configured cache disks left in the gateway, so you must configure at least one new cache disk for your gateway to function properly.

/// An internal server error has occurred during the request. For more information, see /// the error and message fields. /// /// An exception occurred because an invalid gateway request was issued to the service. /// For more information, see the error and message fields. ///
public ResetCache ( string gatewayARN ) : ResetCacheResponse
gatewayARN string A property of ResetCacheRequest used to execute the ResetCache service method.
Résultat ResetCacheResponse

ResetCacheAsync() public méthode

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

ResetCacheAsync() public méthode

Resets all cache disks that have encountered a error and makes the disks available for reconfiguration as cache storage. If your cache disk encounters a error, the gateway prevents read and write operations on virtual tapes in the gateway. For example, an error can occur when a disk is corrupted or removed from the gateway. When a cache is reset, the gateway loses its cache storage. At this point you can reconfigure the disks as cache disks.

If the cache disk you are resetting contains data that has not been uploaded to Amazon S3 yet, that data can be lost. After you reset cache disks, there will be no configured cache disks left in the gateway, so you must configure at least one new cache disk for your gateway to function properly.

/// An internal server error has occurred during the request. For more information, see /// the error and message fields. /// /// An exception occurred because an invalid gateway request was issued to the service. /// For more information, see the error and message fields. ///
public ResetCacheAsync ( string gatewayARN, System cancellationToken = default(CancellationToken) ) : Task
gatewayARN string A property of ResetCacheRequest used to execute the ResetCache service method.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

RetrieveTapeArchiveAsync() public méthode

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

RetrieveTapeRecoveryPointAsync() public méthode

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

SetLocalConsolePasswordAsync() public méthode

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

ShutdownGatewayAsync() public méthode

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

StartGatewayAsync() public méthode

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

UpdateBandwidthRateLimitAsync() public méthode

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

UpdateChapCredentialsAsync() public méthode

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

UpdateGatewayInformationAsync() public méthode

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

UpdateGatewaySoftwareNowAsync() public méthode

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

UpdateMaintenanceStartTimeAsync() public méthode

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

UpdateNFSFileShareAsync() public méthode

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

UpdateSnapshotScheduleAsync() public méthode

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

UpdateVTLDeviceTypeAsync() public méthode

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