| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<UpdateSnapshotScheduleResult> |
AbstractAWSStorageGatewayAsync.updateSnapshotScheduleAsync(UpdateSnapshotScheduleRequest request,
AsyncHandler<UpdateSnapshotScheduleRequest,UpdateSnapshotScheduleResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateSnapshotScheduleRequest |
UpdateSnapshotScheduleRequest.clone() |
UpdateSnapshotScheduleRequest |
UpdateSnapshotScheduleRequest.withDescription(String description)
Optional description of the snapshot that overwrites the existing description.
|
UpdateSnapshotScheduleRequest |
UpdateSnapshotScheduleRequest.withRecurrenceInHours(Integer recurrenceInHours)
Frequency of snapshots.
|
UpdateSnapshotScheduleRequest |
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 |
UpdateSnapshotScheduleRequest.withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume.
|
Copyright © 2017. All rights reserved.