Uses of Interface
software.amazon.awssdk.services.greengrass.model.ListFunctionDefinitionVersionsRequest.Builder
-
Packages that use ListFunctionDefinitionVersionsRequest.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 ListFunctionDefinitionVersionsRequest.Builder in software.amazon.awssdk.services.greengrass
Method parameters in software.amazon.awssdk.services.greengrass with type arguments of type ListFunctionDefinitionVersionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListFunctionDefinitionVersionsResponse>GreengrassAsyncClient. listFunctionDefinitionVersions(Consumer<ListFunctionDefinitionVersionsRequest.Builder> listFunctionDefinitionVersionsRequest)Lists the versions of a Lambda function definition.default ListFunctionDefinitionVersionsResponseGreengrassClient. listFunctionDefinitionVersions(Consumer<ListFunctionDefinitionVersionsRequest.Builder> listFunctionDefinitionVersionsRequest)Lists the versions of a Lambda function definition. -
Uses of ListFunctionDefinitionVersionsRequest.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return ListFunctionDefinitionVersionsRequest.Builder Modifier and Type Method Description static ListFunctionDefinitionVersionsRequest.BuilderListFunctionDefinitionVersionsRequest. builder()ListFunctionDefinitionVersionsRequest.BuilderListFunctionDefinitionVersionsRequest.Builder. functionDefinitionId(String functionDefinitionId)The ID of the Lambda function definition.ListFunctionDefinitionVersionsRequest.BuilderListFunctionDefinitionVersionsRequest.Builder. maxResults(String maxResults)The maximum number of results to be returned per request.ListFunctionDefinitionVersionsRequest.BuilderListFunctionDefinitionVersionsRequest.Builder. nextToken(String nextToken)The token for the next set of results, or ''null'' if there are no additional results.ListFunctionDefinitionVersionsRequest.BuilderListFunctionDefinitionVersionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFunctionDefinitionVersionsRequest.BuilderListFunctionDefinitionVersionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFunctionDefinitionVersionsRequest.BuilderListFunctionDefinitionVersionsRequest. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type ListFunctionDefinitionVersionsRequest.Builder Modifier and Type Method Description static Class<? extends ListFunctionDefinitionVersionsRequest.Builder>ListFunctionDefinitionVersionsRequest. serializableBuilderClass()
-