Uses of Interface
software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationAssociationsRequest.Builder
-
Packages that use ListDataIntegrationAssociationsRequest.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 ListDataIntegrationAssociationsRequest.Builder in software.amazon.awssdk.services.appintegrations
-
Uses of ListDataIntegrationAssociationsRequest.Builder in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return ListDataIntegrationAssociationsRequest.Builder Modifier and Type Method Description static ListDataIntegrationAssociationsRequest.BuilderListDataIntegrationAssociationsRequest. builder()ListDataIntegrationAssociationsRequest.BuilderListDataIntegrationAssociationsRequest.Builder. dataIntegrationIdentifier(String dataIntegrationIdentifier)A unique identifier for the DataIntegration.ListDataIntegrationAssociationsRequest.BuilderListDataIntegrationAssociationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return per page.ListDataIntegrationAssociationsRequest.BuilderListDataIntegrationAssociationsRequest.Builder. nextToken(String nextToken)The token for the next set of results.ListDataIntegrationAssociationsRequest.BuilderListDataIntegrationAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDataIntegrationAssociationsRequest.BuilderListDataIntegrationAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDataIntegrationAssociationsRequest.BuilderListDataIntegrationAssociationsRequest. toBuilder()Methods in software.amazon.awssdk.services.appintegrations.model that return types with arguments of type ListDataIntegrationAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends ListDataIntegrationAssociationsRequest.Builder>ListDataIntegrationAssociationsRequest. serializableBuilderClass()
-