| Package | Description |
|---|---|
| com.amazonaws.services.prometheus.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 |
DescribeWorkspaceResult.getWorkspace()
A structure that contains details about the workspace.
|
WorkspaceDescription |
WorkspaceDescription.withAlias(String alias)
The alias that is assigned to this workspace to help identify it.
|
WorkspaceDescription |
WorkspaceDescription.withArn(String arn)
The ARN of the workspace.
|
WorkspaceDescription |
WorkspaceDescription.withCreatedAt(Date createdAt)
The date and time that the workspace was created.
|
WorkspaceDescription |
WorkspaceDescription.withKmsKeyArn(String kmsKeyArn)
(optional) If the workspace was created with a customer managed KMS key, the ARN for the key used.
|
WorkspaceDescription |
WorkspaceDescription.withPrometheusEndpoint(String prometheusEndpoint)
The Prometheus endpoint available for this workspace.
|
WorkspaceDescription |
WorkspaceDescription.withStatus(WorkspaceStatus status)
The current status of the workspace.
|
WorkspaceDescription |
WorkspaceDescription.withTags(Map<String,String> tags)
The list of tag keys and values that are associated with the workspace.
|
WorkspaceDescription |
WorkspaceDescription.withWorkspaceId(String workspaceId)
The unique ID for the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeWorkspaceResult.setWorkspace(WorkspaceDescription workspace)
A structure that contains details about the workspace.
|
DescribeWorkspaceResult |
DescribeWorkspaceResult.withWorkspace(WorkspaceDescription workspace)
A structure that contains details about the workspace.
|
Copyright © 2024. All rights reserved.