Uses of Class
software.amazon.awssdk.services.lightsail.model.InstanceSnapshot
-
Packages that use InstanceSnapshot Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of InstanceSnapshot in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return InstanceSnapshot Modifier and Type Method Description InstanceSnapshotGetInstanceSnapshotResponse. instanceSnapshot()An array of key-value pairs containing information about the results of your get instance snapshot request.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type InstanceSnapshot Modifier and Type Method Description List<InstanceSnapshot>GetInstanceSnapshotsResponse. instanceSnapshots()An array of key-value pairs containing information about the results of your get instance snapshots request.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type InstanceSnapshot Modifier and Type Method Description GetInstanceSnapshotResponse.BuilderGetInstanceSnapshotResponse.Builder. instanceSnapshot(InstanceSnapshot instanceSnapshot)An array of key-value pairs containing information about the results of your get instance snapshot request.GetInstanceSnapshotsResponse.BuilderGetInstanceSnapshotsResponse.Builder. instanceSnapshots(InstanceSnapshot... instanceSnapshots)An array of key-value pairs containing information about the results of your get instance snapshots request.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type InstanceSnapshot Modifier and Type Method Description GetInstanceSnapshotsResponse.BuilderGetInstanceSnapshotsResponse.Builder. instanceSnapshots(Collection<InstanceSnapshot> instanceSnapshots)An array of key-value pairs containing information about the results of your get instance snapshots request.
-