Uses of Enum
software.amazon.awssdk.services.rds.model.WriteForwardingStatus
Packages that use WriteForwardingStatus
-
Uses of WriteForwardingStatus in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return WriteForwardingStatusModifier and TypeMethodDescriptionstatic WriteForwardingStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final WriteForwardingStatusDBCluster.globalWriteForwardingStatus()The status of write forwarding for a secondary cluster in an Aurora global database.final WriteForwardingStatusGlobalClusterMember.globalWriteForwardingStatus()The status of write forwarding for a secondary cluster in the global cluster.static WriteForwardingStatusReturns 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 WriteForwardingStatusModifier and TypeMethodDescriptionstatic Set<WriteForwardingStatus>WriteForwardingStatus.knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type WriteForwardingStatusModifier and TypeMethodDescriptionDBCluster.Builder.globalWriteForwardingStatus(WriteForwardingStatus globalWriteForwardingStatus) The status of write forwarding for a secondary cluster in an Aurora global database.GlobalClusterMember.Builder.globalWriteForwardingStatus(WriteForwardingStatus globalWriteForwardingStatus) The status of write forwarding for a secondary cluster in the global cluster.