Uses of Class
software.amazon.awssdk.services.lightsail.model.DiskSnapshot
-
Packages that use DiskSnapshot Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of DiskSnapshot in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return DiskSnapshot Modifier and Type Method Description DiskSnapshotGetDiskSnapshotResponse. diskSnapshot()An object containing information about the disk snapshot.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type DiskSnapshot Modifier and Type Method Description List<DiskSnapshot>GetDiskSnapshotsResponse. diskSnapshots()An array of objects containing information about all block storage disk snapshots.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type DiskSnapshot Modifier and Type Method Description GetDiskSnapshotResponse.BuilderGetDiskSnapshotResponse.Builder. diskSnapshot(DiskSnapshot diskSnapshot)An object containing information about the disk snapshot.GetDiskSnapshotsResponse.BuilderGetDiskSnapshotsResponse.Builder. diskSnapshots(DiskSnapshot... diskSnapshots)An array of objects containing information about all block storage disk snapshots.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type DiskSnapshot Modifier and Type Method Description GetDiskSnapshotsResponse.BuilderGetDiskSnapshotsResponse.Builder. diskSnapshots(Collection<DiskSnapshot> diskSnapshots)An array of objects containing information about all block storage disk snapshots.
-