| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static GatewayCapacity |
GatewayCapacity.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
GatewayCapacity |
DescribeGatewayInformationResponse.gatewayCapacity()
Specifies the size of the gateway's metadata cache.
|
GatewayCapacity |
UpdateGatewayInformationRequest.gatewayCapacity()
Specifies the size of the gateway's metadata cache.
|
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 |
|---|---|
static Set<GatewayCapacity> |
GatewayCapacity.knownValues()
|
List<GatewayCapacity> |
DescribeGatewayInformationResponse.supportedGatewayCapacities()
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.gatewayCapacity(GatewayCapacity gatewayCapacity)
Specifies the size of the gateway's metadata cache.
|
UpdateGatewayInformationRequest.Builder |
UpdateGatewayInformationRequest.Builder.gatewayCapacity(GatewayCapacity gatewayCapacity)
Specifies the size of the gateway's metadata cache.
|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.supportedGatewayCapacities(GatewayCapacity... supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.supportedGatewayCapacities(Collection<GatewayCapacity> supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
|
Copyright © 2021. All rights reserved.