@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSLambdaWaiters extends Object
Constructor and Description |
---|
AWSLambdaWaiters(AWSLambda client)
Constructs a new AWSLambdaWaiters with the given client
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetFunctionConfigurationRequest> |
functionActive()
Builds a FunctionActive 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<GetFunctionRequest> |
functionActiveV2()
Builds a FunctionActiveV2 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<GetFunctionRequest> |
functionExists()
Builds a FunctionExists 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<GetFunctionConfigurationRequest> |
functionUpdated()
Builds a FunctionUpdated 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<GetFunctionRequest> |
functionUpdatedV2()
Builds a FunctionUpdatedV2 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<GetFunctionConfigurationRequest> |
publishedVersionActive()
Builds a PublishedVersionActive 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 AWSLambdaWaiters(AWSLambda client)
client
- Service clientpublic Waiter<GetFunctionRequest> functionExists()
public Waiter<GetFunctionConfigurationRequest> functionActive()
public Waiter<GetFunctionConfigurationRequest> publishedVersionActive()
public Waiter<GetFunctionConfigurationRequest> functionUpdated()
public Waiter<GetFunctionRequest> functionActiveV2()
public Waiter<GetFunctionRequest> functionUpdatedV2()
public void shutdown()