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