Uses of Interface
software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationsRequest.Builder
-
Packages that use ListDataIntegrationsRequest.Builder Package Description software.amazon.awssdk.services.appintegrations The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.software.amazon.awssdk.services.appintegrations.model -
-
Uses of ListDataIntegrationsRequest.Builder in software.amazon.awssdk.services.appintegrations
Method parameters in software.amazon.awssdk.services.appintegrations with type arguments of type ListDataIntegrationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDataIntegrationsResponse>AppIntegrationsAsyncClient. listDataIntegrations(Consumer<ListDataIntegrationsRequest.Builder> listDataIntegrationsRequest)Returns a paginated list of DataIntegrations in the account.default ListDataIntegrationsResponseAppIntegrationsClient. listDataIntegrations(Consumer<ListDataIntegrationsRequest.Builder> listDataIntegrationsRequest)Returns a paginated list of DataIntegrations in the account.default ListDataIntegrationsPublisherAppIntegrationsAsyncClient. listDataIntegrationsPaginator(Consumer<ListDataIntegrationsRequest.Builder> listDataIntegrationsRequest)Returns a paginated list of DataIntegrations in the account.default ListDataIntegrationsIterableAppIntegrationsClient. listDataIntegrationsPaginator(Consumer<ListDataIntegrationsRequest.Builder> listDataIntegrationsRequest)Returns a paginated list of DataIntegrations in the account. -
Uses of ListDataIntegrationsRequest.Builder in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return ListDataIntegrationsRequest.Builder Modifier and Type Method Description static ListDataIntegrationsRequest.BuilderListDataIntegrationsRequest. builder()ListDataIntegrationsRequest.BuilderListDataIntegrationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return per page.ListDataIntegrationsRequest.BuilderListDataIntegrationsRequest.Builder. nextToken(String nextToken)The token for the next set of results.ListDataIntegrationsRequest.BuilderListDataIntegrationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDataIntegrationsRequest.BuilderListDataIntegrationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDataIntegrationsRequest.BuilderListDataIntegrationsRequest. toBuilder()Methods in software.amazon.awssdk.services.appintegrations.model that return types with arguments of type ListDataIntegrationsRequest.Builder Modifier and Type Method Description static Class<? extends ListDataIntegrationsRequest.Builder>ListDataIntegrationsRequest. serializableBuilderClass()
-