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