| 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)
Alias of this workspace.
|
WorkspaceSummary |
WorkspaceSummary.withArn(String arn)
The AmazonResourceName of this workspace.
|
WorkspaceSummary |
WorkspaceSummary.withCreatedAt(Date createdAt)
The time when the workspace was created.
|
WorkspaceSummary |
WorkspaceSummary.withStatus(WorkspaceStatus status)
The status of this workspace.
|
WorkspaceSummary |
WorkspaceSummary.withTags(Map<String,String> tags)
The tags of this workspace.
|
WorkspaceSummary |
WorkspaceSummary.withWorkspaceId(String workspaceId)
Unique string identifying this workspace.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkspaceSummary> |
ListWorkspacesResult.getWorkspaces()
The list of existing workspaces, including those undergoing creation or deletion.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkspacesResult |
ListWorkspacesResult.withWorkspaces(WorkspaceSummary... workspaces)
The list of existing workspaces, including those undergoing creation or deletion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkspacesResult.setWorkspaces(Collection<WorkspaceSummary> workspaces)
The list of existing workspaces, including those undergoing creation or deletion.
|
ListWorkspacesResult |
ListWorkspacesResult.withWorkspaces(Collection<WorkspaceSummary> workspaces)
The list of existing workspaces, including those undergoing creation or deletion.
|
Copyright © 2023. All rights reserved.