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

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

Methods in com.amazonaws.services.storagegateway that return AddWorkingStorageResult
 AddWorkingStorageResult AWSStorageGatewayClient.addWorkingStorage(AddWorkingStorageRequest addWorkingStorageRequest)
           This operation configures one or more gateway local disks as working storage for a gateway.
 AddWorkingStorageResult AWSStorageGateway.addWorkingStorage(AddWorkingStorageRequest addWorkingStorageRequest)
           This operation configures one or more gateway local disks as working storage for a gateway.
 

Methods in com.amazonaws.services.storagegateway that return types with arguments of type AddWorkingStorageResult
 Future<AddWorkingStorageResult> AWSStorageGatewayAsyncClient.addWorkingStorageAsync(AddWorkingStorageRequest addWorkingStorageRequest)
           This operation configures one or more gateway local disks as working storage for a gateway.
 Future<AddWorkingStorageResult> AWSStorageGatewayAsync.addWorkingStorageAsync(AddWorkingStorageRequest addWorkingStorageRequest)
           This operation configures one or more gateway local disks as working storage for a gateway.
 Future<AddWorkingStorageResult> AWSStorageGatewayAsyncClient.addWorkingStorageAsync(AddWorkingStorageRequest addWorkingStorageRequest, AsyncHandler<AddWorkingStorageRequest,AddWorkingStorageResult> asyncHandler)
           This operation configures one or more gateway local disks as working storage for a gateway.
 Future<AddWorkingStorageResult> AWSStorageGatewayAsync.addWorkingStorageAsync(AddWorkingStorageRequest addWorkingStorageRequest, AsyncHandler<AddWorkingStorageRequest,AddWorkingStorageResult> asyncHandler)
           This operation configures one or more gateway local disks as working storage for a gateway.
 

Method parameters in com.amazonaws.services.storagegateway with type arguments of type AddWorkingStorageResult
 Future<AddWorkingStorageResult> AWSStorageGatewayAsyncClient.addWorkingStorageAsync(AddWorkingStorageRequest addWorkingStorageRequest, AsyncHandler<AddWorkingStorageRequest,AddWorkingStorageResult> asyncHandler)
           This operation configures one or more gateway local disks as working storage for a gateway.
 Future<AddWorkingStorageResult> AWSStorageGatewayAsync.addWorkingStorageAsync(AddWorkingStorageRequest addWorkingStorageRequest, AsyncHandler<AddWorkingStorageRequest,AddWorkingStorageResult> asyncHandler)
           This operation configures one or more gateway local disks as working storage for a gateway.
 

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

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



Copyright © 2016. All rights reserved.