Uses of Class
com.amazonaws.services.storagegateway.model.UpdateSnapshotScheduleRequest
-
Packages that use UpdateSnapshotScheduleRequest Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of UpdateSnapshotScheduleRequest in com.amazonaws.services.storagegateway
Method parameters in com.amazonaws.services.storagegateway with type arguments of type UpdateSnapshotScheduleRequest Modifier and Type Method Description Future<UpdateSnapshotScheduleResult>AbstractAWSStorageGatewayAsync. updateSnapshotScheduleAsync(UpdateSnapshotScheduleRequest request, AsyncHandler<UpdateSnapshotScheduleRequest,UpdateSnapshotScheduleResult> asyncHandler)Future<UpdateSnapshotScheduleResult>AWSStorageGatewayAsync. updateSnapshotScheduleAsync(UpdateSnapshotScheduleRequest updateSnapshotScheduleRequest, AsyncHandler<UpdateSnapshotScheduleRequest,UpdateSnapshotScheduleResult> asyncHandler)Updates a snapshot schedule configured for a gateway volume.Future<UpdateSnapshotScheduleResult>AWSStorageGatewayAsyncClient. updateSnapshotScheduleAsync(UpdateSnapshotScheduleRequest request, AsyncHandler<UpdateSnapshotScheduleRequest,UpdateSnapshotScheduleResult> asyncHandler) -
Uses of UpdateSnapshotScheduleRequest in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return UpdateSnapshotScheduleRequest Modifier and Type Method Description UpdateSnapshotScheduleRequestUpdateSnapshotScheduleRequest. clone()UpdateSnapshotScheduleRequestUpdateSnapshotScheduleRequest. withDescription(String description)Optional description of the snapshot that overwrites the existing description.UpdateSnapshotScheduleRequestUpdateSnapshotScheduleRequest. withRecurrenceInHours(Integer recurrenceInHours)Frequency of snapshots.UpdateSnapshotScheduleRequestUpdateSnapshotScheduleRequest. withStartAt(Integer startAt)The hour of the day at which the snapshot schedule begins represented as hh, where hh is the hour (0 to 23).UpdateSnapshotScheduleRequestUpdateSnapshotScheduleRequest. withVolumeARN(String volumeARN)The Amazon Resource Name (ARN) of the volume.
-