Uses of Class
com.amazonaws.services.storagegateway.model.UpdateSnapshotScheduleRequest
Packages that use UpdateSnapshotScheduleRequest
Package
Description
-
Uses of UpdateSnapshotScheduleRequest in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway with parameters of type UpdateSnapshotScheduleRequestModifier and TypeMethodDescriptionAbstractAWSStorageGateway.updateSnapshotSchedule
(UpdateSnapshotScheduleRequest request) AWSStorageGateway.updateSnapshotSchedule
(UpdateSnapshotScheduleRequest updateSnapshotScheduleRequest) Updates a snapshot schedule configured for a gateway volume.AWSStorageGatewayClient.updateSnapshotSchedule
(UpdateSnapshotScheduleRequest updateSnapshotScheduleRequest) Updates a snapshot schedule configured for a gateway volume.AbstractAWSStorageGatewayAsync.updateSnapshotScheduleAsync
(UpdateSnapshotScheduleRequest request) AbstractAWSStorageGatewayAsync.updateSnapshotScheduleAsync
(UpdateSnapshotScheduleRequest request, AsyncHandler<UpdateSnapshotScheduleRequest, UpdateSnapshotScheduleResult> asyncHandler) AWSStorageGatewayAsync.updateSnapshotScheduleAsync
(UpdateSnapshotScheduleRequest updateSnapshotScheduleRequest) Updates a snapshot schedule configured for a gateway volume.AWSStorageGatewayAsync.updateSnapshotScheduleAsync
(UpdateSnapshotScheduleRequest updateSnapshotScheduleRequest, AsyncHandler<UpdateSnapshotScheduleRequest, UpdateSnapshotScheduleResult> asyncHandler) Updates a snapshot schedule configured for a gateway volume.AWSStorageGatewayAsyncClient.updateSnapshotScheduleAsync
(UpdateSnapshotScheduleRequest request) AWSStorageGatewayAsyncClient.updateSnapshotScheduleAsync
(UpdateSnapshotScheduleRequest request, AsyncHandler<UpdateSnapshotScheduleRequest, UpdateSnapshotScheduleResult> asyncHandler) Method parameters in com.amazonaws.services.storagegateway with type arguments of type UpdateSnapshotScheduleRequestModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.updateSnapshotScheduleAsync
(UpdateSnapshotScheduleRequest request, AsyncHandler<UpdateSnapshotScheduleRequest, UpdateSnapshotScheduleResult> asyncHandler) AWSStorageGatewayAsync.updateSnapshotScheduleAsync
(UpdateSnapshotScheduleRequest updateSnapshotScheduleRequest, AsyncHandler<UpdateSnapshotScheduleRequest, UpdateSnapshotScheduleResult> asyncHandler) Updates a snapshot schedule configured for a gateway volume.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 UpdateSnapshotScheduleRequestModifier and TypeMethodDescriptionUpdateSnapshotScheduleRequest.clone()
UpdateSnapshotScheduleRequest.withDescription
(String description) Optional description of the snapshot that overwrites the existing description.UpdateSnapshotScheduleRequest.withRecurrenceInHours
(Integer recurrenceInHours) Frequency of snapshots.UpdateSnapshotScheduleRequest.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).UpdateSnapshotScheduleRequest.withVolumeARN
(String volumeARN) The Amazon Resource Name (ARN) of the volume.