| Package | Description |
|---|---|
| com.amazonaws.services.prometheus |
Amazon Managed Service for Prometheus
|
| com.amazonaws.services.prometheus.model | |
| com.amazonaws.services.prometheus.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeWorkspaceResult> |
AmazonPrometheusAsyncClient.describeWorkspaceAsync(DescribeWorkspaceRequest request,
AsyncHandler<DescribeWorkspaceRequest,DescribeWorkspaceResult> asyncHandler) |
Future<DescribeWorkspaceResult> |
AmazonPrometheusAsync.describeWorkspaceAsync(DescribeWorkspaceRequest describeWorkspaceRequest,
AsyncHandler<DescribeWorkspaceRequest,DescribeWorkspaceResult> asyncHandler)
Describes an existing AMP workspace.
|
Future<DescribeWorkspaceResult> |
AbstractAmazonPrometheusAsync.describeWorkspaceAsync(DescribeWorkspaceRequest request,
AsyncHandler<DescribeWorkspaceRequest,DescribeWorkspaceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceRequest |
DescribeWorkspaceRequest.clone() |
DescribeWorkspaceRequest |
DescribeWorkspaceRequest.withWorkspaceId(String workspaceId)
The ID of the workspace to describe.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeWorkspaceRequest> |
AmazonPrometheusWaiters.workspaceActive()
Builds a WorkspaceActive waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeWorkspaceRequest> |
AmazonPrometheusWaiters.workspaceDeleted()
Builds a WorkspaceDeleted waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceResult |
DescribeWorkspaceFunction.apply(DescribeWorkspaceRequest describeWorkspaceRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.