Uses of Class
software.amazon.awssdk.services.rds.model.WriteForwardingStatus
-
Packages that use WriteForwardingStatus Package Description software.amazon.awssdk.services.rds.model -
-
Uses of WriteForwardingStatus in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return WriteForwardingStatus Modifier and Type Method Description static WriteForwardingStatusWriteForwardingStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WriteForwardingStatusDBCluster. globalWriteForwardingStatus()The status of write forwarding for a secondary cluster in an Aurora global database.WriteForwardingStatusGlobalClusterMember. globalWriteForwardingStatus()The status of write forwarding for a secondary cluster in the global cluster.static WriteForwardingStatusWriteForwardingStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WriteForwardingStatus[]WriteForwardingStatus. 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 WriteForwardingStatus Modifier and Type Method Description static Set<WriteForwardingStatus>WriteForwardingStatus. knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type WriteForwardingStatus Modifier and Type Method Description DBCluster.BuilderDBCluster.Builder. globalWriteForwardingStatus(WriteForwardingStatus globalWriteForwardingStatus)The status of write forwarding for a secondary cluster in an Aurora global database.GlobalClusterMember.BuilderGlobalClusterMember.Builder. globalWriteForwardingStatus(WriteForwardingStatus globalWriteForwardingStatus)The status of write forwarding for a secondary cluster in the global cluster.
-