Uses of Class
software.amazon.awssdk.services.lightsail.model.DiskInfo
-
Packages that use DiskInfo Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of DiskInfo in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type DiskInfo Modifier and Type Method Description List<DiskInfo>InstanceSnapshotInfo. fromDiskInfo()A list of objects describing the disks that were attached to the source instance.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type DiskInfo Modifier and Type Method Description InstanceSnapshotInfo.BuilderInstanceSnapshotInfo.Builder. fromDiskInfo(DiskInfo... fromDiskInfo)A list of objects describing the disks that were attached to the source instance.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type DiskInfo Modifier and Type Method Description InstanceSnapshotInfo.BuilderInstanceSnapshotInfo.Builder. fromDiskInfo(Collection<DiskInfo> fromDiskInfo)A list of objects describing the disks that were attached to the source instance.
-