Uses of Class
com.amazonaws.services.storagegateway.model.DescribeGatewayInformationResult
Packages that use DescribeGatewayInformationResult
Package
Description
-
Uses of DescribeGatewayInformationResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return DescribeGatewayInformationResultModifier and TypeMethodDescriptionAbstractAWSStorageGateway.describeGatewayInformation
(DescribeGatewayInformationRequest request) AWSStorageGateway.describeGatewayInformation
(DescribeGatewayInformationRequest describeGatewayInformationRequest) Returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not).AWSStorageGatewayClient.describeGatewayInformation
(DescribeGatewayInformationRequest describeGatewayInformationRequest) Returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not).Methods in com.amazonaws.services.storagegateway that return types with arguments of type DescribeGatewayInformationResultModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.describeGatewayInformationAsync
(DescribeGatewayInformationRequest request) AbstractAWSStorageGatewayAsync.describeGatewayInformationAsync
(DescribeGatewayInformationRequest request, AsyncHandler<DescribeGatewayInformationRequest, DescribeGatewayInformationResult> asyncHandler) AWSStorageGatewayAsync.describeGatewayInformationAsync
(DescribeGatewayInformationRequest describeGatewayInformationRequest) Returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not).AWSStorageGatewayAsync.describeGatewayInformationAsync
(DescribeGatewayInformationRequest describeGatewayInformationRequest, AsyncHandler<DescribeGatewayInformationRequest, DescribeGatewayInformationResult> asyncHandler) Returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not).AWSStorageGatewayAsyncClient.describeGatewayInformationAsync
(DescribeGatewayInformationRequest request) AWSStorageGatewayAsyncClient.describeGatewayInformationAsync
(DescribeGatewayInformationRequest request, AsyncHandler<DescribeGatewayInformationRequest, DescribeGatewayInformationResult> asyncHandler) Method parameters in com.amazonaws.services.storagegateway with type arguments of type DescribeGatewayInformationResultModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.describeGatewayInformationAsync
(DescribeGatewayInformationRequest request, AsyncHandler<DescribeGatewayInformationRequest, DescribeGatewayInformationResult> asyncHandler) AWSStorageGatewayAsync.describeGatewayInformationAsync
(DescribeGatewayInformationRequest describeGatewayInformationRequest, AsyncHandler<DescribeGatewayInformationRequest, DescribeGatewayInformationResult> asyncHandler) Returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not).AWSStorageGatewayAsyncClient.describeGatewayInformationAsync
(DescribeGatewayInformationRequest request, AsyncHandler<DescribeGatewayInformationRequest, DescribeGatewayInformationResult> asyncHandler) -
Uses of DescribeGatewayInformationResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return DescribeGatewayInformationResultModifier and TypeMethodDescriptionDescribeGatewayInformationResult.clone()
DescribeGatewayInformationResult.withGatewayARN
(String gatewayARN) DescribeGatewayInformationResult.withGatewayId
(String gatewayId) The unique identifier assigned to your gateway during activation.DescribeGatewayInformationResult.withGatewayName
(String gatewayName) The name you configured for your gateway.DescribeGatewayInformationResult.withGatewayNetworkInterfaces
(NetworkInterface... gatewayNetworkInterfaces) A NetworkInterface array that contains descriptions of the gateway network interfaces.DescribeGatewayInformationResult.withGatewayNetworkInterfaces
(Collection<NetworkInterface> gatewayNetworkInterfaces) A NetworkInterface array that contains descriptions of the gateway network interfaces.DescribeGatewayInformationResult.withGatewayState
(String gatewayState) A value that indicates the operating state of the gateway.DescribeGatewayInformationResult.withGatewayTimezone
(String gatewayTimezone) A value that indicates the time zone configured for the gateway.DescribeGatewayInformationResult.withGatewayType
(String gatewayType) The type of the gateway.DescribeGatewayInformationResult.withLastSoftwareUpdate
(String lastSoftwareUpdate) The date on which the last software update was applied to the gateway.DescribeGatewayInformationResult.withNextUpdateAvailabilityDate
(String nextUpdateAvailabilityDate) The date on which an update to the gateway is available.