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
-
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()
-