| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana |
Amazon Managed Grafana is a fully managed and secure data visualization service that you can use to instantly query,
correlate, and visualize operational metrics, logs, and traces from multiple sources.
|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateWorkspaceResult> |
AmazonManagedGrafanaAsyncClient.createWorkspaceAsync(CreateWorkspaceRequest request,
AsyncHandler<CreateWorkspaceRequest,CreateWorkspaceResult> asyncHandler) |
Future<CreateWorkspaceResult> |
AmazonManagedGrafanaAsync.createWorkspaceAsync(CreateWorkspaceRequest createWorkspaceRequest,
AsyncHandler<CreateWorkspaceRequest,CreateWorkspaceResult> asyncHandler)
Creates a workspace.
|
Future<CreateWorkspaceResult> |
AbstractAmazonManagedGrafanaAsync.createWorkspaceAsync(CreateWorkspaceRequest request,
AsyncHandler<CreateWorkspaceRequest,CreateWorkspaceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateWorkspaceRequest |
CreateWorkspaceRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.clone() |
CreateWorkspaceRequest |
CreateWorkspaceRequest.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.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.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.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withAuthenticationProviders(AuthenticationProviderTypes... authenticationProviders)
Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to
authenticate users for using the Grafana console within a workspace.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withAuthenticationProviders(Collection<String> authenticationProviders)
Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to
authenticate users for using the Grafana console within a workspace.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withAuthenticationProviders(String... authenticationProviders)
Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to
authenticate users for using the Grafana console within a workspace.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withClientToken(String clientToken)
A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withConfiguration(String configuration)
The configuration string for the workspace that you create.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withOrganizationRoleName(String organizationRoleName)
The name of an IAM role that already exists to use with Organizations to access Amazon Web Services data sources
and notification channels in other accounts in an organization.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withPermissionType(PermissionType permissionType)
If you specify
SERVICE_MANAGED on AWS Grafana console, 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. |
CreateWorkspaceRequest |
CreateWorkspaceRequest.withPermissionType(String permissionType)
If you specify
SERVICE_MANAGED on AWS Grafana console, 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. |
CreateWorkspaceRequest |
CreateWorkspaceRequest.withStackSetName(String stackSetName)
The name of the CloudFormation stack set to use to generate IAM roles to be used for this workspace.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withTags(Map<String,String> tags)
The list of tags associated with the workspace.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withVpcConfiguration(VpcConfiguration vpcConfiguration)
The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withWorkspaceDataSources(Collection<String> workspaceDataSources)
Specify the Amazon Web Services data sources that you want to be queried in this workspace.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withWorkspaceDataSources(DataSourceType... workspaceDataSources)
Specify the Amazon Web Services data sources that you want to be queried in this workspace.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withWorkspaceDataSources(String... workspaceDataSources)
Specify the Amazon Web Services data sources that you want to be queried in this workspace.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withWorkspaceDescription(String workspaceDescription)
A description for the workspace.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withWorkspaceName(String workspaceName)
The name for the workspace.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withWorkspaceNotificationDestinations(Collection<String> workspaceNotificationDestinations)
Specify the Amazon Web Services notification channels that you plan to use in this workspace.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withWorkspaceNotificationDestinations(NotificationDestinationType... workspaceNotificationDestinations)
Specify the Amazon Web Services notification channels that you plan to use in this workspace.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withWorkspaceNotificationDestinations(String... workspaceNotificationDestinations)
Specify the Amazon Web Services notification channels that you plan to use in this workspace.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withWorkspaceOrganizationalUnits(Collection<String> workspaceOrganizationalUnits)
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.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withWorkspaceOrganizationalUnits(String... workspaceOrganizationalUnits)
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.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withWorkspaceRoleArn(String workspaceRoleArn)
The workspace needs an IAM role that grants permissions to the Amazon Web Services resources that the workspace
will view data from.
|
Copyright © 2022. All rights reserved.