Uses of Class
software.amazon.awssdk.services.dynamodb.model.ShardFilterType
-
Packages that use ShardFilterType Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ShardFilterType in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ShardFilterType Modifier and Type Method Description static ShardFilterTypeShardFilterType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ShardFilterTypeShardFilter. type()Contains the type of filter to be applied on theDescribeStreamAPI.static ShardFilterTypeShardFilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static ShardFilterType[]ShardFilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ShardFilterType Modifier and Type Method Description static Set<ShardFilterType>ShardFilterType. knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ShardFilterType Modifier and Type Method Description ShardFilter.BuilderShardFilter.Builder. type(ShardFilterType type)Contains the type of filter to be applied on theDescribeStreamAPI.
-