Uses of Class
software.amazon.awssdk.services.keyspaces.model.GetTableAutoScalingSettingsResponse
-
Packages that use GetTableAutoScalingSettingsResponse Package Description software.amazon.awssdk.services.keyspaces Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible database service. -
-
Uses of GetTableAutoScalingSettingsResponse in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces that return GetTableAutoScalingSettingsResponse Modifier and Type Method Description default GetTableAutoScalingSettingsResponseKeyspacesClient. getTableAutoScalingSettings(Consumer<GetTableAutoScalingSettingsRequest.Builder> getTableAutoScalingSettingsRequest)Returns auto scaling related settings of the specified table in JSON format.default GetTableAutoScalingSettingsResponseKeyspacesClient. getTableAutoScalingSettings(GetTableAutoScalingSettingsRequest getTableAutoScalingSettingsRequest)Returns auto scaling related settings of the specified table in JSON format.Methods in software.amazon.awssdk.services.keyspaces that return types with arguments of type GetTableAutoScalingSettingsResponse Modifier and Type Method Description default CompletableFuture<GetTableAutoScalingSettingsResponse>KeyspacesAsyncClient. getTableAutoScalingSettings(Consumer<GetTableAutoScalingSettingsRequest.Builder> getTableAutoScalingSettingsRequest)Returns auto scaling related settings of the specified table in JSON format.default CompletableFuture<GetTableAutoScalingSettingsResponse>KeyspacesAsyncClient. getTableAutoScalingSettings(GetTableAutoScalingSettingsRequest getTableAutoScalingSettingsRequest)Returns auto scaling related settings of the specified table in JSON format.
-