| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static GatewayCapacity |
GatewayCapacity.fromValue(String value)
Use this in place of valueOf.
|
static GatewayCapacity |
GatewayCapacity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GatewayCapacity[] |
GatewayCapacity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGatewayInformationRequest |
UpdateGatewayInformationRequest.withGatewayCapacity(GatewayCapacity gatewayCapacity)
Specifies the size of the gateway's metadata cache.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withGatewayCapacity(GatewayCapacity gatewayCapacity)
Specifies the size of the gateway's metadata cache.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withSupportedGatewayCapacities(GatewayCapacity... supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
|
Copyright © 2022. All rights reserved.