| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.model |
| Modifier and Type | Method and Description |
|---|---|
static ScalingType |
ScalingType.fromValue(String value)
Use this in place of valueOf.
|
static ScalingType |
ScalingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScalingType[] |
ScalingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateShardCountRequest.setScalingType(ScalingType scalingType)
The scaling type.
|
UpdateShardCountRequest |
UpdateShardCountRequest.withScalingType(ScalingType scalingType)
The scaling type.
|
Copyright © 2019. All rights reserved.