Uses of Class
software.amazon.awssdk.services.notifications.model.SchemaVersion
-
Packages that use SchemaVersion Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of SchemaVersion in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return SchemaVersion Modifier and Type Method Description static SchemaVersionSchemaVersion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SchemaVersionManagedNotificationChildEvent. schemaVersion()The schema version of the Managed Notification Child Event.SchemaVersionManagedNotificationChildEventSummary. schemaVersion()The schema version of theManagedNotificationChildEvent.SchemaVersionManagedNotificationEvent. schemaVersion()Version of theManagedNotificationEventschema.SchemaVersionManagedNotificationEventSummary. schemaVersion()The schema version of theManagedNotificationEvent.SchemaVersionNotificationEvent. schemaVersion()The schema version of the Notification Event.SchemaVersionNotificationEventSummary. schemaVersion()The schema version of the Notification Event.static SchemaVersionSchemaVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaVersion[]SchemaVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type SchemaVersion Modifier and Type Method Description static Set<SchemaVersion>SchemaVersion. knownValues()Methods in software.amazon.awssdk.services.notifications.model with parameters of type SchemaVersion Modifier and Type Method Description ManagedNotificationChildEvent.BuilderManagedNotificationChildEvent.Builder. schemaVersion(SchemaVersion schemaVersion)The schema version of the Managed Notification Child Event.ManagedNotificationChildEventSummary.BuilderManagedNotificationChildEventSummary.Builder. schemaVersion(SchemaVersion schemaVersion)The schema version of theManagedNotificationChildEvent.ManagedNotificationEvent.BuilderManagedNotificationEvent.Builder. schemaVersion(SchemaVersion schemaVersion)Version of theManagedNotificationEventschema.ManagedNotificationEventSummary.BuilderManagedNotificationEventSummary.Builder. schemaVersion(SchemaVersion schemaVersion)The schema version of theManagedNotificationEvent.NotificationEvent.BuilderNotificationEvent.Builder. schemaVersion(SchemaVersion schemaVersion)The schema version of the Notification Event.NotificationEventSummary.BuilderNotificationEventSummary.Builder. schemaVersion(SchemaVersion schemaVersion)The schema version of the Notification Event.
-