Uses of Interface
software.amazon.awssdk.services.timestreaminfluxdb.model.UpdateDbClusterResponse.Builder
-
Packages that use UpdateDbClusterResponse.Builder Package Description software.amazon.awssdk.services.timestreaminfluxdb.model -
-
Uses of UpdateDbClusterResponse.Builder in software.amazon.awssdk.services.timestreaminfluxdb.model
Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return UpdateDbClusterResponse.Builder Modifier and Type Method Description static UpdateDbClusterResponse.BuilderUpdateDbClusterResponse. builder()UpdateDbClusterResponse.BuilderUpdateDbClusterResponse.Builder. dbClusterStatus(String dbClusterStatus)The status of the DB cluster.UpdateDbClusterResponse.BuilderUpdateDbClusterResponse.Builder. dbClusterStatus(ClusterStatus dbClusterStatus)The status of the DB cluster.UpdateDbClusterResponse.BuilderUpdateDbClusterResponse. toBuilder()Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return types with arguments of type UpdateDbClusterResponse.Builder Modifier and Type Method Description static Class<? extends UpdateDbClusterResponse.Builder>UpdateDbClusterResponse. serializableBuilderClass()
-