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