Uses of Enum
software.amazon.awssdk.services.dynamodb.model.ShardFilterType
Packages that use ShardFilterType
-
Uses of ShardFilterType in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ShardFilterTypeModifier and TypeMethodDescriptionstatic ShardFilterTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ShardFilterTypeShardFilter.type()Contains the type of filter to be applied on theDescribeStreamAPI.static ShardFilterTypeReturns 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 ShardFilterTypeMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type ShardFilterTypeModifier and TypeMethodDescriptionShardFilter.Builder.type(ShardFilterType type) Contains the type of filter to be applied on theDescribeStreamAPI.