Package | Description |
---|---|
software.amazon.awssdk.services.lambda |
|
software.amazon.awssdk.services.lambda.paginators | |
software.amazon.awssdk.services.lambda.transform |
Modifier and Type | Method and Description |
---|---|
default ListLayersResponse |
LambdaClient.listLayers(ListLayersRequest listLayersRequest)
Lists Lambda layers and shows
information about the latest version of each.
|
default CompletableFuture<ListLayersResponse> |
LambdaAsyncClient.listLayers(ListLayersRequest listLayersRequest)
Lists Lambda layers and shows
information about the latest version of each.
|
default ListLayersIterable |
LambdaClient.listLayersPaginator(ListLayersRequest listLayersRequest)
Lists Lambda layers and shows
information about the latest version of each.
|
default ListLayersPublisher |
LambdaAsyncClient.listLayersPaginator(ListLayersRequest listLayersRequest)
Lists Lambda layers and shows
information about the latest version of each.
|
Constructor and Description |
---|
ListLayersIterable(LambdaClient client,
ListLayersRequest firstRequest) |
ListLayersPublisher(LambdaAsyncClient client,
ListLayersRequest firstRequest) |
Modifier and Type | Method and Description |
---|---|
SdkHttpFullRequest |
ListLayersRequestMarshaller.marshall(ListLayersRequest listLayersRequest) |
Copyright © 2023. All rights reserved.