Uses of Class
software.amazon.awssdk.services.lightsail.model.AttachedDisk
-
Packages that use AttachedDisk Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of AttachedDisk in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type AttachedDisk Modifier and Type Method Description List<AttachedDisk>AutoSnapshotDetails. fromAttachedDisks()An array of objects that describe the block storage disks attached to the instance when the automatic snapshot was created.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type AttachedDisk Modifier and Type Method Description AutoSnapshotDetails.BuilderAutoSnapshotDetails.Builder. fromAttachedDisks(AttachedDisk... fromAttachedDisks)An array of objects that describe the block storage disks attached to the instance when the automatic snapshot was created.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type AttachedDisk Modifier and Type Method Description AutoSnapshotDetails.BuilderAutoSnapshotDetails.Builder. fromAttachedDisks(Collection<AttachedDisk> fromAttachedDisks)An array of objects that describe the block storage disks attached to the instance when the automatic snapshot was created.
-