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

Packages that use DescribeUploadBufferResult
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 DescribeUploadBufferResult in com.amazonaws.services.storagegateway
 

Methods in com.amazonaws.services.storagegateway that return DescribeUploadBufferResult
 DescribeUploadBufferResult AWSStorageGatewayClient.describeUploadBuffer(DescribeUploadBufferRequest describeUploadBufferRequest)
           This operation returns information about the upload buffer of a gateway.
 DescribeUploadBufferResult AWSStorageGateway.describeUploadBuffer(DescribeUploadBufferRequest describeUploadBufferRequest)
           This operation returns information about the upload buffer of a gateway.
 

Methods in com.amazonaws.services.storagegateway that return types with arguments of type DescribeUploadBufferResult
 Future<DescribeUploadBufferResult> AWSStorageGatewayAsyncClient.describeUploadBufferAsync(DescribeUploadBufferRequest describeUploadBufferRequest)
           This operation returns information about the upload buffer of a gateway.
 Future<DescribeUploadBufferResult> AWSStorageGatewayAsync.describeUploadBufferAsync(DescribeUploadBufferRequest describeUploadBufferRequest)
           This operation returns information about the upload buffer of a gateway.
 Future<DescribeUploadBufferResult> AWSStorageGatewayAsyncClient.describeUploadBufferAsync(DescribeUploadBufferRequest describeUploadBufferRequest, AsyncHandler<DescribeUploadBufferRequest,DescribeUploadBufferResult> asyncHandler)
           This operation returns information about the upload buffer of a gateway.
 Future<DescribeUploadBufferResult> AWSStorageGatewayAsync.describeUploadBufferAsync(DescribeUploadBufferRequest describeUploadBufferRequest, AsyncHandler<DescribeUploadBufferRequest,DescribeUploadBufferResult> asyncHandler)
           This operation returns information about the upload buffer of a gateway.
 

Method parameters in com.amazonaws.services.storagegateway with type arguments of type DescribeUploadBufferResult
 Future<DescribeUploadBufferResult> AWSStorageGatewayAsyncClient.describeUploadBufferAsync(DescribeUploadBufferRequest describeUploadBufferRequest, AsyncHandler<DescribeUploadBufferRequest,DescribeUploadBufferResult> asyncHandler)
           This operation returns information about the upload buffer of a gateway.
 Future<DescribeUploadBufferResult> AWSStorageGatewayAsync.describeUploadBufferAsync(DescribeUploadBufferRequest describeUploadBufferRequest, AsyncHandler<DescribeUploadBufferRequest,DescribeUploadBufferResult> asyncHandler)
           This operation returns information about the upload buffer of a gateway.
 

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

Methods in com.amazonaws.services.storagegateway.model that return DescribeUploadBufferResult
 DescribeUploadBufferResult DescribeUploadBufferResult.withDiskIds(Collection<String> diskIds)
          Sets the value of the DiskIds property for this object.
 DescribeUploadBufferResult DescribeUploadBufferResult.withDiskIds(String... diskIds)
          Sets the value of the DiskIds property for this object.
 DescribeUploadBufferResult DescribeUploadBufferResult.withGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 DescribeUploadBufferResult DescribeUploadBufferResult.withUploadBufferAllocatedInBytes(Long uploadBufferAllocatedInBytes)
          Sets the value of the UploadBufferAllocatedInBytes property for this object.
 DescribeUploadBufferResult DescribeUploadBufferResult.withUploadBufferUsedInBytes(Long uploadBufferUsedInBytes)
          Sets the value of the UploadBufferUsedInBytes property for this object.
 



Copyright © 2016. All rights reserved.