| 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<UpdateWorkspaceResult> |
AmazonManagedGrafanaAsyncClient.updateWorkspaceAsync(UpdateWorkspaceRequest request,
AsyncHandler<UpdateWorkspaceRequest,UpdateWorkspaceResult> asyncHandler) |
Future<UpdateWorkspaceResult> |
AmazonManagedGrafanaAsync.updateWorkspaceAsync(UpdateWorkspaceRequest updateWorkspaceRequest,
AsyncHandler<UpdateWorkspaceRequest,UpdateWorkspaceResult> asyncHandler)
Modifies an existing Amazon Managed Grafana workspace.
|
Future<UpdateWorkspaceResult> |
AbstractAmazonManagedGrafanaAsync.updateWorkspaceAsync(UpdateWorkspaceRequest request,
AsyncHandler<UpdateWorkspaceRequest,UpdateWorkspaceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.clone() |
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.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.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.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.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withOrganizationRoleName(String organizationRoleName)
The name of an IAM role that already exists to use to access resources through Organizations.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withPermissionType(PermissionType permissionType)
If you specify
Service Managed, 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. |
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withPermissionType(String permissionType)
If you specify
Service Managed, 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. |
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withStackSetName(String stackSetName)
The name of the CloudFormation stack set to use to generate IAM roles to be used for this workspace.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withWorkspaceDataSources(Collection<String> workspaceDataSources)
Specify the Amazon Web Services data sources that you want to be queried in this workspace.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withWorkspaceDataSources(DataSourceType... workspaceDataSources)
Specify the Amazon Web Services data sources that you want to be queried in this workspace.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withWorkspaceDataSources(String... workspaceDataSources)
Specify the Amazon Web Services data sources that you want to be queried in this workspace.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withWorkspaceDescription(String workspaceDescription)
A description for the workspace.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withWorkspaceId(String workspaceId)
The ID of the workspace to update.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withWorkspaceName(String workspaceName)
A new name for the workspace to update.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withWorkspaceNotificationDestinations(Collection<String> workspaceNotificationDestinations)
Specify the Amazon Web Services notification channels that you plan to use in this workspace.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withWorkspaceNotificationDestinations(NotificationDestinationType... workspaceNotificationDestinations)
Specify the Amazon Web Services notification channels that you plan to use in this workspace.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withWorkspaceNotificationDestinations(String... workspaceNotificationDestinations)
Specify the Amazon Web Services notification channels that you plan to use in this workspace.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.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.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.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.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.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.