Uses of Interface
software.amazon.awssdk.services.keyspaces.model.ListTablesRequest.Builder
-
Packages that use ListTablesRequest.Builder Package Description software.amazon.awssdk.services.keyspaces Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible database service.software.amazon.awssdk.services.keyspaces.model -
-
Uses of ListTablesRequest.Builder in software.amazon.awssdk.services.keyspaces
-
Uses of ListTablesRequest.Builder in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return ListTablesRequest.Builder Modifier and Type Method Description static ListTablesRequest.BuilderListTablesRequest. builder()ListTablesRequest.BuilderListTablesRequest.Builder. keyspaceName(String keyspaceName)The name of the keyspace.ListTablesRequest.BuilderListTablesRequest.Builder. maxResults(Integer maxResults)The total number of tables to return in the output.ListTablesRequest.BuilderListTablesRequest.Builder. nextToken(String nextToken)The pagination token.ListTablesRequest.BuilderListTablesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTablesRequest.BuilderListTablesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTablesRequest.BuilderListTablesRequest. toBuilder()Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type ListTablesRequest.Builder Modifier and Type Method Description static Class<? extends ListTablesRequest.Builder>ListTablesRequest. serializableBuilderClass()
-