Uses of Class
software.amazon.awssdk.services.ec2.model.SnapshotInfo
-
Packages that use SnapshotInfo Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of SnapshotInfo in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SnapshotInfo Modifier and Type Method Description List<SnapshotInfo>CreateSnapshotsResponse. snapshots()List of snapshots.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SnapshotInfo Modifier and Type Method Description CreateSnapshotsResponse.BuilderCreateSnapshotsResponse.Builder. snapshots(SnapshotInfo... snapshots)List of snapshots.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SnapshotInfo Modifier and Type Method Description CreateSnapshotsResponse.BuilderCreateSnapshotsResponse.Builder. snapshots(Collection<SnapshotInfo> snapshots)List of snapshots.
-