Uses of Class
software.amazon.awssdk.services.ec2.model.DisableFastSnapshotRestoresResponse
Packages that use DisableFastSnapshotRestoresResponse
-
Uses of DisableFastSnapshotRestoresResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DisableFastSnapshotRestoresResponseModifier and TypeMethodDescriptionEc2Client.disableFastSnapshotRestores(Consumer<DisableFastSnapshotRestoresRequest.Builder> disableFastSnapshotRestoresRequest) Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.Ec2Client.disableFastSnapshotRestores(DisableFastSnapshotRestoresRequest disableFastSnapshotRestoresRequest) Disables 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 DisableFastSnapshotRestoresResponseModifier and TypeMethodDescriptionEc2AsyncClient.disableFastSnapshotRestores(Consumer<DisableFastSnapshotRestoresRequest.Builder> disableFastSnapshotRestoresRequest) Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.Ec2AsyncClient.disableFastSnapshotRestores(DisableFastSnapshotRestoresRequest disableFastSnapshotRestoresRequest) Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.