Uses of Interface
software.amazon.awssdk.services.greengrass.model.GetFunctionDefinitionVersionRequest.Builder
-
Packages that use GetFunctionDefinitionVersionRequest.Builder 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 -
-
Uses of GetFunctionDefinitionVersionRequest.Builder in software.amazon.awssdk.services.greengrass
Method parameters in software.amazon.awssdk.services.greengrass with type arguments of type GetFunctionDefinitionVersionRequest.Builder Modifier and Type Method Description 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.default GetFunctionDefinitionVersionResponseGreengrassClient. 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. -
Uses of GetFunctionDefinitionVersionRequest.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return GetFunctionDefinitionVersionRequest.Builder Modifier and Type Method Description static GetFunctionDefinitionVersionRequest.BuilderGetFunctionDefinitionVersionRequest. builder()GetFunctionDefinitionVersionRequest.BuilderGetFunctionDefinitionVersionRequest.Builder. functionDefinitionId(String functionDefinitionId)The ID of the Lambda function definition.GetFunctionDefinitionVersionRequest.BuilderGetFunctionDefinitionVersionRequest.Builder. functionDefinitionVersionId(String functionDefinitionVersionId)The ID of the function definition version.GetFunctionDefinitionVersionRequest.BuilderGetFunctionDefinitionVersionRequest.Builder. nextToken(String nextToken)The token for the next set of results, or ''null'' if there are no additional results.GetFunctionDefinitionVersionRequest.BuilderGetFunctionDefinitionVersionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFunctionDefinitionVersionRequest.BuilderGetFunctionDefinitionVersionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetFunctionDefinitionVersionRequest.BuilderGetFunctionDefinitionVersionRequest. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type GetFunctionDefinitionVersionRequest.Builder Modifier and Type Method Description static Class<? extends GetFunctionDefinitionVersionRequest.Builder>GetFunctionDefinitionVersionRequest. serializableBuilderClass()
-