Uses of Interface
software.amazon.awssdk.services.redshiftdata.model.ListTablesResponse.Builder
-
Packages that use ListTablesResponse.Builder Package Description software.amazon.awssdk.services.redshiftdata.model -
-
Uses of ListTablesResponse.Builder in software.amazon.awssdk.services.redshiftdata.model
Methods in software.amazon.awssdk.services.redshiftdata.model that return ListTablesResponse.Builder Modifier and Type Method Description static ListTablesResponse.BuilderListTablesResponse. builder()ListTablesResponse.BuilderListTablesResponse.Builder. nextToken(String nextToken)A value that indicates the starting point for the next set of response records in a subsequent request.ListTablesResponse.BuilderListTablesResponse.Builder. tables(Collection<TableMember> tables)The tables that match the request pattern.ListTablesResponse.BuilderListTablesResponse.Builder. tables(Consumer<TableMember.Builder>... tables)The tables that match the request pattern.ListTablesResponse.BuilderListTablesResponse.Builder. tables(TableMember... tables)The tables that match the request pattern.ListTablesResponse.BuilderListTablesResponse. toBuilder()Methods in software.amazon.awssdk.services.redshiftdata.model that return types with arguments of type ListTablesResponse.Builder Modifier and Type Method Description static Class<? extends ListTablesResponse.Builder>ListTablesResponse. serializableBuilderClass()
-