Package | Description |
---|---|
com.amazonaws.services.storagegateway | |
com.amazonaws.services.storagegateway.model |
Modifier and Type | Method and Description |
---|---|
DescribeGatewayInformationResult |
AbstractAWSStorageGateway.describeGatewayInformation(DescribeGatewayInformationRequest request) |
DescribeGatewayInformationResult |
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).
|
DescribeGatewayInformationResult |
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).
|
Modifier and Type | Method and Description |
---|---|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.clone() |
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withGatewayARN(String gatewayARN) |
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withGatewayId(String gatewayId)
The unique identifier assigned to your gateway during activation.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withGatewayName(String gatewayName)
The name you configured for your gateway.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withGatewayNetworkInterfaces(Collection<NetworkInterface> gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway
network interfaces.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withGatewayNetworkInterfaces(NetworkInterface... gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway
network interfaces.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withGatewayState(String gatewayState)
A value that indicates the operating state of the gateway.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withGatewayTimezone(String gatewayTimezone)
A value that indicates the time zone configured for the gateway.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withGatewayType(String gatewayType)
The type of the gateway.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withLastSoftwareUpdate(String lastSoftwareUpdate)
The date on which the last software update was applied to the gateway.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withNextUpdateAvailabilityDate(String nextUpdateAvailabilityDate)
The date on which an update to the gateway is available.
|
Copyright © 2018. All rights reserved.