Uses of Interface
software.amazon.awssdk.services.lakeformation.model.AllRowsWildcard.Builder
-
Packages that use AllRowsWildcard.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of AllRowsWildcard.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return AllRowsWildcard.Builder Modifier and Type Method Description static AllRowsWildcard.BuilderAllRowsWildcard. builder()AllRowsWildcard.BuilderAllRowsWildcard. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type AllRowsWildcard.Builder Modifier and Type Method Description static Class<? extends AllRowsWildcard.Builder>AllRowsWildcard. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type AllRowsWildcard.Builder Modifier and Type Method Description default RowFilter.BuilderRowFilter.Builder. allRowsWildcard(Consumer<AllRowsWildcard.Builder> allRowsWildcard)A wildcard for all rows.
-