| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateSnapshotScheduleResponse |
StorageGatewayClient.updateSnapshotSchedule(Consumer<UpdateSnapshotScheduleRequest.Builder> updateSnapshotScheduleRequest)
Updates a snapshot schedule configured for a gateway volume.
|
default CompletableFuture<UpdateSnapshotScheduleResponse> |
StorageGatewayAsyncClient.updateSnapshotSchedule(Consumer<UpdateSnapshotScheduleRequest.Builder> updateSnapshotScheduleRequest)
Updates a snapshot schedule configured for a gateway volume.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateSnapshotScheduleRequest.Builder |
UpdateSnapshotScheduleRequest.builder() |
UpdateSnapshotScheduleRequest.Builder |
UpdateSnapshotScheduleRequest.Builder.description(String description)
Optional description of the snapshot that overwrites the existing description.
|
UpdateSnapshotScheduleRequest.Builder |
UpdateSnapshotScheduleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSnapshotScheduleRequest.Builder |
UpdateSnapshotScheduleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSnapshotScheduleRequest.Builder |
UpdateSnapshotScheduleRequest.Builder.recurrenceInHours(Integer recurrenceInHours)
Frequency of snapshots.
|
UpdateSnapshotScheduleRequest.Builder |
UpdateSnapshotScheduleRequest.Builder.startAt(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.Builder |
UpdateSnapshotScheduleRequest.toBuilder() |
UpdateSnapshotScheduleRequest.Builder |
UpdateSnapshotScheduleRequest.Builder.volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateSnapshotScheduleRequest.Builder> |
UpdateSnapshotScheduleRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.