| 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 GetFunctionDefinitionVersionResponse |
GreengrassClient.getFunctionDefinitionVersion(Consumer<GetFunctionDefinitionVersionRequest.Builder> getFunctionDefinitionVersionRequest)
Retrieves information about a Lambda function definition version, including which Lambda functions are included
in the version and their configurations.
|
default CompletableFuture<GetFunctionDefinitionVersionResponse> |
GreengrassAsyncClient.getFunctionDefinitionVersion(Consumer<GetFunctionDefinitionVersionRequest.Builder> getFunctionDefinitionVersionRequest)
Retrieves information about a Lambda function definition version, including which Lambda functions are included
in the version and their configurations.
|
| Modifier and Type | Method and Description |
|---|---|
static GetFunctionDefinitionVersionRequest.Builder |
GetFunctionDefinitionVersionRequest.builder() |
GetFunctionDefinitionVersionRequest.Builder |
GetFunctionDefinitionVersionRequest.Builder.functionDefinitionId(String functionDefinitionId)
The ID of the Lambda function definition.
|
GetFunctionDefinitionVersionRequest.Builder |
GetFunctionDefinitionVersionRequest.Builder.functionDefinitionVersionId(String functionDefinitionVersionId)
The ID of the function definition version.
|
GetFunctionDefinitionVersionRequest.Builder |
GetFunctionDefinitionVersionRequest.Builder.nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
GetFunctionDefinitionVersionRequest.Builder |
GetFunctionDefinitionVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetFunctionDefinitionVersionRequest.Builder |
GetFunctionDefinitionVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetFunctionDefinitionVersionRequest.Builder |
GetFunctionDefinitionVersionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetFunctionDefinitionVersionRequest.Builder> |
GetFunctionDefinitionVersionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.