| Package | Description |
|---|---|
| com.amazonaws.services.prometheus |
Amazon Managed Service for Prometheus is a serverless, Prometheus-compatible monitoring service for container metrics
that makes it easier to securely monitor container environments at scale.
|
| com.amazonaws.services.prometheus.model | |
| com.amazonaws.services.prometheus.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeWorkspaceResult> |
AbstractAmazonPrometheusAsync.describeWorkspaceAsync(DescribeWorkspaceRequest request,
AsyncHandler<DescribeWorkspaceRequest,DescribeWorkspaceResult> asyncHandler) |
Future<DescribeWorkspaceResult> |
AmazonPrometheusAsync.describeWorkspaceAsync(DescribeWorkspaceRequest describeWorkspaceRequest,
AsyncHandler<DescribeWorkspaceRequest,DescribeWorkspaceResult> asyncHandler)
Returns information about an existing workspace.
|
Future<DescribeWorkspaceResult> |
AmazonPrometheusAsyncClient.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 © 2024. All rights reserved.