Package | Description |
---|---|
software.amazon.awssdk.services.lambda |
|
software.amazon.awssdk.services.lambda.model | |
software.amazon.awssdk.services.lambda.waiters |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<GetFunctionResponse> |
LambdaAsyncClient.getFunction(Consumer<GetFunctionRequest.Builder> getFunctionRequest)
Returns information about the function or function version, with a link to download the deployment package that's
valid for 10 minutes.
|
default GetFunctionResponse |
LambdaClient.getFunction(Consumer<GetFunctionRequest.Builder> getFunctionRequest)
Returns information about the function or function version, with a link to download the deployment package that's
valid for 10 minutes.
|
Modifier and Type | Method and Description |
---|---|
static GetFunctionRequest.Builder |
GetFunctionRequest.builder() |
GetFunctionRequest.Builder |
GetFunctionRequest.Builder.functionName(String functionName)
The name of the Lambda function, version, or alias.
|
GetFunctionRequest.Builder |
GetFunctionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetFunctionRequest.Builder |
GetFunctionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetFunctionRequest.Builder |
GetFunctionRequest.Builder.qualifier(String qualifier)
Specify a version or alias to get details about a published version of the function.
|
GetFunctionRequest.Builder |
GetFunctionRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends GetFunctionRequest.Builder> |
GetFunctionRequest.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<WaiterResponse<GetFunctionResponse>> |
LambdaAsyncWaiter.waitUntilFunctionExists(Consumer<GetFunctionRequest.Builder> getFunctionRequest)
Polls
LambdaAsyncClient.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. |
default WaiterResponse<GetFunctionResponse> |
LambdaWaiter.waitUntilFunctionExists(Consumer<GetFunctionRequest.Builder> getFunctionRequest)
Polls
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. |
default CompletableFuture<WaiterResponse<GetFunctionResponse>> |
LambdaAsyncWaiter.waitUntilFunctionExists(Consumer<GetFunctionRequest.Builder> getFunctionRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
LambdaAsyncClient.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. |
default WaiterResponse<GetFunctionResponse> |
LambdaWaiter.waitUntilFunctionExists(Consumer<GetFunctionRequest.Builder> getFunctionRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
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. |
Copyright © 2021. All rights reserved.