Uses of Class
software.amazon.awssdk.services.storagegateway.model.ListLocalDisksResponse
-
Packages that use ListLocalDisksResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of ListLocalDisksResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return ListLocalDisksResponse Modifier and Type Method Description default ListLocalDisksResponseStorageGatewayClient. listLocalDisks(Consumer<ListLocalDisksRequest.Builder> listLocalDisksRequest)Returns a list of the gateway's local disks.default ListLocalDisksResponseStorageGatewayClient. listLocalDisks(ListLocalDisksRequest listLocalDisksRequest)Returns a list of the gateway's local disks.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type ListLocalDisksResponse Modifier and Type Method Description default CompletableFuture<ListLocalDisksResponse>StorageGatewayAsyncClient. listLocalDisks(Consumer<ListLocalDisksRequest.Builder> listLocalDisksRequest)Returns a list of the gateway's local disks.default CompletableFuture<ListLocalDisksResponse>StorageGatewayAsyncClient. listLocalDisks(ListLocalDisksRequest listLocalDisksRequest)Returns a list of the gateway's local disks.
-