@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonPrometheusWaiters extends Object
Constructor and Description |
---|
AmazonPrometheusWaiters(AmazonPrometheus client)
Constructs a new AmazonPrometheusWaiters with the given client
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeScraperRequest> |
scraperActive()
Builds a ScraperActive 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<DescribeScraperRequest> |
scraperDeleted()
Builds a ScraperDeleted 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.
|
void |
shutdown() |
Waiter<DescribeWorkspaceRequest> |
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> |
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.
|
public AmazonPrometheusWaiters(AmazonPrometheus client)
client
- Service clientpublic Waiter<DescribeWorkspaceRequest> workspaceDeleted()
public Waiter<DescribeScraperRequest> scraperDeleted()
public Waiter<DescribeWorkspaceRequest> workspaceActive()
public Waiter<DescribeScraperRequest> scraperActive()
public void shutdown()