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

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

Methods in com.amazonaws.services.storagegateway that return ListLocalDisksResult
 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.
 

Methods in com.amazonaws.services.storagegateway that return types with arguments of type ListLocalDisksResult
 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 ListLocalDisksResult
 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 ListLocalDisksResult in com.amazonaws.services.storagegateway.model
 

Methods in com.amazonaws.services.storagegateway.model that return ListLocalDisksResult
 ListLocalDisksResult ListLocalDisksResult.withDisks(Collection<Disk> disks)
          Sets the value of the Disks property for this object.
 ListLocalDisksResult ListLocalDisksResult.withDisks(Disk... disks)
          Sets the value of the Disks property for this object.
 ListLocalDisksResult ListLocalDisksResult.withGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 



Copyright © 2016. All rights reserved.