Uses of Class
software.amazon.awssdk.services.ec2.model.EnableFastSnapshotRestoresResponse
Packages that use EnableFastSnapshotRestoresResponse
-
Uses of EnableFastSnapshotRestoresResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return EnableFastSnapshotRestoresResponseModifier and TypeMethodDescriptionEc2Client.enableFastSnapshotRestores(Consumer<EnableFastSnapshotRestoresRequest.Builder> enableFastSnapshotRestoresRequest) Enables fast snapshot restores for the specified snapshots in the specified Availability Zones.Ec2Client.enableFastSnapshotRestores(EnableFastSnapshotRestoresRequest enableFastSnapshotRestoresRequest) Enables fast snapshot restores for the specified snapshots in the specified Availability Zones.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type EnableFastSnapshotRestoresResponseModifier and TypeMethodDescriptionEc2AsyncClient.enableFastSnapshotRestores(Consumer<EnableFastSnapshotRestoresRequest.Builder> enableFastSnapshotRestoresRequest) Enables fast snapshot restores for the specified snapshots in the specified Availability Zones.Ec2AsyncClient.enableFastSnapshotRestores(EnableFastSnapshotRestoresRequest enableFastSnapshotRestoresRequest) Enables fast snapshot restores for the specified snapshots in the specified Availability Zones.