Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoreSuccessItem
Packages that use DescribeFastSnapshotRestoreSuccessItem
Package
Description
-
Uses of DescribeFastSnapshotRestoreSuccessItem in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeFastSnapshotRestoreSuccessItemModifier and TypeMethodDescriptionDescribeFastSnapshotRestoresResponse.fastSnapshotRestores()Information about the state of fast snapshot restores.Methods in software.amazon.awssdk.services.ec2.model with parameters of type DescribeFastSnapshotRestoreSuccessItemModifier and TypeMethodDescriptionDescribeFastSnapshotRestoresResponse.Builder.fastSnapshotRestores(DescribeFastSnapshotRestoreSuccessItem... fastSnapshotRestores) Information about the state of fast snapshot restores.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DescribeFastSnapshotRestoreSuccessItemModifier and TypeMethodDescriptionDescribeFastSnapshotRestoresResponse.Builder.fastSnapshotRestores(Collection<DescribeFastSnapshotRestoreSuccessItem> fastSnapshotRestores) Information about the state of fast snapshot restores. -
Uses of DescribeFastSnapshotRestoreSuccessItem in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeFastSnapshotRestoreSuccessItemModifier and TypeMethodDescriptionDescribeFastSnapshotRestoresIterable.fastSnapshotRestores()Returns an iterable to iterate through the paginatedDescribeFastSnapshotRestoresResponse.fastSnapshotRestores()member.DescribeFastSnapshotRestoresPublisher.fastSnapshotRestores()Returns a publisher that can be used to get a stream of data.