Uses of Class
com.amazonaws.services.storagegateway.model.DescribeGatewayInformationRequest

Packages that use DescribeGatewayInformationRequest
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. 
 

Uses of DescribeGatewayInformationRequest in com.amazonaws.services.storagegateway
 

Methods in com.amazonaws.services.storagegateway with parameters of type DescribeGatewayInformationRequest
 DescribeGatewayInformationResult AWSStorageGatewayClient.describeGatewayInformation(DescribeGatewayInformationRequest describeGatewayInformationRequest)
           This operation returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not).
 DescribeGatewayInformationResult AWSStorageGateway.describeGatewayInformation(DescribeGatewayInformationRequest describeGatewayInformationRequest)
           This operation returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not).
 Future<DescribeGatewayInformationResult> AWSStorageGatewayAsyncClient.describeGatewayInformationAsync(DescribeGatewayInformationRequest describeGatewayInformationRequest)
           This operation returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not).
 Future<DescribeGatewayInformationResult> AWSStorageGatewayAsync.describeGatewayInformationAsync(DescribeGatewayInformationRequest describeGatewayInformationRequest)
           This operation returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not).
 Future<DescribeGatewayInformationResult> AWSStorageGatewayAsyncClient.describeGatewayInformationAsync(DescribeGatewayInformationRequest describeGatewayInformationRequest, AsyncHandler<DescribeGatewayInformationRequest,DescribeGatewayInformationResult> asyncHandler)
           This operation returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not).
 Future<DescribeGatewayInformationResult> AWSStorageGatewayAsync.describeGatewayInformationAsync(DescribeGatewayInformationRequest describeGatewayInformationRequest, AsyncHandler<DescribeGatewayInformationRequest,DescribeGatewayInformationResult> asyncHandler)
           This operation returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not).
 

Method parameters in com.amazonaws.services.storagegateway with type arguments of type DescribeGatewayInformationRequest
 Future<DescribeGatewayInformationResult> AWSStorageGatewayAsyncClient.describeGatewayInformationAsync(DescribeGatewayInformationRequest describeGatewayInformationRequest, AsyncHandler<DescribeGatewayInformationRequest,DescribeGatewayInformationResult> asyncHandler)
           This operation returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not).
 Future<DescribeGatewayInformationResult> AWSStorageGatewayAsync.describeGatewayInformationAsync(DescribeGatewayInformationRequest describeGatewayInformationRequest, AsyncHandler<DescribeGatewayInformationRequest,DescribeGatewayInformationResult> asyncHandler)
           This operation returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not).
 

Uses of DescribeGatewayInformationRequest in com.amazonaws.services.storagegateway.model
 

Methods in com.amazonaws.services.storagegateway.model that return DescribeGatewayInformationRequest
 DescribeGatewayInformationRequest DescribeGatewayInformationRequest.withGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 



Copyright © 2016. All rights reserved.