Uses of Class
software.amazon.awssdk.services.appfabric.model.Schema
-
Packages that use Schema Package Description software.amazon.awssdk.services.appfabric.model -
-
Uses of Schema in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return Schema Modifier and Type Method Description static SchemaSchema. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SchemaAuditLogProcessingConfiguration. schema()The event schema in which the audit logs need to be formatted.static SchemaSchema. valueOf(String name)Returns the enum constant of this type with the specified name.static Schema[]Schema. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type Schema Modifier and Type Method Description static Set<Schema>Schema. knownValues()Methods in software.amazon.awssdk.services.appfabric.model with parameters of type Schema Modifier and Type Method Description AuditLogProcessingConfiguration.BuilderAuditLogProcessingConfiguration.Builder. schema(Schema schema)The event schema in which the audit logs need to be formatted.
-