Uses of Class
software.amazon.awssdk.services.greengrass.model.CreateFunctionDefinitionVersionResponse
-
Packages that use CreateFunctionDefinitionVersionResponse 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 CreateFunctionDefinitionVersionResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return CreateFunctionDefinitionVersionResponse Modifier and Type Method Description default CreateFunctionDefinitionVersionResponseGreengrassClient. createFunctionDefinitionVersion(Consumer<CreateFunctionDefinitionVersionRequest.Builder> createFunctionDefinitionVersionRequest)Creates a version of a Lambda function definition that has already been defined.default CreateFunctionDefinitionVersionResponseGreengrassClient. createFunctionDefinitionVersion(CreateFunctionDefinitionVersionRequest createFunctionDefinitionVersionRequest)Creates a version of a Lambda function definition that has already been defined.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type CreateFunctionDefinitionVersionResponse Modifier and Type Method Description default CompletableFuture<CreateFunctionDefinitionVersionResponse>GreengrassAsyncClient. createFunctionDefinitionVersion(Consumer<CreateFunctionDefinitionVersionRequest.Builder> createFunctionDefinitionVersionRequest)Creates a version of a Lambda function definition that has already been defined.default CompletableFuture<CreateFunctionDefinitionVersionResponse>GreengrassAsyncClient. createFunctionDefinitionVersion(CreateFunctionDefinitionVersionRequest createFunctionDefinitionVersionRequest)Creates a version of a Lambda function definition that has already been defined.
-