Package | Description |
---|---|
software.amazon.awssdk.services.lambda |
|
software.amazon.awssdk.services.lambda.paginators |
Modifier and Type | Method and Description |
---|---|
default ListVersionsByFunctionResponse |
LambdaClient.listVersionsByFunction(Consumer<ListVersionsByFunctionRequest.Builder> listVersionsByFunctionRequest)
Returns a list of versions,
with the version-specific configuration of each.
|
default ListVersionsByFunctionResponse |
LambdaClient.listVersionsByFunction(ListVersionsByFunctionRequest listVersionsByFunctionRequest)
Returns a list of versions,
with the version-specific configuration of each.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<ListVersionsByFunctionResponse> |
LambdaAsyncClient.listVersionsByFunction(Consumer<ListVersionsByFunctionRequest.Builder> listVersionsByFunctionRequest)
Returns a list of versions,
with the version-specific configuration of each.
|
default CompletableFuture<ListVersionsByFunctionResponse> |
LambdaAsyncClient.listVersionsByFunction(ListVersionsByFunctionRequest listVersionsByFunctionRequest)
Returns a list of versions,
with the version-specific configuration of each.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ListVersionsByFunctionResponse> |
ListVersionsByFunctionIterable.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ListVersionsByFunctionPublisher.subscribe(org.reactivestreams.Subscriber<? super ListVersionsByFunctionResponse> subscriber) |
Copyright © 2022. All rights reserved.