| Package | Description |
|---|---|
| com.amazonaws.services.prometheus.model |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceDescription |
WorkspaceDescription.clone() |
WorkspaceDescription |
DescribeWorkspaceResult.getWorkspace()
The properties of the selected workspace.
|
WorkspaceDescription |
WorkspaceDescription.withAlias(String alias)
Alias of this workspace.
|
WorkspaceDescription |
WorkspaceDescription.withArn(String arn)
The Amazon Resource Name (ARN) of this workspace.
|
WorkspaceDescription |
WorkspaceDescription.withCreatedAt(Date createdAt)
The time when the workspace was created.
|
WorkspaceDescription |
WorkspaceDescription.withPrometheusEndpoint(String prometheusEndpoint)
Prometheus endpoint URI.
|
WorkspaceDescription |
WorkspaceDescription.withStatus(WorkspaceStatus status)
The status of this workspace.
|
WorkspaceDescription |
WorkspaceDescription.withWorkspaceId(String workspaceId)
Unique string identifying this workspace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeWorkspaceResult.setWorkspace(WorkspaceDescription workspace)
The properties of the selected workspace.
|
DescribeWorkspaceResult |
DescribeWorkspaceResult.withWorkspace(WorkspaceDescription workspace)
The properties of the selected workspace.
|
Copyright © 2021. All rights reserved.