Uses of Class
software.amazon.awssdk.services.ec2.model.SnapshotInfo
Packages that use SnapshotInfo
-
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 SnapshotInfoModifier and TypeMethodDescriptionfinal List<SnapshotInfo>CreateSnapshotsResponse.snapshots()List of snapshots.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SnapshotInfoModifier and TypeMethodDescriptionCreateSnapshotsResponse.Builder.snapshots(SnapshotInfo... snapshots) List of snapshots.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SnapshotInfoModifier and TypeMethodDescriptionCreateSnapshotsResponse.Builder.snapshots(Collection<SnapshotInfo> snapshots) List of snapshots.