| 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 request)
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.withCloudWatchLogGroupARN(String cloudWatchLogGroupARN)
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the gateway.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withDeprecationDate(String deprecationDate)
Date after which this gateway will not receive software updates for new features and bug fixes.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withEc2InstanceId(String ec2InstanceId)
The ID of the Amazon EC2 instance that was used to launch the gateway.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withEc2InstanceRegion(String ec2InstanceRegion)
The Amazon Web Services Region where the Amazon EC2 instance is located.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withEndpointType(String endpointType)
The type of endpoint for your gateway.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withGatewayARN(String gatewayARN) |
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withGatewayCapacity(GatewayCapacity gatewayCapacity)
Specifies the size of the gateway's metadata cache.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withGatewayCapacity(String gatewayCapacity)
Specifies the size of the gateway's metadata cache.
|
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.withHostEnvironment(HostEnvironment hostEnvironment)
The type of hardware or software platform on which the gateway is running.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withHostEnvironment(String hostEnvironment)
The type of hardware or software platform on which the gateway is running.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withHostEnvironmentId(String hostEnvironmentId)
A unique identifier for the specific instance of the host platform running 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.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withSoftwareUpdatesEndDate(String softwareUpdatesEndDate)
Date after which this gateway will not receive software updates for new features.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withSupportedGatewayCapacities(Collection<String> supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withSupportedGatewayCapacities(GatewayCapacity... supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withSupportedGatewayCapacities(String... supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withTags(Collection<Tag> tags)
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withTags(Tag... tags)
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withVPCEndpoint(String vPCEndpoint)
The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.
|
Copyright © 2022. All rights reserved.