| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass |
AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate,
while still using the cloud for management, analytics, and durable storage.
|
| software.amazon.awssdk.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
default ListFunctionDefinitionVersionsResponse |
GreengrassClient.listFunctionDefinitionVersions(Consumer<ListFunctionDefinitionVersionsRequest.Builder> listFunctionDefinitionVersionsRequest)
Lists the versions of a Lambda function definition.
|
default CompletableFuture<ListFunctionDefinitionVersionsResponse> |
GreengrassAsyncClient.listFunctionDefinitionVersions(Consumer<ListFunctionDefinitionVersionsRequest.Builder> listFunctionDefinitionVersionsRequest)
Lists the versions of a Lambda function definition.
|
| Modifier and Type | Method and Description |
|---|---|
static ListFunctionDefinitionVersionsRequest.Builder |
ListFunctionDefinitionVersionsRequest.builder() |
ListFunctionDefinitionVersionsRequest.Builder |
ListFunctionDefinitionVersionsRequest.Builder.functionDefinitionId(String functionDefinitionId)
The ID of the Lambda function definition.
|
ListFunctionDefinitionVersionsRequest.Builder |
ListFunctionDefinitionVersionsRequest.Builder.maxResults(String maxResults)
The maximum number of results to be returned per request.
|
ListFunctionDefinitionVersionsRequest.Builder |
ListFunctionDefinitionVersionsRequest.Builder.nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
ListFunctionDefinitionVersionsRequest.Builder |
ListFunctionDefinitionVersionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFunctionDefinitionVersionsRequest.Builder |
ListFunctionDefinitionVersionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFunctionDefinitionVersionsRequest.Builder |
ListFunctionDefinitionVersionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFunctionDefinitionVersionsRequest.Builder> |
ListFunctionDefinitionVersionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.