Uses of Interface
software.amazon.awssdk.services.appsync.model.ListDataSourcesRequest.Builder
-
Packages that use ListDataSourcesRequest.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 ListDataSourcesRequest.Builder in software.amazon.awssdk.services.appsync
Method parameters in software.amazon.awssdk.services.appsync with type arguments of type ListDataSourcesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDataSourcesResponse>AppSyncAsyncClient. listDataSources(Consumer<ListDataSourcesRequest.Builder> listDataSourcesRequest)Lists the data sources for a given API.default ListDataSourcesResponseAppSyncClient. listDataSources(Consumer<ListDataSourcesRequest.Builder> listDataSourcesRequest)Lists the data sources for a given API. -
Uses of ListDataSourcesRequest.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return ListDataSourcesRequest.Builder Modifier and Type Method Description ListDataSourcesRequest.BuilderListDataSourcesRequest.Builder. apiId(String apiId)The API ID.static ListDataSourcesRequest.BuilderListDataSourcesRequest. builder()ListDataSourcesRequest.BuilderListDataSourcesRequest.Builder. maxResults(Integer maxResults)The maximum number of results that you want the request to return.ListDataSourcesRequest.BuilderListDataSourcesRequest.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.ListDataSourcesRequest.BuilderListDataSourcesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDataSourcesRequest.BuilderListDataSourcesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDataSourcesRequest.BuilderListDataSourcesRequest. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type ListDataSourcesRequest.Builder Modifier and Type Method Description static Class<? extends ListDataSourcesRequest.Builder>ListDataSourcesRequest. serializableBuilderClass()
-