| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model | |
| software.amazon.awssdk.services.lambda.paginators |
| Modifier and Type | Method and Description |
|---|---|
FunctionConfiguration |
GetFunctionResponse.configuration()
The configuration of the function or version.
|
| Modifier and Type | Method and Description |
|---|---|
List<FunctionConfiguration> |
ListFunctionsResponse.functions()
A list of Lambda functions.
|
List<FunctionConfiguration> |
ListVersionsByFunctionResponse.versions()
A list of Lambda function versions.
|
| Modifier and Type | Method and Description |
|---|---|
GetFunctionResponse.Builder |
GetFunctionResponse.Builder.configuration(FunctionConfiguration configuration)
The configuration of the function or version.
|
ListFunctionsResponse.Builder |
ListFunctionsResponse.Builder.functions(FunctionConfiguration... functions)
A list of Lambda functions.
|
ListVersionsByFunctionResponse.Builder |
ListVersionsByFunctionResponse.Builder.versions(FunctionConfiguration... versions)
A list of Lambda function versions.
|
| Modifier and Type | Method and Description |
|---|---|
ListFunctionsResponse.Builder |
ListFunctionsResponse.Builder.functions(Collection<FunctionConfiguration> functions)
A list of Lambda functions.
|
ListVersionsByFunctionResponse.Builder |
ListVersionsByFunctionResponse.Builder.versions(Collection<FunctionConfiguration> versions)
A list of Lambda function versions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<FunctionConfiguration> |
ListFunctionsIterable.functions()
Returns an iterable to iterate through the paginated
ListFunctionsResponse.functions() member. |
SdkPublisher<FunctionConfiguration> |
ListFunctionsPublisher.functions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<FunctionConfiguration> |
ListVersionsByFunctionIterable.versions()
Returns an iterable to iterate through the paginated
ListVersionsByFunctionResponse.versions() member. |
SdkPublisher<FunctionConfiguration> |
ListVersionsByFunctionPublisher.versions()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.