Uses of Class
software.amazon.awssdk.services.rds.model.AuditPolicyState
-
Packages that use AuditPolicyState Package Description software.amazon.awssdk.services.rds.model -
-
Uses of AuditPolicyState in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return AuditPolicyState Modifier and Type Method Description AuditPolicyStateModifyActivityStreamRequest. auditPolicyState()The audit policy state.static AuditPolicyStateAuditPolicyState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuditPolicyStateAuditPolicyState. valueOf(String name)Returns 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 AuditPolicyState Modifier and Type Method Description static Set<AuditPolicyState>AuditPolicyState. knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type AuditPolicyState Modifier and Type Method Description ModifyActivityStreamRequest.BuilderModifyActivityStreamRequest.Builder. auditPolicyState(AuditPolicyState auditPolicyState)The audit policy state.
-