Uses of Class
software.amazon.awssdk.services.connectcases.model.AuditEventType
-
Packages that use AuditEventType Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of AuditEventType in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return AuditEventType Modifier and Type Method Description static AuditEventTypeAuditEventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AuditEventTypeAuditEvent. type()The Type of an audit history event.static AuditEventTypeAuditEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditEventType[]AuditEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type AuditEventType Modifier and Type Method Description static Set<AuditEventType>AuditEventType. knownValues()Methods in software.amazon.awssdk.services.connectcases.model with parameters of type AuditEventType Modifier and Type Method Description AuditEvent.BuilderAuditEvent.Builder. type(AuditEventType type)The Type of an audit history event.
-