Uses of Class
software.amazon.awssdk.services.ec2.model.SnapshotRecycleBinInfo
-
Packages that use SnapshotRecycleBinInfo Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 SnapshotRecycleBinInfo Modifier and Type Method Description List<SnapshotRecycleBinInfo>ListSnapshotsInRecycleBinResponse. snapshots()Information about the snapshots.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SnapshotRecycleBinInfo Modifier and Type Method Description ListSnapshotsInRecycleBinResponse.BuilderListSnapshotsInRecycleBinResponse.Builder. snapshots(SnapshotRecycleBinInfo... snapshots)Information about the snapshots.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SnapshotRecycleBinInfo Modifier and Type Method Description ListSnapshotsInRecycleBinResponse.BuilderListSnapshotsInRecycleBinResponse.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 SnapshotRecycleBinInfo Modifier and Type Method Description SdkIterable<SnapshotRecycleBinInfo>ListSnapshotsInRecycleBinIterable. snapshots()Returns an iterable to iterate through the paginatedListSnapshotsInRecycleBinResponse.snapshots()member.SdkPublisher<SnapshotRecycleBinInfo>ListSnapshotsInRecycleBinPublisher. snapshots()Returns a publisher that can be used to get a stream of data.
-