Uses of Enum
software.amazon.awssdk.services.rds.model.ActivityStreamMode
Packages that use ActivityStreamMode
-
Uses of ActivityStreamMode in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ActivityStreamModeModifier and TypeMethodDescriptionfinal ActivityStreamModeDBCluster.activityStreamMode()The mode of the database activity stream.final ActivityStreamModeDBInstance.activityStreamMode()The mode of the database activity stream.static ActivityStreamModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ActivityStreamModeModifyActivityStreamResponse.mode()The mode of the database activity stream.final ActivityStreamModeStartActivityStreamRequest.mode()Specifies the mode of the database activity stream.final ActivityStreamModeStartActivityStreamResponse.mode()The mode of the database activity stream.static ActivityStreamModeReturns the enum constant of this type with the specified name.static ActivityStreamMode[]ActivityStreamMode.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 ActivityStreamModeModifier and TypeMethodDescriptionstatic Set<ActivityStreamMode>ActivityStreamMode.knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type ActivityStreamModeModifier and TypeMethodDescriptionDBCluster.Builder.activityStreamMode(ActivityStreamMode activityStreamMode) The mode of the database activity stream.DBInstance.Builder.activityStreamMode(ActivityStreamMode activityStreamMode) The mode of the database activity stream.ModifyActivityStreamResponse.Builder.mode(ActivityStreamMode mode) The mode of the database activity stream.StartActivityStreamRequest.Builder.mode(ActivityStreamMode mode) Specifies the mode of the database activity stream.StartActivityStreamResponse.Builder.mode(ActivityStreamMode mode) The mode of the database activity stream.