Uses of Enum
software.amazon.awssdk.services.rds.model.GlobalClusterMemberSynchronizationStatus
Packages that use GlobalClusterMemberSynchronizationStatus
-
Uses of GlobalClusterMemberSynchronizationStatus in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return GlobalClusterMemberSynchronizationStatusModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.GlobalClusterMember.synchronizationStatus()The status of synchronization of each Aurora DB cluster in the global cluster.Returns the enum constant of this type with the specified name.GlobalClusterMemberSynchronizationStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type GlobalClusterMemberSynchronizationStatusMethods in software.amazon.awssdk.services.rds.model with parameters of type GlobalClusterMemberSynchronizationStatusModifier and TypeMethodDescriptionGlobalClusterMember.Builder.synchronizationStatus(GlobalClusterMemberSynchronizationStatus synchronizationStatus) The status of synchronization of each Aurora DB cluster in the global cluster.