Uses of Enum
software.amazon.awssdk.services.kinesis.model.ScalingType
Packages that use ScalingType
-
Uses of ScalingType in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return ScalingTypeModifier and TypeMethodDescriptionstatic ScalingTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ScalingTypeUpdateShardCountRequest.scalingType()The scaling type.static ScalingTypeReturns 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.Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type ScalingTypeMethods in software.amazon.awssdk.services.kinesis.model with parameters of type ScalingTypeModifier and TypeMethodDescriptionUpdateShardCountRequest.Builder.scalingType(ScalingType scalingType) The scaling type.