Uses of Class
software.amazon.awssdk.services.ec2.model.SnapshotRecycleBinInfo
Packages that use SnapshotRecycleBinInfo
Package
Description
-
Uses of SnapshotRecycleBinInfo in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SnapshotRecycleBinInfoModifier and TypeMethodDescriptionfinal List<SnapshotRecycleBinInfo>ListSnapshotsInRecycleBinResponse.snapshots()Information about the snapshots.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SnapshotRecycleBinInfoModifier and TypeMethodDescriptionListSnapshotsInRecycleBinResponse.Builder.snapshots(SnapshotRecycleBinInfo... snapshots) Information about the snapshots.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SnapshotRecycleBinInfoModifier and TypeMethodDescriptionListSnapshotsInRecycleBinResponse.Builder.snapshots(Collection<SnapshotRecycleBinInfo> snapshots) Information about the snapshots. -
Uses of SnapshotRecycleBinInfo in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type SnapshotRecycleBinInfoModifier and TypeMethodDescriptionListSnapshotsInRecycleBinIterable.snapshots()Returns an iterable to iterate through the paginatedListSnapshotsInRecycleBinResponse.snapshots()member.ListSnapshotsInRecycleBinPublisher.snapshots()Returns a publisher that can be used to get a stream of data.