Uses of Interface
software.amazon.awssdk.services.backupstorage.model.ListChunksResponse.Builder
-
Packages that use ListChunksResponse.Builder Package Description software.amazon.awssdk.services.backupstorage.model -
-
Uses of ListChunksResponse.Builder in software.amazon.awssdk.services.backupstorage.model
Methods in software.amazon.awssdk.services.backupstorage.model that return ListChunksResponse.Builder Modifier and Type Method Description static ListChunksResponse.BuilderListChunksResponse. builder()ListChunksResponse.BuilderListChunksResponse.Builder. chunkList(Collection<Chunk> chunkList)List of chunksListChunksResponse.BuilderListChunksResponse.Builder. chunkList(Consumer<Chunk.Builder>... chunkList)List of chunks This is a convenience method that creates an instance of theChunk.Builderavoiding the need to create one manually viaChunk.builder().ListChunksResponse.BuilderListChunksResponse.Builder. chunkList(Chunk... chunkList)List of chunksListChunksResponse.BuilderListChunksResponse.Builder. nextToken(String nextToken)Pagination tokenListChunksResponse.BuilderListChunksResponse. toBuilder()Methods in software.amazon.awssdk.services.backupstorage.model that return types with arguments of type ListChunksResponse.Builder Modifier and Type Method Description static Class<? extends ListChunksResponse.Builder>ListChunksResponse. serializableBuilderClass()
-