@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class GlacierClientWaiters extends Object
Constructor | Description |
---|---|
GlacierClientWaiters(GlacierClient client) |
Constructs a new GlacierClientWaiters with the given client
|
Modifier and Type | Method | Description |
---|---|---|
Waiter<DescribeVaultRequest> |
vaultExists() |
Builds a VaultExists 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<DescribeVaultRequest> |
vaultNotExists() |
Builds a VaultNotExists 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 GlacierClientWaiters(GlacierClient client)
client
- Service clientpublic Waiter<DescribeVaultRequest> vaultExists()
public Waiter<DescribeVaultRequest> vaultNotExists()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.