| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model | |
| software.amazon.awssdk.services.lambda.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<FunctionUrlConfig> |
ListFunctionUrlConfigsResponse.functionUrlConfigs()
A list of function URL configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListFunctionUrlConfigsResponse.Builder |
ListFunctionUrlConfigsResponse.Builder.functionUrlConfigs(FunctionUrlConfig... functionUrlConfigs)
A list of function URL configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListFunctionUrlConfigsResponse.Builder |
ListFunctionUrlConfigsResponse.Builder.functionUrlConfigs(Collection<FunctionUrlConfig> functionUrlConfigs)
A list of function URL configurations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<FunctionUrlConfig> |
ListFunctionUrlConfigsPublisher.functionUrlConfigs()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<FunctionUrlConfig> |
ListFunctionUrlConfigsIterable.functionUrlConfigs()
Returns an iterable to iterate through the paginated
ListFunctionUrlConfigsResponse.functionUrlConfigs()
member. |
Copyright © 2023. All rights reserved.