Uses of Class
software.amazon.awssdk.services.backupstorage.model.Chunk
-
Packages that use Chunk Package Description software.amazon.awssdk.services.backupstorage.model -
-
Uses of Chunk in software.amazon.awssdk.services.backupstorage.model
Methods in software.amazon.awssdk.services.backupstorage.model that return types with arguments of type Chunk Modifier and Type Method Description List<Chunk>ListChunksResponse. chunkList()List of chunksMethods in software.amazon.awssdk.services.backupstorage.model with parameters of type Chunk Modifier and Type Method Description ListChunksResponse.BuilderListChunksResponse.Builder. chunkList(Chunk... chunkList)List of chunksMethod parameters in software.amazon.awssdk.services.backupstorage.model with type arguments of type Chunk Modifier and Type Method Description ListChunksResponse.BuilderListChunksResponse.Builder. chunkList(Collection<Chunk> chunkList)List of chunks
-