Uses of Interface
software.amazon.awssdk.services.keyspaces.model.ListKeyspacesRequest.Builder
-
Packages that use ListKeyspacesRequest.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 ListKeyspacesRequest.Builder in software.amazon.awssdk.services.keyspaces
-
Uses of ListKeyspacesRequest.Builder in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return ListKeyspacesRequest.Builder Modifier and Type Method Description static ListKeyspacesRequest.BuilderListKeyspacesRequest. builder()ListKeyspacesRequest.BuilderListKeyspacesRequest.Builder. maxResults(Integer maxResults)The total number of keyspaces to return in the output.ListKeyspacesRequest.BuilderListKeyspacesRequest.Builder. nextToken(String nextToken)The pagination token.ListKeyspacesRequest.BuilderListKeyspacesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListKeyspacesRequest.BuilderListKeyspacesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListKeyspacesRequest.BuilderListKeyspacesRequest. toBuilder()Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type ListKeyspacesRequest.Builder Modifier and Type Method Description static Class<? extends ListKeyspacesRequest.Builder>ListKeyspacesRequest. serializableBuilderClass()
-