Uses of Class
software.amazon.awssdk.services.greengrass.model.CreateFunctionDefinitionResponse
-
Packages that use CreateFunctionDefinitionResponse 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. -
-
Uses of CreateFunctionDefinitionResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return CreateFunctionDefinitionResponse Modifier and Type Method Description default CreateFunctionDefinitionResponseGreengrassClient. createFunctionDefinition(Consumer<CreateFunctionDefinitionRequest.Builder> createFunctionDefinitionRequest)Creates a Lambda function definition which contains a list of Lambda functions and their configurations to be used in a group.default CreateFunctionDefinitionResponseGreengrassClient. createFunctionDefinition(CreateFunctionDefinitionRequest createFunctionDefinitionRequest)Creates a Lambda function definition which contains a list of Lambda functions and their configurations to be used in a group.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type CreateFunctionDefinitionResponse Modifier and Type Method Description default CompletableFuture<CreateFunctionDefinitionResponse>GreengrassAsyncClient. createFunctionDefinition(Consumer<CreateFunctionDefinitionRequest.Builder> createFunctionDefinitionRequest)Creates a Lambda function definition which contains a list of Lambda functions and their configurations to be used in a group.default CompletableFuture<CreateFunctionDefinitionResponse>GreengrassAsyncClient. createFunctionDefinition(CreateFunctionDefinitionRequest createFunctionDefinitionRequest)Creates a Lambda function definition which contains a list of Lambda functions and their configurations to be used in a group.
-