Uses of Class
software.amazon.awssdk.services.keyspaces.model.GetTableAutoScalingSettingsRequest
-
Packages that use GetTableAutoScalingSettingsRequest 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.transform -
-
Uses of GetTableAutoScalingSettingsRequest in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces with parameters of type GetTableAutoScalingSettingsRequest Modifier and Type Method Description default CompletableFuture<GetTableAutoScalingSettingsResponse>KeyspacesAsyncClient. getTableAutoScalingSettings(GetTableAutoScalingSettingsRequest 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. -
Uses of GetTableAutoScalingSettingsRequest in software.amazon.awssdk.services.keyspaces.transform
Methods in software.amazon.awssdk.services.keyspaces.transform with parameters of type GetTableAutoScalingSettingsRequest Modifier and Type Method Description SdkHttpFullRequestGetTableAutoScalingSettingsRequestMarshaller. marshall(GetTableAutoScalingSettingsRequest getTableAutoScalingSettingsRequest)
-