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 |
---|---|
UpdateGatewayInformationResult |
AWSStorageGatewayClient.updateGatewayInformation(UpdateGatewayInformationRequest updateGatewayInformationRequest)
This operation updates a gateway's metadata, which includes the
gateway's name and time zone.
|
UpdateGatewayInformationResult |
AWSStorageGateway.updateGatewayInformation(UpdateGatewayInformationRequest updateGatewayInformationRequest)
This operation updates a gateway's metadata, which includes the
gateway's name and time zone.
|
Future<UpdateGatewayInformationResult> |
AWSStorageGatewayAsync.updateGatewayInformationAsync(UpdateGatewayInformationRequest updateGatewayInformationRequest)
This operation updates a gateway's metadata, which includes the
gateway's name and time zone.
|
Future<UpdateGatewayInformationResult> |
AWSStorageGatewayAsyncClient.updateGatewayInformationAsync(UpdateGatewayInformationRequest updateGatewayInformationRequest)
This operation updates a gateway's metadata, which includes the
gateway's name and time zone.
|
Future<UpdateGatewayInformationResult> |
AWSStorageGatewayAsync.updateGatewayInformationAsync(UpdateGatewayInformationRequest updateGatewayInformationRequest,
AsyncHandler<UpdateGatewayInformationRequest,UpdateGatewayInformationResult> asyncHandler)
This operation updates a gateway's metadata, which includes the
gateway's name and time zone.
|
Future<UpdateGatewayInformationResult> |
AWSStorageGatewayAsyncClient.updateGatewayInformationAsync(UpdateGatewayInformationRequest updateGatewayInformationRequest,
AsyncHandler<UpdateGatewayInformationRequest,UpdateGatewayInformationResult> asyncHandler)
This operation updates a gateway's metadata, which includes the
gateway's name and time zone.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateGatewayInformationResult> |
AWSStorageGatewayAsync.updateGatewayInformationAsync(UpdateGatewayInformationRequest updateGatewayInformationRequest,
AsyncHandler<UpdateGatewayInformationRequest,UpdateGatewayInformationResult> asyncHandler)
This operation updates a gateway's metadata, which includes the
gateway's name and time zone.
|
Future<UpdateGatewayInformationResult> |
AWSStorageGatewayAsyncClient.updateGatewayInformationAsync(UpdateGatewayInformationRequest updateGatewayInformationRequest,
AsyncHandler<UpdateGatewayInformationRequest,UpdateGatewayInformationResult> asyncHandler)
This operation updates a gateway's metadata, which includes the
gateway's name and time zone.
|
Modifier and Type | Method and Description |
---|---|
UpdateGatewayInformationRequest |
UpdateGatewayInformationRequest.withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
UpdateGatewayInformationRequest |
UpdateGatewayInformationRequest.withGatewayName(String gatewayName)
A unique identifier for your gateway.
|
UpdateGatewayInformationRequest |
UpdateGatewayInformationRequest.withGatewayTimezone(String gatewayTimezone)
Sets the value of the GatewayTimezone property for this object.
|
Copyright © 2014. All rights reserved.