@Generated(value="software.amazon.awssdk:codegen") public interface LambdaWaiter extends SdkAutoCloseable
builder()
methodModifier and Type | Interface and Description |
---|---|
static interface |
LambdaWaiter.Builder |
close
default WaiterResponse<GetFunctionConfigurationResponse> waitUntilFunctionActive(GetFunctionConfigurationRequest getFunctionConfigurationRequest)
LambdaClient.getFunctionConfiguration(software.amazon.awssdk.services.lambda.model.GetFunctionConfigurationRequest)
API until the desired condition FunctionActive
is
met, or until it is determined that the resource will never enter into the desired stategetFunctionConfigurationRequest
- the request to be used for pollingdefault WaiterResponse<GetFunctionConfigurationResponse> waitUntilFunctionActive(Consumer<GetFunctionConfigurationRequest.Builder> getFunctionConfigurationRequest)
LambdaClient.getFunctionConfiguration(software.amazon.awssdk.services.lambda.model.GetFunctionConfigurationRequest)
API until the desired condition FunctionActive
is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using GetFunctionConfigurationRequest.builder()
getFunctionConfigurationRequest
- The consumer that will configure the request to be used for pollingdefault WaiterResponse<GetFunctionConfigurationResponse> waitUntilFunctionActive(GetFunctionConfigurationRequest getFunctionConfigurationRequest, WaiterOverrideConfiguration overrideConfig)
LambdaClient.getFunctionConfiguration(software.amazon.awssdk.services.lambda.model.GetFunctionConfigurationRequest)
API until the desired condition FunctionActive
is
met, or until it is determined that the resource will never enter into the desired stategetFunctionConfigurationRequest
- The request to be used for pollingoverrideConfig
- Per request override configuration for waitersdefault WaiterResponse<GetFunctionConfigurationResponse> waitUntilFunctionActive(Consumer<GetFunctionConfigurationRequest.Builder> getFunctionConfigurationRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
LambdaClient.getFunctionConfiguration(software.amazon.awssdk.services.lambda.model.GetFunctionConfigurationRequest)
API until the desired condition FunctionActive
is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
getFunctionConfigurationRequest
- The consumer that will configure the request to be used for pollingoverrideConfig
- The consumer that will configure the per request override configuration for waitersdefault WaiterResponse<GetFunctionResponse> waitUntilFunctionExists(GetFunctionRequest getFunctionRequest)
LambdaClient.getFunction(software.amazon.awssdk.services.lambda.model.GetFunctionRequest)
API until the desired condition FunctionExists
is met, or until it
is determined that the resource will never enter into the desired stategetFunctionRequest
- the request to be used for pollingdefault WaiterResponse<GetFunctionResponse> waitUntilFunctionExists(Consumer<GetFunctionRequest.Builder> getFunctionRequest)
LambdaClient.getFunction(software.amazon.awssdk.services.lambda.model.GetFunctionRequest)
API until the desired condition FunctionExists
is met, or until it
is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using GetFunctionRequest.builder()
getFunctionRequest
- The consumer that will configure the request to be used for pollingdefault WaiterResponse<GetFunctionResponse> waitUntilFunctionExists(GetFunctionRequest getFunctionRequest, WaiterOverrideConfiguration overrideConfig)
LambdaClient.getFunction(software.amazon.awssdk.services.lambda.model.GetFunctionRequest)
API until the desired condition FunctionExists
is met, or until it
is determined that the resource will never enter into the desired stategetFunctionRequest
- The request to be used for pollingoverrideConfig
- Per request override configuration for waitersdefault WaiterResponse<GetFunctionResponse> waitUntilFunctionExists(Consumer<GetFunctionRequest.Builder> getFunctionRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
LambdaClient.getFunction(software.amazon.awssdk.services.lambda.model.GetFunctionRequest)
API until the desired condition FunctionExists
is met, or until it
is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
getFunctionRequest
- The consumer that will configure the request to be used for pollingoverrideConfig
- The consumer that will configure the per request override configuration for waitersdefault WaiterResponse<GetFunctionConfigurationResponse> waitUntilFunctionUpdated(GetFunctionConfigurationRequest getFunctionConfigurationRequest)
LambdaClient.getFunctionConfiguration(software.amazon.awssdk.services.lambda.model.GetFunctionConfigurationRequest)
API until the desired condition FunctionUpdated
is
met, or until it is determined that the resource will never enter into the desired stategetFunctionConfigurationRequest
- the request to be used for pollingdefault WaiterResponse<GetFunctionConfigurationResponse> waitUntilFunctionUpdated(Consumer<GetFunctionConfigurationRequest.Builder> getFunctionConfigurationRequest)
LambdaClient.getFunctionConfiguration(software.amazon.awssdk.services.lambda.model.GetFunctionConfigurationRequest)
API until the desired condition FunctionUpdated
is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using GetFunctionConfigurationRequest.builder()
getFunctionConfigurationRequest
- The consumer that will configure the request to be used for pollingdefault WaiterResponse<GetFunctionConfigurationResponse> waitUntilFunctionUpdated(GetFunctionConfigurationRequest getFunctionConfigurationRequest, WaiterOverrideConfiguration overrideConfig)
LambdaClient.getFunctionConfiguration(software.amazon.awssdk.services.lambda.model.GetFunctionConfigurationRequest)
API until the desired condition FunctionUpdated
is
met, or until it is determined that the resource will never enter into the desired stategetFunctionConfigurationRequest
- The request to be used for pollingoverrideConfig
- Per request override configuration for waitersdefault WaiterResponse<GetFunctionConfigurationResponse> waitUntilFunctionUpdated(Consumer<GetFunctionConfigurationRequest.Builder> getFunctionConfigurationRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
LambdaClient.getFunctionConfiguration(software.amazon.awssdk.services.lambda.model.GetFunctionConfigurationRequest)
API until the desired condition FunctionUpdated
is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
getFunctionConfigurationRequest
- The consumer that will configure the request to be used for pollingoverrideConfig
- The consumer that will configure the per request override configuration for waitersstatic LambdaWaiter.Builder builder()
LambdaWaiter
.static LambdaWaiter create()
LambdaWaiter
with the default configuration.
A default LambdaClient
will be created to poll resources. It is recommended to share a single instance
of the waiter created via this method. If it is not desirable to share a waiter instance, invoke SdkAutoCloseable.close()
to release the resources once the waiter is not needed.
LambdaWaiter
Copyright © 2021. All rights reserved.