Uses of Class
software.amazon.awssdk.services.ebs.model.ChangedBlock
-
Packages that use ChangedBlock Package Description software.amazon.awssdk.services.ebs.model -
-
Uses of ChangedBlock in software.amazon.awssdk.services.ebs.model
Methods in software.amazon.awssdk.services.ebs.model that return types with arguments of type ChangedBlock Modifier and Type Method Description List<ChangedBlock>ListChangedBlocksResponse. changedBlocks()An array of objects containing information about the changed blocks.Methods in software.amazon.awssdk.services.ebs.model with parameters of type ChangedBlock Modifier and Type Method Description ListChangedBlocksResponse.BuilderListChangedBlocksResponse.Builder. changedBlocks(ChangedBlock... changedBlocks)An array of objects containing information about the changed blocks.Method parameters in software.amazon.awssdk.services.ebs.model with type arguments of type ChangedBlock Modifier and Type Method Description ListChangedBlocksResponse.BuilderListChangedBlocksResponse.Builder. changedBlocks(Collection<ChangedBlock> changedBlocks)An array of objects containing information about the changed blocks.
-