Uses of Interface
software.amazon.awssdk.services.keyspaces.model.GetTableRequest.Builder
-
Packages that use GetTableRequest.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 GetTableRequest.Builder in software.amazon.awssdk.services.keyspaces
Method parameters in software.amazon.awssdk.services.keyspaces with type arguments of type GetTableRequest.Builder Modifier and Type Method Description default CompletableFuture<GetTableResponse>KeyspacesAsyncClient. getTable(Consumer<GetTableRequest.Builder> getTableRequest)Returns information about the table, including the table's name and current status, the keyspace name, configuration settings, and metadata.default GetTableResponseKeyspacesClient. getTable(Consumer<GetTableRequest.Builder> getTableRequest)Returns information about the table, including the table's name and current status, the keyspace name, configuration settings, and metadata. -
Uses of GetTableRequest.Builder in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return GetTableRequest.Builder Modifier and Type Method Description static GetTableRequest.BuilderGetTableRequest. builder()GetTableRequest.BuilderGetTableRequest.Builder. keyspaceName(String keyspaceName)The name of the keyspace that the table is stored in.GetTableRequest.BuilderGetTableRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTableRequest.BuilderGetTableRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTableRequest.BuilderGetTableRequest.Builder. tableName(String tableName)The name of the table.GetTableRequest.BuilderGetTableRequest. toBuilder()Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type GetTableRequest.Builder Modifier and Type Method Description static Class<? extends GetTableRequest.Builder>GetTableRequest. serializableBuilderClass()
-