Uses of Enum
software.amazon.awssdk.services.rds.model.ActivityStreamStatus
Packages that use ActivityStreamStatus
-
Uses of ActivityStreamStatus in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ActivityStreamStatusModifier and TypeMethodDescriptionfinal ActivityStreamStatusDBCluster.activityStreamStatus()The status of the database activity stream.final ActivityStreamStatusDBInstance.activityStreamStatus()The status of the database activity stream.static ActivityStreamStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ActivityStreamStatusModifyActivityStreamResponse.status()The status of the modification to the database activity stream.final ActivityStreamStatusStartActivityStreamResponse.status()The status of the database activity stream.final ActivityStreamStatusStopActivityStreamResponse.status()The status of the database activity stream.static ActivityStreamStatusReturns the enum constant of this type with the specified name.static ActivityStreamStatus[]ActivityStreamStatus.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 ActivityStreamStatusModifier and TypeMethodDescriptionstatic Set<ActivityStreamStatus>ActivityStreamStatus.knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type ActivityStreamStatusModifier and TypeMethodDescriptionDBCluster.Builder.activityStreamStatus(ActivityStreamStatus activityStreamStatus) The status of the database activity stream.DBInstance.Builder.activityStreamStatus(ActivityStreamStatus activityStreamStatus) The status of the database activity stream.ModifyActivityStreamResponse.Builder.status(ActivityStreamStatus status) The status of the modification to the database activity stream.StartActivityStreamResponse.Builder.status(ActivityStreamStatus status) The status of the database activity stream.StopActivityStreamResponse.Builder.status(ActivityStreamStatus status) The status of the database activity stream.