@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonEKSWaiters extends Object
Constructor and Description |
---|
AmazonEKSWaiters(AmazonEKS client)
Constructs a new AmazonEKSWaiters with the given client
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeAddonRequest> |
addonActive()
Builds a AddonActive 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<DescribeAddonRequest> |
addonDeleted()
Builds a AddonDeleted 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<DescribeClusterRequest> |
clusterActive()
Builds a ClusterActive 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<DescribeClusterRequest> |
clusterDeleted()
Builds a ClusterDeleted 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<DescribeFargateProfileRequest> |
fargateProfileActive()
Builds a FargateProfileActive 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<DescribeFargateProfileRequest> |
fargateProfileDeleted()
Builds a FargateProfileDeleted 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<DescribeNodegroupRequest> |
nodegroupActive()
Builds a NodegroupActive 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<DescribeNodegroupRequest> |
nodegroupDeleted()
Builds a NodegroupDeleted 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() |
public AmazonEKSWaiters(AmazonEKS client)
client
- Service clientpublic Waiter<DescribeClusterRequest> clusterDeleted()
public Waiter<DescribeFargateProfileRequest> fargateProfileDeleted()
public Waiter<DescribeClusterRequest> clusterActive()
public Waiter<DescribeNodegroupRequest> nodegroupDeleted()
public Waiter<DescribeNodegroupRequest> nodegroupActive()
public Waiter<DescribeAddonRequest> addonActive()
public Waiter<DescribeAddonRequest> addonDeleted()
public Waiter<DescribeFargateProfileRequest> fargateProfileActive()
public void shutdown()