Uses of Class
software.amazon.awssdk.services.grafana.model.NotificationDestinationType
-
Packages that use NotificationDestinationType Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of NotificationDestinationType in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return NotificationDestinationType Modifier and Type Method Description static NotificationDestinationTypeNotificationDestinationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static NotificationDestinationTypeNotificationDestinationType. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationDestinationType[]NotificationDestinationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type NotificationDestinationType Modifier and Type Method Description static Set<NotificationDestinationType>NotificationDestinationType. knownValues()List<NotificationDestinationType>WorkspaceDescription. notificationDestinations()The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, to allow Amazon Managed Grafana to use these channels.List<NotificationDestinationType>WorkspaceSummary. notificationDestinations()The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, which allows Amazon Managed Grafana to use these channels.List<NotificationDestinationType>CreateWorkspaceRequest. workspaceNotificationDestinations()Specify the Amazon Web Services notification channels that you plan to use in this workspace.List<NotificationDestinationType>UpdateWorkspaceRequest. workspaceNotificationDestinations()Specify the Amazon Web Services notification channels that you plan to use in this workspace.Methods in software.amazon.awssdk.services.grafana.model with parameters of type NotificationDestinationType Modifier and Type Method Description WorkspaceDescription.BuilderWorkspaceDescription.Builder. notificationDestinations(NotificationDestinationType... notificationDestinations)The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, to allow Amazon Managed Grafana to use these channels.WorkspaceSummary.BuilderWorkspaceSummary.Builder. notificationDestinations(NotificationDestinationType... notificationDestinations)The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, which allows Amazon Managed Grafana to use these channels.CreateWorkspaceRequest.BuilderCreateWorkspaceRequest.Builder. workspaceNotificationDestinations(NotificationDestinationType... workspaceNotificationDestinations)Specify the Amazon Web Services notification channels that you plan to use in this workspace.UpdateWorkspaceRequest.BuilderUpdateWorkspaceRequest.Builder. workspaceNotificationDestinations(NotificationDestinationType... workspaceNotificationDestinations)Specify the Amazon Web Services notification channels that you plan to use in this workspace.Method parameters in software.amazon.awssdk.services.grafana.model with type arguments of type NotificationDestinationType Modifier and Type Method Description WorkspaceDescription.BuilderWorkspaceDescription.Builder. notificationDestinations(Collection<NotificationDestinationType> notificationDestinations)The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, to allow Amazon Managed Grafana to use these channels.WorkspaceSummary.BuilderWorkspaceSummary.Builder. notificationDestinations(Collection<NotificationDestinationType> notificationDestinations)The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, which allows Amazon Managed Grafana to use these channels.CreateWorkspaceRequest.BuilderCreateWorkspaceRequest.Builder. workspaceNotificationDestinations(Collection<NotificationDestinationType> workspaceNotificationDestinations)Specify the Amazon Web Services notification channels that you plan to use in this workspace.UpdateWorkspaceRequest.BuilderUpdateWorkspaceRequest.Builder. workspaceNotificationDestinations(Collection<NotificationDestinationType> workspaceNotificationDestinations)Specify the Amazon Web Services notification channels that you plan to use in this workspace.
-