Uses of Enum
software.amazon.awssdk.services.rds.model.AuditPolicyState
Packages that use AuditPolicyState
-
Uses of AuditPolicyState in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return AuditPolicyStateModifier and TypeMethodDescriptionfinal AuditPolicyStateModifyActivityStreamRequest.auditPolicyState()The audit policy state.static AuditPolicyStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AuditPolicyStateReturns the enum constant of this type with the specified name.static AuditPolicyState[]AuditPolicyState.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 AuditPolicyStateMethods in software.amazon.awssdk.services.rds.model with parameters of type AuditPolicyStateModifier and TypeMethodDescriptionModifyActivityStreamRequest.Builder.auditPolicyState(AuditPolicyState auditPolicyState) The audit policy state.