| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotScheduleResult |
AWSStorageGateway.describeSnapshotSchedule(DescribeSnapshotScheduleRequest describeSnapshotScheduleRequest)
Describes the snapshot schedule for the specified gateway volume.
|
DescribeSnapshotScheduleResult |
AWSStorageGatewayClient.describeSnapshotSchedule(DescribeSnapshotScheduleRequest request)
Describes the snapshot schedule for the specified gateway volume.
|
DescribeSnapshotScheduleResult |
AbstractAWSStorageGateway.describeSnapshotSchedule(DescribeSnapshotScheduleRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeSnapshotScheduleResult> |
AbstractAWSStorageGatewayAsync.describeSnapshotScheduleAsync(DescribeSnapshotScheduleRequest request,
AsyncHandler<DescribeSnapshotScheduleRequest,DescribeSnapshotScheduleResult> asyncHandler) |
Future<DescribeSnapshotScheduleResult> |
AWSStorageGatewayAsyncClient.describeSnapshotScheduleAsync(DescribeSnapshotScheduleRequest request,
AsyncHandler<DescribeSnapshotScheduleRequest,DescribeSnapshotScheduleResult> asyncHandler) |
Future<DescribeSnapshotScheduleResult> |
AWSStorageGatewayAsync.describeSnapshotScheduleAsync(DescribeSnapshotScheduleRequest describeSnapshotScheduleRequest,
AsyncHandler<DescribeSnapshotScheduleRequest,DescribeSnapshotScheduleResult> asyncHandler)
Describes the snapshot schedule for the specified gateway volume.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotScheduleResult |
DescribeSnapshotScheduleResult.clone() |
DescribeSnapshotScheduleResult |
DescribeSnapshotScheduleResult.withDescription(String description)
The snapshot description.
|
DescribeSnapshotScheduleResult |
DescribeSnapshotScheduleResult.withRecurrenceInHours(Integer recurrenceInHours)
The number of hours between snapshots.
|
DescribeSnapshotScheduleResult |
DescribeSnapshotScheduleResult.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).
|
DescribeSnapshotScheduleResult |
DescribeSnapshotScheduleResult.withTags(Collection<Tag> tags)
A list of up to 50 tags assigned to the snapshot schedule, sorted alphabetically by key name.
|
DescribeSnapshotScheduleResult |
DescribeSnapshotScheduleResult.withTags(Tag... tags)
A list of up to 50 tags assigned to the snapshot schedule, sorted alphabetically by key name.
|
DescribeSnapshotScheduleResult |
DescribeSnapshotScheduleResult.withTimezone(String timezone)
A value that indicates the time zone of the gateway.
|
DescribeSnapshotScheduleResult |
DescribeSnapshotScheduleResult.withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume that was specified in the request.
|
Copyright © 2021. All rights reserved.