Uses of Interface
software.amazon.awssdk.services.rds.model.SwitchoverGlobalClusterRequest.Builder
Packages that use SwitchoverGlobalClusterRequest.Builder
Package
Description
-
Uses of SwitchoverGlobalClusterRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type SwitchoverGlobalClusterRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.switchoverGlobalCluster(Consumer<SwitchoverGlobalClusterRequest.Builder> switchoverGlobalClusterRequest) Switches over the specified secondary DB cluster to be the new primary DB cluster in the global database cluster.default SwitchoverGlobalClusterResponseRdsClient.switchoverGlobalCluster(Consumer<SwitchoverGlobalClusterRequest.Builder> switchoverGlobalClusterRequest) Switches over the specified secondary DB cluster to be the new primary DB cluster in the global database cluster. -
Uses of SwitchoverGlobalClusterRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return SwitchoverGlobalClusterRequest.BuilderModifier and TypeMethodDescriptionSwitchoverGlobalClusterRequest.builder()SwitchoverGlobalClusterRequest.Builder.globalClusterIdentifier(String globalClusterIdentifier) The identifier of the global database cluster to switch over.SwitchoverGlobalClusterRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SwitchoverGlobalClusterRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) SwitchoverGlobalClusterRequest.Builder.targetDbClusterIdentifier(String targetDbClusterIdentifier) The identifier of the secondary Aurora DB cluster to promote to the new primary for the global database cluster.SwitchoverGlobalClusterRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type SwitchoverGlobalClusterRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SwitchoverGlobalClusterRequest.Builder>SwitchoverGlobalClusterRequest.serializableBuilderClass()