| 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 CompletableFuture<ListFunctionDefinitionsResponse> |
GreengrassAsyncClient.listFunctionDefinitions(Consumer<ListFunctionDefinitionsRequest.Builder> listFunctionDefinitionsRequest)
Retrieves a list of Lambda function definitions.
|
default ListFunctionDefinitionsResponse |
GreengrassClient.listFunctionDefinitions(Consumer<ListFunctionDefinitionsRequest.Builder> listFunctionDefinitionsRequest)
Retrieves a list of Lambda function definitions.
|
| Modifier and Type | Method and Description |
|---|---|
static ListFunctionDefinitionsRequest.Builder |
ListFunctionDefinitionsRequest.builder() |
ListFunctionDefinitionsRequest.Builder |
ListFunctionDefinitionsRequest.Builder.maxResults(String maxResults)
The maximum number of results to be returned per request.
|
ListFunctionDefinitionsRequest.Builder |
ListFunctionDefinitionsRequest.Builder.nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
ListFunctionDefinitionsRequest.Builder |
ListFunctionDefinitionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFunctionDefinitionsRequest.Builder |
ListFunctionDefinitionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFunctionDefinitionsRequest.Builder |
ListFunctionDefinitionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFunctionDefinitionsRequest.Builder> |
ListFunctionDefinitionsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.