Uses of Class
software.amazon.awssdk.services.storagegateway.model.AddWorkingStorageResponse
-
Packages that use AddWorkingStorageResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of AddWorkingStorageResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return AddWorkingStorageResponse Modifier and Type Method Description default AddWorkingStorageResponseStorageGatewayClient. addWorkingStorage(Consumer<AddWorkingStorageRequest.Builder> addWorkingStorageRequest)Configures one or more gateway local disks as working storage for a gateway.default AddWorkingStorageResponseStorageGatewayClient. addWorkingStorage(AddWorkingStorageRequest addWorkingStorageRequest)Configures one or more gateway local disks as working storage for a gateway.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type AddWorkingStorageResponse Modifier and Type Method Description default CompletableFuture<AddWorkingStorageResponse>StorageGatewayAsyncClient. addWorkingStorage(Consumer<AddWorkingStorageRequest.Builder> addWorkingStorageRequest)Configures one or more gateway local disks as working storage for a gateway.default CompletableFuture<AddWorkingStorageResponse>StorageGatewayAsyncClient. addWorkingStorage(AddWorkingStorageRequest addWorkingStorageRequest)Configures one or more gateway local disks as working storage for a gateway.
-