Uses of Class
software.amazon.awssdk.services.ec2.model.Snapshot
Packages that use Snapshot
Package
Description
-
Uses of Snapshot in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SnapshotModifier and TypeMethodDescriptionDescribeSnapshotsResponse.snapshots()Information about the snapshots.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SnapshotModifier and TypeMethodDescriptionInformation about the snapshots.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SnapshotModifier and TypeMethodDescriptionDescribeSnapshotsResponse.Builder.snapshots(Collection<Snapshot> snapshots) Information about the snapshots. -
Uses of Snapshot in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type SnapshotModifier and TypeMethodDescriptionfinal SdkIterable<Snapshot>DescribeSnapshotsIterable.snapshots()Returns an iterable to iterate through the paginatedDescribeSnapshotsResponse.snapshots()member.final SdkPublisher<Snapshot>DescribeSnapshotsPublisher.snapshots()Returns a publisher that can be used to get a stream of data.