| Package | Description |
|---|---|
| com.amazonaws.services.prometheus.model |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceSummary |
WorkspaceSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
WorkspaceSummary |
WorkspaceSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
WorkspaceSummary |
WorkspaceSummary.clone() |
WorkspaceSummary |
WorkspaceSummary.withAlias(String alias)
The alias that is assigned to this workspace to help identify it.
|
WorkspaceSummary |
WorkspaceSummary.withArn(String arn)
The ARN of the workspace.
|
WorkspaceSummary |
WorkspaceSummary.withCreatedAt(Date createdAt)
The date and time that the workspace was created.
|
WorkspaceSummary |
WorkspaceSummary.withKmsKeyArn(String kmsKeyArn)
(optional) If the workspace was created with a customer managed KMS key, the ARN for the key used.
|
WorkspaceSummary |
WorkspaceSummary.withStatus(WorkspaceStatus status)
The current status of the workspace.
|
WorkspaceSummary |
WorkspaceSummary.withTags(Map<String,String> tags)
The list of tag keys and values that are associated with the workspace.
|
WorkspaceSummary |
WorkspaceSummary.withWorkspaceId(String workspaceId)
The unique ID for the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkspaceSummary> |
ListWorkspacesResult.getWorkspaces()
An array of
WorkspaceSummary structures containing information about the workspaces requested. |
| Modifier and Type | Method and Description |
|---|---|
ListWorkspacesResult |
ListWorkspacesResult.withWorkspaces(WorkspaceSummary... workspaces)
An array of
WorkspaceSummary structures containing information about the workspaces requested. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkspacesResult.setWorkspaces(Collection<WorkspaceSummary> workspaces)
An array of
WorkspaceSummary structures containing information about the workspaces requested. |
ListWorkspacesResult |
ListWorkspacesResult.withWorkspaces(Collection<WorkspaceSummary> workspaces)
An array of
WorkspaceSummary structures containing information about the workspaces requested. |
Copyright © 2024. All rights reserved.