Uses of Interface
software.amazon.awssdk.services.backupstorage.model.ListChunksRequest.Builder
-
Packages that use ListChunksRequest.Builder Package Description software.amazon.awssdk.services.backupstorage The frontend service for Cryo Storage.software.amazon.awssdk.services.backupstorage.model -
-
Uses of ListChunksRequest.Builder in software.amazon.awssdk.services.backupstorage
Method parameters in software.amazon.awssdk.services.backupstorage with type arguments of type ListChunksRequest.Builder Modifier and Type Method Description default CompletableFuture<ListChunksResponse>BackupStorageAsyncClient. listChunks(Consumer<ListChunksRequest.Builder> listChunksRequest)List chunks in a given Objectdefault ListChunksResponseBackupStorageClient. listChunks(Consumer<ListChunksRequest.Builder> listChunksRequest)List chunks in a given Objectdefault ListChunksPublisherBackupStorageAsyncClient. listChunksPaginator(Consumer<ListChunksRequest.Builder> listChunksRequest)This is a variant ofBackupStorageAsyncClient.listChunks(software.amazon.awssdk.services.backupstorage.model.ListChunksRequest)operation.default ListChunksIterableBackupStorageClient. listChunksPaginator(Consumer<ListChunksRequest.Builder> listChunksRequest)This is a variant ofBackupStorageClient.listChunks(software.amazon.awssdk.services.backupstorage.model.ListChunksRequest)operation. -
Uses of ListChunksRequest.Builder in software.amazon.awssdk.services.backupstorage.model
Methods in software.amazon.awssdk.services.backupstorage.model that return ListChunksRequest.Builder Modifier and Type Method Description static ListChunksRequest.BuilderListChunksRequest. builder()ListChunksRequest.BuilderListChunksRequest.Builder. maxResults(Integer maxResults)Maximum number of chunksListChunksRequest.BuilderListChunksRequest.Builder. nextToken(String nextToken)Pagination tokenListChunksRequest.BuilderListChunksRequest.Builder. objectToken(String objectToken)Object tokenListChunksRequest.BuilderListChunksRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChunksRequest.BuilderListChunksRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListChunksRequest.BuilderListChunksRequest.Builder. storageJobId(String storageJobId)Storage job idListChunksRequest.BuilderListChunksRequest. toBuilder()Methods in software.amazon.awssdk.services.backupstorage.model that return types with arguments of type ListChunksRequest.Builder Modifier and Type Method Description static Class<? extends ListChunksRequest.Builder>ListChunksRequest. serializableBuilderClass()
-