@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonManagedGrafana extends Object implements AmazonManagedGrafana
AmazonManagedGrafana. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
AssociateLicenseResult |
associateLicense(AssociateLicenseRequest request)
Assigns a Grafana Enterprise license to a workspace.
|
CreateWorkspaceResult |
createWorkspace(CreateWorkspaceRequest request)
Creates a workspace.
|
CreateWorkspaceApiKeyResult |
createWorkspaceApiKey(CreateWorkspaceApiKeyRequest request)
Creates a Grafana API key for the workspace.
|
DeleteWorkspaceResult |
deleteWorkspace(DeleteWorkspaceRequest request)
Deletes an Amazon Managed Grafana workspace.
|
DeleteWorkspaceApiKeyResult |
deleteWorkspaceApiKey(DeleteWorkspaceApiKeyRequest request)
Deletes a Grafana API key for the workspace.
|
DescribeWorkspaceResult |
describeWorkspace(DescribeWorkspaceRequest request)
Displays information about one Amazon Managed Grafana workspace.
|
DescribeWorkspaceAuthenticationResult |
describeWorkspaceAuthentication(DescribeWorkspaceAuthenticationRequest request)
Displays information about the authentication methods used in one Amazon Managed Grafana workspace.
|
DescribeWorkspaceConfigurationResult |
describeWorkspaceConfiguration(DescribeWorkspaceConfigurationRequest request)
Gets the current configuration string for the given workspace.
|
DisassociateLicenseResult |
disassociateLicense(DisassociateLicenseRequest request)
Removes the Grafana Enterprise license from a workspace.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListPermissionsResult |
listPermissions(ListPermissionsRequest request)
Lists the users and groups who have the Grafana
Admin and Editor roles in this
workspace. |
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
The
ListTagsForResource operation returns the tags that are associated with the Amazon Managed
Service for Grafana resource specified by the resourceArn. |
ListVersionsResult |
listVersions(ListVersionsRequest request)
Lists available versions of Grafana.
|
ListWorkspacesResult |
listWorkspaces(ListWorkspacesRequest request)
Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
The
TagResource operation associates tags with an Amazon Managed Grafana resource. |
UntagResourceResult |
untagResource(UntagResourceRequest request)
The
UntagResource operation removes the association of the tag with the Amazon Managed Grafana
resource. |
UpdatePermissionsResult |
updatePermissions(UpdatePermissionsRequest request)
Updates which users in a workspace have the Grafana
Admin or Editor roles. |
UpdateWorkspaceResult |
updateWorkspace(UpdateWorkspaceRequest request)
Modifies an existing Amazon Managed Grafana workspace.
|
UpdateWorkspaceAuthenticationResult |
updateWorkspaceAuthentication(UpdateWorkspaceAuthenticationRequest request)
Use this operation to define the identity provider (IdP) that this workspace authenticates users from, using
SAML.
|
UpdateWorkspaceConfigurationResult |
updateWorkspaceConfiguration(UpdateWorkspaceConfigurationRequest request)
Updates the configuration string for the given workspace
|
public AssociateLicenseResult associateLicense(AssociateLicenseRequest request)
AmazonManagedGrafanaAssigns a Grafana Enterprise license to a workspace. Upgrading to Grafana Enterprise incurs additional fees. For more information, see Upgrade a workspace to Grafana Enterprise.
associateLicense in interface AmazonManagedGrafanapublic CreateWorkspaceResult createWorkspace(CreateWorkspaceRequest request)
AmazonManagedGrafanaCreates a workspace. In a workspace, you can create Grafana dashboards and visualizations to analyze your metrics, logs, and traces. You don't have to build, package, or deploy any hardware to run the Grafana server.
Don't use CreateWorkspace to modify an existing workspace. Instead, use UpdateWorkspace.
createWorkspace in interface AmazonManagedGrafanapublic CreateWorkspaceApiKeyResult createWorkspaceApiKey(CreateWorkspaceApiKeyRequest request)
AmazonManagedGrafanaCreates a Grafana API key for the workspace. This key can be used to authenticate requests sent to the workspace's HTTP API. See https ://docs.aws.amazon.com/grafana/latest/userguide/Using-Grafana-APIs.html for available APIs and example requests.
createWorkspaceApiKey in interface AmazonManagedGrafanapublic DeleteWorkspaceResult deleteWorkspace(DeleteWorkspaceRequest request)
AmazonManagedGrafanaDeletes an Amazon Managed Grafana workspace.
deleteWorkspace in interface AmazonManagedGrafanapublic DeleteWorkspaceApiKeyResult deleteWorkspaceApiKey(DeleteWorkspaceApiKeyRequest request)
AmazonManagedGrafanaDeletes a Grafana API key for the workspace.
deleteWorkspaceApiKey in interface AmazonManagedGrafanapublic DescribeWorkspaceResult describeWorkspace(DescribeWorkspaceRequest request)
AmazonManagedGrafanaDisplays information about one Amazon Managed Grafana workspace.
describeWorkspace in interface AmazonManagedGrafanapublic DescribeWorkspaceAuthenticationResult describeWorkspaceAuthentication(DescribeWorkspaceAuthenticationRequest request)
AmazonManagedGrafanaDisplays information about the authentication methods used in one Amazon Managed Grafana workspace.
describeWorkspaceAuthentication in interface AmazonManagedGrafanapublic DescribeWorkspaceConfigurationResult describeWorkspaceConfiguration(DescribeWorkspaceConfigurationRequest request)
AmazonManagedGrafanaGets the current configuration string for the given workspace.
describeWorkspaceConfiguration in interface AmazonManagedGrafanapublic DisassociateLicenseResult disassociateLicense(DisassociateLicenseRequest request)
AmazonManagedGrafanaRemoves the Grafana Enterprise license from a workspace.
disassociateLicense in interface AmazonManagedGrafanapublic ListPermissionsResult listPermissions(ListPermissionsRequest request)
AmazonManagedGrafana
Lists the users and groups who have the Grafana Admin and Editor roles in this
workspace. If you use this operation without specifying userId or groupId, the
operation returns the roles of all users and groups. If you specify a userId or a
groupId, only the roles for that user or group are returned. If you do this, you can specify only
one userId or one groupId.
listPermissions in interface AmazonManagedGrafanapublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AmazonManagedGrafana
The ListTagsForResource operation returns the tags that are associated with the Amazon Managed
Service for Grafana resource specified by the resourceArn. Currently, the only resource that can be
tagged is a workspace.
listTagsForResource in interface AmazonManagedGrafanapublic ListVersionsResult listVersions(ListVersionsRequest request)
AmazonManagedGrafana
Lists available versions of Grafana. These are available when calling CreateWorkspace. Optionally,
include a workspace to list the versions to which it can be upgraded.
listVersions in interface AmazonManagedGrafanapublic ListWorkspacesResult listWorkspaces(ListWorkspacesRequest request)
AmazonManagedGrafanaReturns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace. For more complete information about one workspace, use DescribeWorkspace.
listWorkspaces in interface AmazonManagedGrafanapublic TagResourceResult tagResource(TagResourceRequest request)
AmazonManagedGrafana
The TagResource operation associates tags with an Amazon Managed Grafana resource. Currently, the
only resource that can be tagged is workspaces.
If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.
tagResource in interface AmazonManagedGrafanapublic UntagResourceResult untagResource(UntagResourceRequest request)
AmazonManagedGrafana
The UntagResource operation removes the association of the tag with the Amazon Managed Grafana
resource.
untagResource in interface AmazonManagedGrafanapublic UpdatePermissionsResult updatePermissions(UpdatePermissionsRequest request)
AmazonManagedGrafana
Updates which users in a workspace have the Grafana Admin or Editor roles.
updatePermissions in interface AmazonManagedGrafanapublic UpdateWorkspaceResult updateWorkspace(UpdateWorkspaceRequest request)
AmazonManagedGrafanaModifies an existing Amazon Managed Grafana workspace. If you use this operation and omit any optional parameters, the existing values of those parameters are not changed.
To modify the user authentication methods that the workspace uses, such as SAML or IAM Identity Center, use UpdateWorkspaceAuthentication.
To modify which users in the workspace have the Admin and Editor Grafana roles, use UpdatePermissions.
updateWorkspace in interface AmazonManagedGrafanapublic UpdateWorkspaceAuthenticationResult updateWorkspaceAuthentication(UpdateWorkspaceAuthenticationRequest request)
AmazonManagedGrafana
Use this operation to define the identity provider (IdP) that this workspace authenticates users from, using
SAML. You can also map SAML assertion attributes to workspace user information and define which groups in the
assertion attribute are to have the Admin and Editor roles in the workspace.
Changes to the authentication method for a workspace may take a few minutes to take effect.
updateWorkspaceAuthentication in interface AmazonManagedGrafanapublic UpdateWorkspaceConfigurationResult updateWorkspaceConfiguration(UpdateWorkspaceConfigurationRequest request)
AmazonManagedGrafanaUpdates the configuration string for the given workspace
updateWorkspaceConfiguration in interface AmazonManagedGrafanapublic void shutdown()
AmazonManagedGrafanashutdown in interface AmazonManagedGrafanapublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonManagedGrafanaResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AmazonManagedGrafanarequest - The originally executed request.