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

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

Methods in com.amazonaws.services.storagegateway with parameters of type ListLocalDisksRequest
 ListLocalDisksResult AWSStorageGatewayClient.listLocalDisks(ListLocalDisksRequest listLocalDisksRequest)
           This operation returns a list of the local disks of a gateway.
 ListLocalDisksResult AWSStorageGateway.listLocalDisks(ListLocalDisksRequest listLocalDisksRequest)
           This operation returns a list of the local disks of a gateway.
 Future<ListLocalDisksResult> AWSStorageGatewayAsyncClient.listLocalDisksAsync(ListLocalDisksRequest listLocalDisksRequest)
           This operation returns a list of the local disks of a gateway.
 Future<ListLocalDisksResult> AWSStorageGatewayAsync.listLocalDisksAsync(ListLocalDisksRequest listLocalDisksRequest)
           This operation returns a list of the local disks of a gateway.
 Future<ListLocalDisksResult> AWSStorageGatewayAsyncClient.listLocalDisksAsync(ListLocalDisksRequest listLocalDisksRequest, AsyncHandler<ListLocalDisksRequest,ListLocalDisksResult> asyncHandler)
           This operation returns a list of the local disks of a gateway.
 Future<ListLocalDisksResult> AWSStorageGatewayAsync.listLocalDisksAsync(ListLocalDisksRequest listLocalDisksRequest, AsyncHandler<ListLocalDisksRequest,ListLocalDisksResult> asyncHandler)
           This operation returns a list of the local disks of a gateway.
 

Method parameters in com.amazonaws.services.storagegateway with type arguments of type ListLocalDisksRequest
 Future<ListLocalDisksResult> AWSStorageGatewayAsyncClient.listLocalDisksAsync(ListLocalDisksRequest listLocalDisksRequest, AsyncHandler<ListLocalDisksRequest,ListLocalDisksResult> asyncHandler)
           This operation returns a list of the local disks of a gateway.
 Future<ListLocalDisksResult> AWSStorageGatewayAsync.listLocalDisksAsync(ListLocalDisksRequest listLocalDisksRequest, AsyncHandler<ListLocalDisksRequest,ListLocalDisksResult> asyncHandler)
           This operation returns a list of the local disks of a gateway.
 

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

Methods in com.amazonaws.services.storagegateway.model that return ListLocalDisksRequest
 ListLocalDisksRequest ListLocalDisksRequest.withGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 



Copyright © 2016. All rights reserved.