Uses of Enum
software.amazon.awssdk.services.rds.model.ActivityStreamPolicyStatus
Packages that use ActivityStreamPolicyStatus
-
Uses of ActivityStreamPolicyStatus in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ActivityStreamPolicyStatusModifier and TypeMethodDescriptionDBInstance.activityStreamPolicyStatus()The status of the policy state of the activity stream.static ActivityStreamPolicyStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.ModifyActivityStreamResponse.policyStatus()The status of the modification to the policy state of the database activity stream.static ActivityStreamPolicyStatusReturns the enum constant of this type with the specified name.static ActivityStreamPolicyStatus[]ActivityStreamPolicyStatus.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 ActivityStreamPolicyStatusModifier and TypeMethodDescriptionstatic Set<ActivityStreamPolicyStatus>ActivityStreamPolicyStatus.knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type ActivityStreamPolicyStatusModifier and TypeMethodDescriptionDBInstance.Builder.activityStreamPolicyStatus(ActivityStreamPolicyStatus activityStreamPolicyStatus) The status of the policy state of the activity stream.ModifyActivityStreamResponse.Builder.policyStatus(ActivityStreamPolicyStatus policyStatus) The status of the modification to the policy state of the database activity stream.