Uses of Interface
software.amazon.awssdk.services.appsync.model.ListFunctionsRequest.Builder
-
Packages that use ListFunctionsRequest.Builder Package Description software.amazon.awssdk.services.appsync AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.software.amazon.awssdk.services.appsync.model -
-
Uses of ListFunctionsRequest.Builder in software.amazon.awssdk.services.appsync
Method parameters in software.amazon.awssdk.services.appsync with type arguments of type ListFunctionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListFunctionsResponse>AppSyncAsyncClient. listFunctions(Consumer<ListFunctionsRequest.Builder> listFunctionsRequest)List multiple functions.default ListFunctionsResponseAppSyncClient. listFunctions(Consumer<ListFunctionsRequest.Builder> listFunctionsRequest)List multiple functions. -
Uses of ListFunctionsRequest.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return ListFunctionsRequest.Builder Modifier and Type Method Description ListFunctionsRequest.BuilderListFunctionsRequest.Builder. apiId(String apiId)The GraphQL API ID.static ListFunctionsRequest.BuilderListFunctionsRequest. builder()ListFunctionsRequest.BuilderListFunctionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results that you want the request to return.ListFunctionsRequest.BuilderListFunctionsRequest.Builder. nextToken(String nextToken)An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.ListFunctionsRequest.BuilderListFunctionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFunctionsRequest.BuilderListFunctionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFunctionsRequest.BuilderListFunctionsRequest. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type ListFunctionsRequest.Builder Modifier and Type Method Description static Class<? extends ListFunctionsRequest.Builder>ListFunctionsRequest. serializableBuilderClass()
-