Uses of Class
software.amazon.awssdk.services.lightsail.model.Disk
-
Packages that use Disk Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of Disk in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return Disk Modifier and Type Method Description DiskGetDiskResponse. disk()An object containing information about the disk.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type Disk Modifier and Type Method Description List<Disk>GetDisksResponse. disks()An array of objects containing information about all block storage disks.List<Disk>InstanceHardware. disks()The disks attached to the instance.List<Disk>InstanceSnapshot. fromAttachedDisks()An array of disk objects containing information about all block storage disks.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type Disk Modifier and Type Method Description GetDiskResponse.BuilderGetDiskResponse.Builder. disk(Disk disk)An object containing information about the disk.GetDisksResponse.BuilderGetDisksResponse.Builder. disks(Disk... disks)An array of objects containing information about all block storage disks.InstanceHardware.BuilderInstanceHardware.Builder. disks(Disk... disks)The disks attached to the instance.InstanceSnapshot.BuilderInstanceSnapshot.Builder. fromAttachedDisks(Disk... fromAttachedDisks)An array of disk objects containing information about all block storage disks.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type Disk Modifier and Type Method Description GetDisksResponse.BuilderGetDisksResponse.Builder. disks(Collection<Disk> disks)An array of objects containing information about all block storage disks.InstanceHardware.BuilderInstanceHardware.Builder. disks(Collection<Disk> disks)The disks attached to the instance.InstanceSnapshot.BuilderInstanceSnapshot.Builder. fromAttachedDisks(Collection<Disk> fromAttachedDisks)An array of disk objects containing information about all block storage disks.
-