| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceDescription |
WorkspaceDescription.addTagsEntry(String key,
String value)
Add a single Tags entry
|
WorkspaceDescription |
WorkspaceDescription.clearTagsEntries()
Removes all the entries added into Tags.
|
WorkspaceDescription |
WorkspaceDescription.clone() |
WorkspaceDescription |
DisassociateLicenseResult.getWorkspace()
A structure containing information about the workspace.
|
WorkspaceDescription |
DescribeWorkspaceResult.getWorkspace()
A structure containing information about the workspace.
|
WorkspaceDescription |
DeleteWorkspaceResult.getWorkspace()
A structure containing information about the workspace that was deleted.
|
WorkspaceDescription |
CreateWorkspaceResult.getWorkspace()
A structure containing data about the workspace that was created.
|
WorkspaceDescription |
AssociateLicenseResult.getWorkspace()
A structure containing data about the workspace.
|
WorkspaceDescription |
UpdateWorkspaceResult.getWorkspace()
A structure containing data about the workspace that was created.
|
WorkspaceDescription |
WorkspaceDescription.withAccountAccessType(AccountAccessType accountAccessType)
Specifies whether the workspace can access Amazon Web Services resources in this Amazon Web Services account
only, or whether it can also access Amazon Web Services resources in other accounts in the same organization.
|
WorkspaceDescription |
WorkspaceDescription.withAccountAccessType(String accountAccessType)
Specifies whether the workspace can access Amazon Web Services resources in this Amazon Web Services account
only, or whether it can also access Amazon Web Services resources in other accounts in the same organization.
|
WorkspaceDescription |
WorkspaceDescription.withAuthentication(AuthenticationSummary authentication)
A structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user
authentication.
|
WorkspaceDescription |
WorkspaceDescription.withCreated(Date created)
The date that the workspace was created.
|
WorkspaceDescription |
WorkspaceDescription.withDataSources(Collection<String> dataSources)
Specifies the Amazon Web Services data sources that have been configured to have IAM roles and permissions
created to allow Amazon Managed Grafana to read data from these sources.
|
WorkspaceDescription |
WorkspaceDescription.withDataSources(DataSourceType... dataSources)
Specifies the Amazon Web Services data sources that have been configured to have IAM roles and permissions
created to allow Amazon Managed Grafana to read data from these sources.
|
WorkspaceDescription |
WorkspaceDescription.withDataSources(String... dataSources)
Specifies the Amazon Web Services data sources that have been configured to have IAM roles and permissions
created to allow Amazon Managed Grafana to read data from these sources.
|
WorkspaceDescription |
WorkspaceDescription.withDescription(String description)
The user-defined description of the workspace.
|
WorkspaceDescription |
WorkspaceDescription.withEndpoint(String endpoint)
The URL that users can use to access the Grafana console in the workspace.
|
WorkspaceDescription |
WorkspaceDescription.withFreeTrialConsumed(Boolean freeTrialConsumed)
Specifies whether this workspace has already fully used its free trial for Grafana Enterprise.
|
WorkspaceDescription |
WorkspaceDescription.withFreeTrialExpiration(Date freeTrialExpiration)
If this workspace is currently in the free trial period for Grafana Enterprise, this value specifies when that
free trial ends.
|
WorkspaceDescription |
WorkspaceDescription.withGrafanaVersion(String grafanaVersion)
The version of Grafana supported in this workspace.
|
WorkspaceDescription |
WorkspaceDescription.withId(String id)
The unique ID of this workspace.
|
WorkspaceDescription |
WorkspaceDescription.withLicenseExpiration(Date licenseExpiration)
If this workspace has a full Grafana Enterprise license, this specifies when the license ends and will need to be
renewed.
|
WorkspaceDescription |
WorkspaceDescription.withLicenseType(LicenseType licenseType)
Specifies whether this workspace has a full Grafana Enterprise license or a free trial license.
|
WorkspaceDescription |
WorkspaceDescription.withLicenseType(String licenseType)
Specifies whether this workspace has a full Grafana Enterprise license or a free trial license.
|
WorkspaceDescription |
WorkspaceDescription.withModified(Date modified)
The most recent date that the workspace was modified.
|
WorkspaceDescription |
WorkspaceDescription.withName(String name)
The name of the workspace.
|
WorkspaceDescription |
WorkspaceDescription.withNetworkAccessControl(NetworkAccessConfiguration networkAccessControl)
The configuration settings for network access to your workspace.
|
WorkspaceDescription |
WorkspaceDescription.withNotificationDestinations(Collection<String> 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.
|
WorkspaceDescription |
WorkspaceDescription.withNotificationDestinations(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.
|
WorkspaceDescription |
WorkspaceDescription.withNotificationDestinations(String... 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.
|
WorkspaceDescription |
WorkspaceDescription.withOrganizationalUnits(Collection<String> organizationalUnits)
Specifies the organizational units that this workspace is allowed to use data sources from, if this workspace is
in an account that is part of an organization.
|
WorkspaceDescription |
WorkspaceDescription.withOrganizationalUnits(String... organizationalUnits)
Specifies the organizational units that this workspace is allowed to use data sources from, if this workspace is
in an account that is part of an organization.
|
WorkspaceDescription |
WorkspaceDescription.withOrganizationRoleName(String organizationRoleName)
The name of the IAM role that is used to access resources through Organizations.
|
WorkspaceDescription |
WorkspaceDescription.withPermissionType(PermissionType permissionType)
If this is
SERVICE_MANAGED, and the workplace was created through the Amazon Managed Grafana
console, then Amazon Managed Grafana automatically creates the IAM roles and provisions the permissions that the
workspace needs to use Amazon Web Services data sources and notification channels. |
WorkspaceDescription |
WorkspaceDescription.withPermissionType(String permissionType)
If this is
SERVICE_MANAGED, and the workplace was created through the Amazon Managed Grafana
console, then Amazon Managed Grafana automatically creates the IAM roles and provisions the permissions that the
workspace needs to use Amazon Web Services data sources and notification channels. |
WorkspaceDescription |
WorkspaceDescription.withStackSetName(String stackSetName)
The name of the CloudFormation stack set that is used to generate IAM roles to be used for this workspace.
|
WorkspaceDescription |
WorkspaceDescription.withStatus(String status)
The current status of the workspace.
|
WorkspaceDescription |
WorkspaceDescription.withStatus(WorkspaceStatus status)
The current status of the workspace.
|
WorkspaceDescription |
WorkspaceDescription.withTags(Map<String,String> tags)
The list of tags associated with the workspace.
|
WorkspaceDescription |
WorkspaceDescription.withVpcConfiguration(VpcConfiguration vpcConfiguration)
The configuration for connecting to data sources in a private VPC (Amazon Virtual Private Cloud).
|
WorkspaceDescription |
WorkspaceDescription.withWorkspaceRoleArn(String workspaceRoleArn)
The IAM role that grants permissions to the Amazon Web Services resources that the workspace will view data from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisassociateLicenseResult.setWorkspace(WorkspaceDescription workspace)
A structure containing information about the workspace.
|
void |
DescribeWorkspaceResult.setWorkspace(WorkspaceDescription workspace)
A structure containing information about the workspace.
|
void |
DeleteWorkspaceResult.setWorkspace(WorkspaceDescription workspace)
A structure containing information about the workspace that was deleted.
|
void |
CreateWorkspaceResult.setWorkspace(WorkspaceDescription workspace)
A structure containing data about the workspace that was created.
|
void |
AssociateLicenseResult.setWorkspace(WorkspaceDescription workspace)
A structure containing data about the workspace.
|
void |
UpdateWorkspaceResult.setWorkspace(WorkspaceDescription workspace)
A structure containing data about the workspace that was created.
|
DisassociateLicenseResult |
DisassociateLicenseResult.withWorkspace(WorkspaceDescription workspace)
A structure containing information about the workspace.
|
DescribeWorkspaceResult |
DescribeWorkspaceResult.withWorkspace(WorkspaceDescription workspace)
A structure containing information about the workspace.
|
DeleteWorkspaceResult |
DeleteWorkspaceResult.withWorkspace(WorkspaceDescription workspace)
A structure containing information about the workspace that was deleted.
|
CreateWorkspaceResult |
CreateWorkspaceResult.withWorkspace(WorkspaceDescription workspace)
A structure containing data about the workspace that was created.
|
AssociateLicenseResult |
AssociateLicenseResult.withWorkspace(WorkspaceDescription workspace)
A structure containing data about the workspace.
|
UpdateWorkspaceResult |
UpdateWorkspaceResult.withWorkspace(WorkspaceDescription workspace)
A structure containing data about the workspace that was created.
|
Copyright © 2023. All rights reserved.