Uses of Class
com.amazonaws.services.storagegateway.model.DeleteBandwidthRateLimitRequest

Packages that use DeleteBandwidthRateLimitRequest
com.amazonaws.services.storagegateway Synchronous and asynchronous client classes for accessing AWSStorageGateway. 
com.amazonaws.services.storagegateway.model Classes modeling the various types represented by AWSStorageGateway. 
 

Uses of DeleteBandwidthRateLimitRequest in com.amazonaws.services.storagegateway
 

Methods in com.amazonaws.services.storagegateway with parameters of type DeleteBandwidthRateLimitRequest
 DeleteBandwidthRateLimitResult AWSStorageGatewayClient.deleteBandwidthRateLimit(DeleteBandwidthRateLimitRequest deleteBandwidthRateLimitRequest)
           This operation deletes the bandwidth rate limits of a gateway.
 DeleteBandwidthRateLimitResult AWSStorageGateway.deleteBandwidthRateLimit(DeleteBandwidthRateLimitRequest deleteBandwidthRateLimitRequest)
           This operation deletes the bandwidth rate limits of a gateway.
 Future<DeleteBandwidthRateLimitResult> AWSStorageGatewayAsyncClient.deleteBandwidthRateLimitAsync(DeleteBandwidthRateLimitRequest deleteBandwidthRateLimitRequest)
           This operation deletes the bandwidth rate limits of a gateway.
 Future<DeleteBandwidthRateLimitResult> AWSStorageGatewayAsync.deleteBandwidthRateLimitAsync(DeleteBandwidthRateLimitRequest deleteBandwidthRateLimitRequest)
           This operation deletes the bandwidth rate limits of a gateway.
 Future<DeleteBandwidthRateLimitResult> AWSStorageGatewayAsyncClient.deleteBandwidthRateLimitAsync(DeleteBandwidthRateLimitRequest deleteBandwidthRateLimitRequest, AsyncHandler<DeleteBandwidthRateLimitRequest,DeleteBandwidthRateLimitResult> asyncHandler)
           This operation deletes the bandwidth rate limits of a gateway.
 Future<DeleteBandwidthRateLimitResult> AWSStorageGatewayAsync.deleteBandwidthRateLimitAsync(DeleteBandwidthRateLimitRequest deleteBandwidthRateLimitRequest, AsyncHandler<DeleteBandwidthRateLimitRequest,DeleteBandwidthRateLimitResult> asyncHandler)
           This operation deletes the bandwidth rate limits of a gateway.
 

Method parameters in com.amazonaws.services.storagegateway with type arguments of type DeleteBandwidthRateLimitRequest
 Future<DeleteBandwidthRateLimitResult> AWSStorageGatewayAsyncClient.deleteBandwidthRateLimitAsync(DeleteBandwidthRateLimitRequest deleteBandwidthRateLimitRequest, AsyncHandler<DeleteBandwidthRateLimitRequest,DeleteBandwidthRateLimitResult> asyncHandler)
           This operation deletes the bandwidth rate limits of a gateway.
 Future<DeleteBandwidthRateLimitResult> AWSStorageGatewayAsync.deleteBandwidthRateLimitAsync(DeleteBandwidthRateLimitRequest deleteBandwidthRateLimitRequest, AsyncHandler<DeleteBandwidthRateLimitRequest,DeleteBandwidthRateLimitResult> asyncHandler)
           This operation deletes the bandwidth rate limits of a gateway.
 

Uses of DeleteBandwidthRateLimitRequest in com.amazonaws.services.storagegateway.model
 

Methods in com.amazonaws.services.storagegateway.model that return DeleteBandwidthRateLimitRequest
 DeleteBandwidthRateLimitRequest DeleteBandwidthRateLimitRequest.withBandwidthType(String bandwidthType)
          Sets the value of the BandwidthType property for this object.
 DeleteBandwidthRateLimitRequest DeleteBandwidthRateLimitRequest.withGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 



Copyright © 2016. All rights reserved.