Uses of Class
software.amazon.awssdk.services.backupstorage.model.ListChunksResponse
-
Packages that use ListChunksResponse Package Description software.amazon.awssdk.services.backupstorage The frontend service for Cryo Storage.software.amazon.awssdk.services.backupstorage.paginators -
-
Uses of ListChunksResponse in software.amazon.awssdk.services.backupstorage
Methods in software.amazon.awssdk.services.backupstorage that return ListChunksResponse Modifier and Type Method Description default ListChunksResponseBackupStorageClient. listChunks(Consumer<ListChunksRequest.Builder> listChunksRequest)List chunks in a given Objectdefault ListChunksResponseBackupStorageClient. listChunks(ListChunksRequest listChunksRequest)List chunks in a given ObjectMethods in software.amazon.awssdk.services.backupstorage that return types with arguments of type ListChunksResponse Modifier and Type Method Description default CompletableFuture<ListChunksResponse>BackupStorageAsyncClient. listChunks(Consumer<ListChunksRequest.Builder> listChunksRequest)List chunks in a given Objectdefault CompletableFuture<ListChunksResponse>BackupStorageAsyncClient. listChunks(ListChunksRequest listChunksRequest)List chunks in a given Object -
Uses of ListChunksResponse in software.amazon.awssdk.services.backupstorage.paginators
Methods in software.amazon.awssdk.services.backupstorage.paginators that return types with arguments of type ListChunksResponse Modifier and Type Method Description Iterator<ListChunksResponse>ListChunksIterable. iterator()Method parameters in software.amazon.awssdk.services.backupstorage.paginators with type arguments of type ListChunksResponse Modifier and Type Method Description voidListChunksPublisher. subscribe(org.reactivestreams.Subscriber<? super ListChunksResponse> subscriber)
-