AWS SDK for .NET Documentation
UpdateSnapshotSchedule Method (updateSnapshotScheduleRequest)
AmazonAmazon.StorageGatewayAmazonStorageGatewayClientUpdateSnapshotSchedule(UpdateSnapshotScheduleRequest) Did this page help you?   Yes   No    Tell us about it...

This operation updates a snapshot schedule configured for a gateway volume.

The default snapshot schedule for volume is once every 24 hours, starting at the creation time of the volume. You can use this API to change the snapshot schedule configured for the volume.

In the request you must identify the gateway volume whose snapshot schedule you want to update, and the schedule information, including when you want the snapshot to begin on a day and the frequency (in hours) of snapshots.

Declaration Syntax
C#
public UpdateSnapshotScheduleResponse UpdateSnapshotSchedule(
	UpdateSnapshotScheduleRequest updateSnapshotScheduleRequest
)
Parameters
updateSnapshotScheduleRequest (UpdateSnapshotScheduleRequest)
Container for the necessary parameters to execute the UpdateSnapshotSchedule service method on AmazonStorageGateway.
Return Value
The response from the UpdateSnapshotSchedule service method, as returned by AmazonStorageGateway.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)