Uses of Class
software.amazon.awssdk.services.rds.model.ActivityStreamMode
-
Packages that use ActivityStreamMode Package Description software.amazon.awssdk.services.rds.model -
-
Uses of ActivityStreamMode in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ActivityStreamMode Modifier and Type Method Description ActivityStreamModeDBCluster. activityStreamMode()The mode of the database activity stream.ActivityStreamModeDBInstance. activityStreamMode()The mode of the database activity stream.static ActivityStreamModeActivityStreamMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ActivityStreamModeModifyActivityStreamResponse. mode()The mode of the database activity stream.ActivityStreamModeStartActivityStreamRequest. mode()Specifies the mode of the database activity stream.ActivityStreamModeStartActivityStreamResponse. mode()The mode of the database activity stream.static ActivityStreamModeActivityStreamMode. valueOf(String name)Returns 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 ActivityStreamMode Modifier and Type Method Description static Set<ActivityStreamMode>ActivityStreamMode. knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type ActivityStreamMode Modifier and Type Method Description DBCluster.BuilderDBCluster.Builder. activityStreamMode(ActivityStreamMode activityStreamMode)The mode of the database activity stream.DBInstance.BuilderDBInstance.Builder. activityStreamMode(ActivityStreamMode activityStreamMode)The mode of the database activity stream.ModifyActivityStreamResponse.BuilderModifyActivityStreamResponse.Builder. mode(ActivityStreamMode mode)The mode of the database activity stream.StartActivityStreamRequest.BuilderStartActivityStreamRequest.Builder. mode(ActivityStreamMode mode)Specifies the mode of the database activity stream.StartActivityStreamResponse.BuilderStartActivityStreamResponse.Builder. mode(ActivityStreamMode mode)The mode of the database activity stream.
-