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