Uses of Class
software.amazon.awssdk.services.lightsail.model.AutoSnapshotDetails
-
Packages that use AutoSnapshotDetails Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of AutoSnapshotDetails in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type AutoSnapshotDetails Modifier and Type Method Description List<AutoSnapshotDetails>GetAutoSnapshotsResponse. autoSnapshots()An array of objects that describe the automatic snapshots that are available for the specified source instance or disk.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type AutoSnapshotDetails Modifier and Type Method Description GetAutoSnapshotsResponse.BuilderGetAutoSnapshotsResponse.Builder. autoSnapshots(AutoSnapshotDetails... autoSnapshots)An array of objects that describe the automatic snapshots that are available for the specified source instance or disk.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type AutoSnapshotDetails Modifier and Type Method Description GetAutoSnapshotsResponse.BuilderGetAutoSnapshotsResponse.Builder. autoSnapshots(Collection<AutoSnapshotDetails> autoSnapshots)An array of objects that describe the automatic snapshots that are available for the specified source instance or disk.
-