| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationDestinationType |
NotificationDestinationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static NotificationDestinationType |
NotificationDestinationType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<NotificationDestinationType> |
NotificationDestinationType.knownValues()
|
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> |
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> |
UpdateWorkspaceRequest.workspaceNotificationDestinations()
Specify the Amazon Web Services notification channels that you plan to use in this workspace.
|
List<NotificationDestinationType> |
CreateWorkspaceRequest.workspaceNotificationDestinations()
Specify the Amazon Web Services notification channels that you plan to use in this workspace.
|
| Modifier and Type | Method and Description |
|---|---|
WorkspaceSummary.Builder |
WorkspaceSummary.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.
|
WorkspaceDescription.Builder |
WorkspaceDescription.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.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.workspaceNotificationDestinations(NotificationDestinationType... workspaceNotificationDestinations)
Specify the Amazon Web Services notification channels that you plan to use in this workspace.
|
CreateWorkspaceRequest.Builder |
CreateWorkspaceRequest.Builder.workspaceNotificationDestinations(NotificationDestinationType... workspaceNotificationDestinations)
Specify the Amazon Web Services notification channels that you plan to use in this workspace.
|
| Modifier and Type | Method and Description |
|---|---|
WorkspaceSummary.Builder |
WorkspaceSummary.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.
|
WorkspaceDescription.Builder |
WorkspaceDescription.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.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.workspaceNotificationDestinations(Collection<NotificationDestinationType> workspaceNotificationDestinations)
Specify the Amazon Web Services notification channels that you plan to use in this workspace.
|
CreateWorkspaceRequest.Builder |
CreateWorkspaceRequest.Builder.workspaceNotificationDestinations(Collection<NotificationDestinationType> workspaceNotificationDestinations)
Specify the Amazon Web Services notification channels that you plan to use in this workspace.
|
Copyright © 2023. All rights reserved.