| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateGatewayInformationResult> |
AWSStorageGatewayAsync.updateGatewayInformationAsync(UpdateGatewayInformationRequest updateGatewayInformationRequest,
AsyncHandler<UpdateGatewayInformationRequest,UpdateGatewayInformationResult> asyncHandler)
Updates a gateway's metadata, which includes the gateway's name and time zone.
|
Future<UpdateGatewayInformationResult> |
AWSStorageGatewayAsyncClient.updateGatewayInformationAsync(UpdateGatewayInformationRequest request,
AsyncHandler<UpdateGatewayInformationRequest,UpdateGatewayInformationResult> asyncHandler) |
Future<UpdateGatewayInformationResult> |
AbstractAWSStorageGatewayAsync.updateGatewayInformationAsync(UpdateGatewayInformationRequest request,
AsyncHandler<UpdateGatewayInformationRequest,UpdateGatewayInformationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateGatewayInformationRequest |
UpdateGatewayInformationRequest.clone() |
UpdateGatewayInformationRequest |
UpdateGatewayInformationRequest.withCloudWatchLogGroupARN(String cloudWatchLogGroupARN)
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log events
in the gateway.
|
UpdateGatewayInformationRequest |
UpdateGatewayInformationRequest.withGatewayARN(String gatewayARN) |
UpdateGatewayInformationRequest |
UpdateGatewayInformationRequest.withGatewayName(String gatewayName) |
UpdateGatewayInformationRequest |
UpdateGatewayInformationRequest.withGatewayTimezone(String gatewayTimezone)
A value that indicates the time zone of the gateway.
|
Copyright © 2020. All rights reserved.