Uses of Class
software.amazon.awssdk.services.rds.model.GlobalClusterMemberSynchronizationStatus
-
Packages that use GlobalClusterMemberSynchronizationStatus Package Description software.amazon.awssdk.services.rds.model -
-
Uses of GlobalClusterMemberSynchronizationStatus in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return GlobalClusterMemberSynchronizationStatus Modifier and Type Method Description static GlobalClusterMemberSynchronizationStatusGlobalClusterMemberSynchronizationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GlobalClusterMemberSynchronizationStatusGlobalClusterMember. synchronizationStatus()The status of synchronization of each Aurora DB cluster in the global cluster.static GlobalClusterMemberSynchronizationStatusGlobalClusterMemberSynchronizationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GlobalClusterMemberSynchronizationStatus[]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 GlobalClusterMemberSynchronizationStatus Modifier and Type Method Description static Set<GlobalClusterMemberSynchronizationStatus>GlobalClusterMemberSynchronizationStatus. knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type GlobalClusterMemberSynchronizationStatus Modifier and Type Method Description GlobalClusterMember.BuilderGlobalClusterMember.Builder. synchronizationStatus(GlobalClusterMemberSynchronizationStatus synchronizationStatus)The status of synchronization of each Aurora DB cluster in the global cluster.
-