Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresRequest
Packages that use DescribeFastSnapshotRestoresRequest
Package
Description
-
Uses of DescribeFastSnapshotRestoresRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DescribeFastSnapshotRestoresRequestModifier and TypeMethodDescriptionEc2AsyncClient.describeFastSnapshotRestores(DescribeFastSnapshotRestoresRequest describeFastSnapshotRestoresRequest) Describes the state of fast snapshot restores for your snapshots.Ec2Client.describeFastSnapshotRestores(DescribeFastSnapshotRestoresRequest describeFastSnapshotRestoresRequest) Describes the state of fast snapshot restores for your snapshots.Ec2AsyncClient.describeFastSnapshotRestoresPaginator(DescribeFastSnapshotRestoresRequest describeFastSnapshotRestoresRequest) This is a variant ofEc2AsyncClient.describeFastSnapshotRestores(software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresRequest)operation.Ec2Client.describeFastSnapshotRestoresPaginator(DescribeFastSnapshotRestoresRequest describeFastSnapshotRestoresRequest) This is a variant ofEc2Client.describeFastSnapshotRestores(software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresRequest)operation. -
Uses of DescribeFastSnapshotRestoresRequest in software.amazon.awssdk.services.ec2.paginators
Constructors in software.amazon.awssdk.services.ec2.paginators with parameters of type DescribeFastSnapshotRestoresRequestModifierConstructorDescriptionDescribeFastSnapshotRestoresIterable(Ec2Client client, DescribeFastSnapshotRestoresRequest firstRequest) DescribeFastSnapshotRestoresPublisher(Ec2AsyncClient client, DescribeFastSnapshotRestoresRequest firstRequest) -
Uses of DescribeFastSnapshotRestoresRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DescribeFastSnapshotRestoresRequestModifier and TypeMethodDescriptionDescribeFastSnapshotRestoresRequestMarshaller.marshall(DescribeFastSnapshotRestoresRequest describeFastSnapshotRestoresRequest)