| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceSummary |
WorkspaceSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
WorkspaceSummary |
WorkspaceSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
WorkspaceSummary |
WorkspaceSummary.clone() |
WorkspaceSummary |
WorkspaceSummary.withAuthentication(AuthenticationSummary authentication)
A structure containing information about the authentication methods used in the workspace.
|
WorkspaceSummary |
WorkspaceSummary.withCreated(Date created)
The date that the workspace was created.
|
WorkspaceSummary |
WorkspaceSummary.withDescription(String description)
The customer-entered description of the workspace.
|
WorkspaceSummary |
WorkspaceSummary.withEndpoint(String endpoint)
The URL endpoint to use to access the Grafana console in the workspace.
|
WorkspaceSummary |
WorkspaceSummary.withGrafanaVersion(String grafanaVersion)
The Grafana version that the workspace is running.
|
WorkspaceSummary |
WorkspaceSummary.withId(String id)
The unique ID of the workspace.
|
WorkspaceSummary |
WorkspaceSummary.withModified(Date modified)
The most recent date that the workspace was modified.
|
WorkspaceSummary |
WorkspaceSummary.withName(String name)
The name of the workspace.
|
WorkspaceSummary |
WorkspaceSummary.withNotificationDestinations(Collection<String> 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.
|
WorkspaceSummary |
WorkspaceSummary.withNotificationDestinations(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.
|
WorkspaceSummary |
WorkspaceSummary.withNotificationDestinations(String... 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.
|
WorkspaceSummary |
WorkspaceSummary.withStatus(String status)
The current status of the workspace.
|
WorkspaceSummary |
WorkspaceSummary.withStatus(WorkspaceStatus status)
The current status of the workspace.
|
WorkspaceSummary |
WorkspaceSummary.withTags(Map<String,String> tags)
The list of tags associated with the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkspaceSummary> |
ListWorkspacesResult.getWorkspaces()
An array of structures that contain some information about the workspaces in the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkspacesResult |
ListWorkspacesResult.withWorkspaces(WorkspaceSummary... workspaces)
An array of structures that contain some information about the workspaces in the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkspacesResult.setWorkspaces(Collection<WorkspaceSummary> workspaces)
An array of structures that contain some information about the workspaces in the account.
|
ListWorkspacesResult |
ListWorkspacesResult.withWorkspaces(Collection<WorkspaceSummary> workspaces)
An array of structures that contain some information about the workspaces in the account.
|
Copyright © 2022. All rights reserved.