Uses of Interface
software.amazon.awssdk.services.rds.model.SwitchoverGlobalClusterResponse.Builder
-
Packages that use SwitchoverGlobalClusterResponse.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of SwitchoverGlobalClusterResponse.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return SwitchoverGlobalClusterResponse.Builder Modifier and Type Method Description static SwitchoverGlobalClusterResponse.BuilderSwitchoverGlobalClusterResponse. builder()default SwitchoverGlobalClusterResponse.BuilderSwitchoverGlobalClusterResponse.Builder. globalCluster(Consumer<GlobalCluster.Builder> globalCluster)Sets the value of the GlobalCluster property for this object.SwitchoverGlobalClusterResponse.BuilderSwitchoverGlobalClusterResponse.Builder. globalCluster(GlobalCluster globalCluster)Sets the value of the GlobalCluster property for this object.SwitchoverGlobalClusterResponse.BuilderSwitchoverGlobalClusterResponse. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type SwitchoverGlobalClusterResponse.Builder Modifier and Type Method Description static Class<? extends SwitchoverGlobalClusterResponse.Builder>SwitchoverGlobalClusterResponse. serializableBuilderClass()
-