Package | Description |
---|---|
com.amazonaws.services.storagegateway |
Synchronous and asynchronous client classes for accessing AWSStorageGateway.
|
com.amazonaws.services.storagegateway.model |
Classes modeling the various types represented by AWSStorageGateway.
|
Modifier and Type | Method and Description |
---|---|
UpdateMaintenanceStartTimeResult |
AWSStorageGatewayClient.updateMaintenanceStartTime(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest)
This operation updates a gateway's weekly maintenance start time
information, including day and time of the week.
|
UpdateMaintenanceStartTimeResult |
AWSStorageGateway.updateMaintenanceStartTime(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest)
This operation updates a gateway's weekly maintenance start time
information, including day and time of the week.
|
Future<UpdateMaintenanceStartTimeResult> |
AWSStorageGatewayAsync.updateMaintenanceStartTimeAsync(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest)
This operation updates a gateway's weekly maintenance start time
information, including day and time of the week.
|
Future<UpdateMaintenanceStartTimeResult> |
AWSStorageGatewayAsyncClient.updateMaintenanceStartTimeAsync(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest)
This operation updates a gateway's weekly maintenance start time
information, including day and time of the week.
|
Future<UpdateMaintenanceStartTimeResult> |
AWSStorageGatewayAsync.updateMaintenanceStartTimeAsync(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest,
AsyncHandler<UpdateMaintenanceStartTimeRequest,UpdateMaintenanceStartTimeResult> asyncHandler)
This operation updates a gateway's weekly maintenance start time
information, including day and time of the week.
|
Future<UpdateMaintenanceStartTimeResult> |
AWSStorageGatewayAsyncClient.updateMaintenanceStartTimeAsync(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest,
AsyncHandler<UpdateMaintenanceStartTimeRequest,UpdateMaintenanceStartTimeResult> asyncHandler)
This operation updates a gateway's weekly maintenance start time
information, including day and time of the week.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateMaintenanceStartTimeResult> |
AWSStorageGatewayAsync.updateMaintenanceStartTimeAsync(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest,
AsyncHandler<UpdateMaintenanceStartTimeRequest,UpdateMaintenanceStartTimeResult> asyncHandler)
This operation updates a gateway's weekly maintenance start time
information, including day and time of the week.
|
Future<UpdateMaintenanceStartTimeResult> |
AWSStorageGatewayAsyncClient.updateMaintenanceStartTimeAsync(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest,
AsyncHandler<UpdateMaintenanceStartTimeRequest,UpdateMaintenanceStartTimeResult> asyncHandler)
This operation updates a gateway's weekly maintenance start time
information, including day and time of the week.
|
Modifier and Type | Method and Description |
---|---|
UpdateMaintenanceStartTimeRequest |
UpdateMaintenanceStartTimeRequest.withDayOfWeek(Integer dayOfWeek)
The maintenance start time day of the week.
|
UpdateMaintenanceStartTimeRequest |
UpdateMaintenanceStartTimeRequest.withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
UpdateMaintenanceStartTimeRequest |
UpdateMaintenanceStartTimeRequest.withHourOfDay(Integer hourOfDay)
The hour component of the maintenance start time represented as
|
UpdateMaintenanceStartTimeRequest |
UpdateMaintenanceStartTimeRequest.withMinuteOfHour(Integer minuteOfHour)
The minute component of the maintenance start time represented as
mm, where mm is the minute (00 to 59).
|
Copyright © 2014. All rights reserved.