Interface AppIntegrationsAsyncClient
- All Superinterfaces:
- AutoCloseable,- AwsClient,- SdkAutoCloseable,- SdkClient
builder() method.The asynchronous client performs non-blocking I/O when configured with any
 SdkAsyncHttpClient supported in the SDK. However, full non-blocking is not guaranteed as the async client may
 perform blocking calls in some cases such as credentials retrieval and endpoint discovery as part of the async API
 call.
 
 The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.
For information about how you can use external applications with Amazon Connect, see the following topics in the Amazon Connect Administrator Guide:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringValue for looking up the service's metadata from theServiceMetadataProvider.static final String
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Create a builder that can be used to configure and create aAppIntegrationsAsyncClient.static AppIntegrationsAsyncClientcreate()Create aAppIntegrationsAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest) Creates and persists an Application resource.createApplication(CreateApplicationRequest createApplicationRequest) Creates and persists an Application resource.createDataIntegration(Consumer<CreateDataIntegrationRequest.Builder> createDataIntegrationRequest) Creates and persists a DataIntegration resource.createDataIntegration(CreateDataIntegrationRequest createDataIntegrationRequest) Creates and persists a DataIntegration resource.createDataIntegrationAssociation(Consumer<CreateDataIntegrationAssociationRequest.Builder> createDataIntegrationAssociationRequest) Creates and persists a DataIntegrationAssociation resource.createDataIntegrationAssociation(CreateDataIntegrationAssociationRequest createDataIntegrationAssociationRequest) Creates and persists a DataIntegrationAssociation resource.createEventIntegration(Consumer<CreateEventIntegrationRequest.Builder> createEventIntegrationRequest) Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus.createEventIntegration(CreateEventIntegrationRequest createEventIntegrationRequest) Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus.deleteApplication(Consumer<DeleteApplicationRequest.Builder> deleteApplicationRequest) Deletes the Application.deleteApplication(DeleteApplicationRequest deleteApplicationRequest) Deletes the Application.deleteDataIntegration(Consumer<DeleteDataIntegrationRequest.Builder> deleteDataIntegrationRequest) Deletes the DataIntegration.deleteDataIntegration(DeleteDataIntegrationRequest deleteDataIntegrationRequest) Deletes the DataIntegration.deleteEventIntegration(Consumer<DeleteEventIntegrationRequest.Builder> deleteEventIntegrationRequest) Deletes the specified existing event integration.deleteEventIntegration(DeleteEventIntegrationRequest deleteEventIntegrationRequest) Deletes the specified existing event integration.default CompletableFuture<GetApplicationResponse> getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest) Get an Application resource.default CompletableFuture<GetApplicationResponse> getApplication(GetApplicationRequest getApplicationRequest) Get an Application resource.getDataIntegration(Consumer<GetDataIntegrationRequest.Builder> getDataIntegrationRequest) Returns information about the DataIntegration.getDataIntegration(GetDataIntegrationRequest getDataIntegrationRequest) Returns information about the DataIntegration.getEventIntegration(Consumer<GetEventIntegrationRequest.Builder> getEventIntegrationRequest) Returns information about the event integration.getEventIntegration(GetEventIntegrationRequest getEventIntegrationRequest) Returns information about the event integration.listApplicationAssociations(Consumer<ListApplicationAssociationsRequest.Builder> listApplicationAssociationsRequest) Returns a paginated list of application associations for an application.listApplicationAssociations(ListApplicationAssociationsRequest listApplicationAssociationsRequest) Returns a paginated list of application associations for an application.listApplicationAssociationsPaginator(Consumer<ListApplicationAssociationsRequest.Builder> listApplicationAssociationsRequest) This is a variant oflistApplicationAssociations(software.amazon.awssdk.services.appintegrations.model.ListApplicationAssociationsRequest)operation.listApplicationAssociationsPaginator(ListApplicationAssociationsRequest listApplicationAssociationsRequest) This is a variant oflistApplicationAssociations(software.amazon.awssdk.services.appintegrations.model.ListApplicationAssociationsRequest)operation.listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest) Lists applications in the account.listApplications(ListApplicationsRequest listApplicationsRequest) Lists applications in the account.default ListApplicationsPublisherlistApplicationsPaginator(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest) This is a variant oflistApplications(software.amazon.awssdk.services.appintegrations.model.ListApplicationsRequest)operation.default ListApplicationsPublisherlistApplicationsPaginator(ListApplicationsRequest listApplicationsRequest) This is a variant oflistApplications(software.amazon.awssdk.services.appintegrations.model.ListApplicationsRequest)operation.listDataIntegrationAssociations(Consumer<ListDataIntegrationAssociationsRequest.Builder> listDataIntegrationAssociationsRequest) Returns a paginated list of DataIntegration associations in the account.listDataIntegrationAssociations(ListDataIntegrationAssociationsRequest listDataIntegrationAssociationsRequest) Returns a paginated list of DataIntegration associations in the account.listDataIntegrationAssociationsPaginator(Consumer<ListDataIntegrationAssociationsRequest.Builder> listDataIntegrationAssociationsRequest) This is a variant oflistDataIntegrationAssociations(software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationAssociationsRequest)operation.listDataIntegrationAssociationsPaginator(ListDataIntegrationAssociationsRequest listDataIntegrationAssociationsRequest) This is a variant oflistDataIntegrationAssociations(software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationAssociationsRequest)operation.listDataIntegrations(Consumer<ListDataIntegrationsRequest.Builder> listDataIntegrationsRequest) Returns a paginated list of DataIntegrations in the account.listDataIntegrations(ListDataIntegrationsRequest listDataIntegrationsRequest) Returns a paginated list of DataIntegrations in the account.default ListDataIntegrationsPublisherlistDataIntegrationsPaginator(Consumer<ListDataIntegrationsRequest.Builder> listDataIntegrationsRequest) This is a variant oflistDataIntegrations(software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationsRequest)operation.default ListDataIntegrationsPublisherlistDataIntegrationsPaginator(ListDataIntegrationsRequest listDataIntegrationsRequest) This is a variant oflistDataIntegrations(software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationsRequest)operation.listEventIntegrationAssociations(Consumer<ListEventIntegrationAssociationsRequest.Builder> listEventIntegrationAssociationsRequest) Returns a paginated list of event integration associations in the account.listEventIntegrationAssociations(ListEventIntegrationAssociationsRequest listEventIntegrationAssociationsRequest) Returns a paginated list of event integration associations in the account.listEventIntegrationAssociationsPaginator(Consumer<ListEventIntegrationAssociationsRequest.Builder> listEventIntegrationAssociationsRequest) This is a variant oflistEventIntegrationAssociations(software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationAssociationsRequest)operation.listEventIntegrationAssociationsPaginator(ListEventIntegrationAssociationsRequest listEventIntegrationAssociationsRequest) This is a variant oflistEventIntegrationAssociations(software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationAssociationsRequest)operation.listEventIntegrations(Consumer<ListEventIntegrationsRequest.Builder> listEventIntegrationsRequest) Returns a paginated list of event integrations in the account.listEventIntegrations(ListEventIntegrationsRequest listEventIntegrationsRequest) Returns a paginated list of event integrations in the account.default ListEventIntegrationsPublisherlistEventIntegrationsPaginator(Consumer<ListEventIntegrationsRequest.Builder> listEventIntegrationsRequest) This is a variant oflistEventIntegrations(software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationsRequest)operation.default ListEventIntegrationsPublisherlistEventIntegrationsPaginator(ListEventIntegrationsRequest listEventIntegrationsRequest) This is a variant oflistEventIntegrations(software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationsRequest)operation.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Lists the tags for the specified resource.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) Lists the tags for the specified resource.The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationdefault CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Adds the specified tags to the specified resource.default CompletableFuture<TagResourceResponse> tagResource(TagResourceRequest tagResourceRequest) Adds the specified tags to the specified resource.default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes the specified tags from the specified resource.default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest) Removes the specified tags from the specified resource.updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest) Updates and persists an Application resource.updateApplication(UpdateApplicationRequest updateApplicationRequest) Updates and persists an Application resource.updateDataIntegration(Consumer<UpdateDataIntegrationRequest.Builder> updateDataIntegrationRequest) Updates the description of a DataIntegration.updateDataIntegration(UpdateDataIntegrationRequest updateDataIntegrationRequest) Updates the description of a DataIntegration.updateDataIntegrationAssociation(Consumer<UpdateDataIntegrationAssociationRequest.Builder> updateDataIntegrationAssociationRequest) Updates and persists a DataIntegrationAssociation resource.updateDataIntegrationAssociation(UpdateDataIntegrationAssociationRequest updateDataIntegrationAssociationRequest) Updates and persists a DataIntegrationAssociation resource.updateEventIntegration(Consumer<UpdateEventIntegrationRequest.Builder> updateEventIntegrationRequest) Updates the description of an event integration.updateEventIntegration(UpdateEventIntegrationRequest updateEventIntegrationRequest) Updates the description of an event integration.Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseablecloseMethods inherited from interface software.amazon.awssdk.core.SdkClientserviceName
- 
Field Details- 
SERVICE_NAME- See Also:
 
- 
SERVICE_METADATA_IDValue for looking up the service's metadata from theServiceMetadataProvider.- See Also:
 
 
- 
- 
Method Details- 
createApplicationdefault CompletableFuture<CreateApplicationResponse> createApplication(CreateApplicationRequest createApplicationRequest) Creates and persists an Application resource. - Parameters:
- createApplicationRequest-
- Returns:
- A Java Future containing the result of the CreateApplication operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ResourceQuotaExceededException The allowed quota for the resource has been exceeded.
- DuplicateResourceException A resource with the specified name already exists.
- ThrottlingException The throttling limit has been exceeded.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- UnsupportedOperationException The operation is not supported.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
createApplicationdefault CompletableFuture<CreateApplicationResponse> createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest) Creates and persists an Application resource. 
 This is a convenience which creates an instance of the CreateApplicationRequest.Builderavoiding the need to create one manually viaCreateApplicationRequest.builder()- Parameters:
- createApplicationRequest- A- Consumerthat will call methods on- CreateApplicationRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the CreateApplication operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ResourceQuotaExceededException The allowed quota for the resource has been exceeded.
- DuplicateResourceException A resource with the specified name already exists.
- ThrottlingException The throttling limit has been exceeded.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- UnsupportedOperationException The operation is not supported.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
createDataIntegrationdefault CompletableFuture<CreateDataIntegrationResponse> createDataIntegration(CreateDataIntegrationRequest createDataIntegrationRequest) Creates and persists a DataIntegration resource. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegrationAPI.- Parameters:
- createDataIntegrationRequest-
- Returns:
- A Java Future containing the result of the CreateDataIntegration operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ResourceQuotaExceededException The allowed quota for the resource has been exceeded.
- DuplicateResourceException A resource with the specified name already exists.
- ThrottlingException The throttling limit has been exceeded.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
createDataIntegrationdefault CompletableFuture<CreateDataIntegrationResponse> createDataIntegration(Consumer<CreateDataIntegrationRequest.Builder> createDataIntegrationRequest) Creates and persists a DataIntegration resource. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegrationAPI.
 This is a convenience which creates an instance of the CreateDataIntegrationRequest.Builderavoiding the need to create one manually viaCreateDataIntegrationRequest.builder()- Parameters:
- createDataIntegrationRequest- A- Consumerthat will call methods on- CreateDataIntegrationRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the CreateDataIntegration operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ResourceQuotaExceededException The allowed quota for the resource has been exceeded.
- DuplicateResourceException A resource with the specified name already exists.
- ThrottlingException The throttling limit has been exceeded.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
createDataIntegrationAssociationdefault CompletableFuture<CreateDataIntegrationAssociationResponse> createDataIntegrationAssociation(CreateDataIntegrationAssociationRequest createDataIntegrationAssociationRequest) Creates and persists a DataIntegrationAssociation resource. - Parameters:
- createDataIntegrationAssociationRequest-
- Returns:
- A Java Future containing the result of the CreateDataIntegrationAssociation operation returned by the
         service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ResourceQuotaExceededException The allowed quota for the resource has been exceeded.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
createDataIntegrationAssociationdefault CompletableFuture<CreateDataIntegrationAssociationResponse> createDataIntegrationAssociation(Consumer<CreateDataIntegrationAssociationRequest.Builder> createDataIntegrationAssociationRequest) Creates and persists a DataIntegrationAssociation resource. 
 This is a convenience which creates an instance of the CreateDataIntegrationAssociationRequest.Builderavoiding the need to create one manually viaCreateDataIntegrationAssociationRequest.builder()- Parameters:
- createDataIntegrationAssociationRequest- A- Consumerthat will call methods on- CreateDataIntegrationAssociationRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the CreateDataIntegrationAssociation operation returned by the
         service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ResourceQuotaExceededException The allowed quota for the resource has been exceeded.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
createEventIntegrationdefault CompletableFuture<CreateEventIntegrationResponse> createEventIntegration(CreateEventIntegrationRequest createEventIntegrationRequest) Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus. No objects are created in the your account, only metadata that is persisted on the EventIntegration control plane. - Parameters:
- createEventIntegrationRequest-
- Returns:
- A Java Future containing the result of the CreateEventIntegration operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ResourceQuotaExceededException The allowed quota for the resource has been exceeded.
- DuplicateResourceException A resource with the specified name already exists.
- ThrottlingException The throttling limit has been exceeded.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
createEventIntegrationdefault CompletableFuture<CreateEventIntegrationResponse> createEventIntegration(Consumer<CreateEventIntegrationRequest.Builder> createEventIntegrationRequest) Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus. No objects are created in the your account, only metadata that is persisted on the EventIntegration control plane. 
 This is a convenience which creates an instance of the CreateEventIntegrationRequest.Builderavoiding the need to create one manually viaCreateEventIntegrationRequest.builder()- Parameters:
- createEventIntegrationRequest- A- Consumerthat will call methods on- CreateEventIntegrationRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the CreateEventIntegration operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ResourceQuotaExceededException The allowed quota for the resource has been exceeded.
- DuplicateResourceException A resource with the specified name already exists.
- ThrottlingException The throttling limit has been exceeded.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
deleteApplicationdefault CompletableFuture<DeleteApplicationResponse> deleteApplication(DeleteApplicationRequest deleteApplicationRequest) Deletes the Application. Only Applications that don't have any Application Associations can be deleted. - Parameters:
- deleteApplicationRequest-
- Returns:
- A Java Future containing the result of the DeleteApplication operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
deleteApplicationdefault CompletableFuture<DeleteApplicationResponse> deleteApplication(Consumer<DeleteApplicationRequest.Builder> deleteApplicationRequest) Deletes the Application. Only Applications that don't have any Application Associations can be deleted. 
 This is a convenience which creates an instance of the DeleteApplicationRequest.Builderavoiding the need to create one manually viaDeleteApplicationRequest.builder()- Parameters:
- deleteApplicationRequest- A- Consumerthat will call methods on- DeleteApplicationRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the DeleteApplication operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
deleteDataIntegrationdefault CompletableFuture<DeleteDataIntegrationResponse> deleteDataIntegration(DeleteDataIntegrationRequest deleteDataIntegrationRequest) Deletes the DataIntegration. Only DataIntegrations that don't have any DataIntegrationAssociations can be deleted. Deleting a DataIntegration also deletes the underlying Amazon AppFlow flow and service linked role. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API. - Parameters:
- deleteDataIntegrationRequest-
- Returns:
- A Java Future containing the result of the DeleteDataIntegration operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
deleteDataIntegrationdefault CompletableFuture<DeleteDataIntegrationResponse> deleteDataIntegration(Consumer<DeleteDataIntegrationRequest.Builder> deleteDataIntegrationRequest) Deletes the DataIntegration. Only DataIntegrations that don't have any DataIntegrationAssociations can be deleted. Deleting a DataIntegration also deletes the underlying Amazon AppFlow flow and service linked role. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API. 
 This is a convenience which creates an instance of the DeleteDataIntegrationRequest.Builderavoiding the need to create one manually viaDeleteDataIntegrationRequest.builder()- Parameters:
- deleteDataIntegrationRequest- A- Consumerthat will call methods on- DeleteDataIntegrationRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the DeleteDataIntegration operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
deleteEventIntegrationdefault CompletableFuture<DeleteEventIntegrationResponse> deleteEventIntegration(DeleteEventIntegrationRequest deleteEventIntegrationRequest) Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected. - Parameters:
- deleteEventIntegrationRequest-
- Returns:
- A Java Future containing the result of the DeleteEventIntegration operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
deleteEventIntegrationdefault CompletableFuture<DeleteEventIntegrationResponse> deleteEventIntegration(Consumer<DeleteEventIntegrationRequest.Builder> deleteEventIntegrationRequest) Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected. 
 This is a convenience which creates an instance of the DeleteEventIntegrationRequest.Builderavoiding the need to create one manually viaDeleteEventIntegrationRequest.builder()- Parameters:
- deleteEventIntegrationRequest- A- Consumerthat will call methods on- DeleteEventIntegrationRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the DeleteEventIntegration operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
getApplicationdefault CompletableFuture<GetApplicationResponse> getApplication(GetApplicationRequest getApplicationRequest) Get an Application resource. - Parameters:
- getApplicationRequest-
- Returns:
- A Java Future containing the result of the GetApplication operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
getApplicationdefault CompletableFuture<GetApplicationResponse> getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest) Get an Application resource. 
 This is a convenience which creates an instance of the GetApplicationRequest.Builderavoiding the need to create one manually viaGetApplicationRequest.builder()- Parameters:
- getApplicationRequest- A- Consumerthat will call methods on- GetApplicationRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the GetApplication operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
getDataIntegrationdefault CompletableFuture<GetDataIntegrationResponse> getDataIntegration(GetDataIntegrationRequest getDataIntegrationRequest) Returns information about the DataIntegration. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API. - Parameters:
- getDataIntegrationRequest-
- Returns:
- A Java Future containing the result of the GetDataIntegration operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
getDataIntegrationdefault CompletableFuture<GetDataIntegrationResponse> getDataIntegration(Consumer<GetDataIntegrationRequest.Builder> getDataIntegrationRequest) Returns information about the DataIntegration. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API. 
 This is a convenience which creates an instance of the GetDataIntegrationRequest.Builderavoiding the need to create one manually viaGetDataIntegrationRequest.builder()- Parameters:
- getDataIntegrationRequest- A- Consumerthat will call methods on- GetDataIntegrationRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the GetDataIntegration operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
getEventIntegrationdefault CompletableFuture<GetEventIntegrationResponse> getEventIntegration(GetEventIntegrationRequest getEventIntegrationRequest) Returns information about the event integration. - Parameters:
- getEventIntegrationRequest-
- Returns:
- A Java Future containing the result of the GetEventIntegration operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
getEventIntegrationdefault CompletableFuture<GetEventIntegrationResponse> getEventIntegration(Consumer<GetEventIntegrationRequest.Builder> getEventIntegrationRequest) Returns information about the event integration. 
 This is a convenience which creates an instance of the GetEventIntegrationRequest.Builderavoiding the need to create one manually viaGetEventIntegrationRequest.builder()- Parameters:
- getEventIntegrationRequest- A- Consumerthat will call methods on- GetEventIntegrationRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the GetEventIntegration operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listApplicationAssociationsdefault CompletableFuture<ListApplicationAssociationsResponse> listApplicationAssociations(ListApplicationAssociationsRequest listApplicationAssociationsRequest) Returns a paginated list of application associations for an application. - Parameters:
- listApplicationAssociationsRequest-
- Returns:
- A Java Future containing the result of the ListApplicationAssociations operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listApplicationAssociationsdefault CompletableFuture<ListApplicationAssociationsResponse> listApplicationAssociations(Consumer<ListApplicationAssociationsRequest.Builder> listApplicationAssociationsRequest) Returns a paginated list of application associations for an application. 
 This is a convenience which creates an instance of the ListApplicationAssociationsRequest.Builderavoiding the need to create one manually viaListApplicationAssociationsRequest.builder()- Parameters:
- listApplicationAssociationsRequest- A- Consumerthat will call methods on- ListApplicationAssociationsRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the ListApplicationAssociations operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listApplicationAssociationsPaginatordefault ListApplicationAssociationsPublisher listApplicationAssociationsPaginator(ListApplicationAssociationsRequest listApplicationAssociationsRequest) This is a variant of listApplicationAssociations(software.amazon.awssdk.services.appintegrations.model.ListApplicationAssociationsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.appintegrations.paginators.ListApplicationAssociationsPublisher publisher = client.listApplicationAssociationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.appintegrations.paginators.ListApplicationAssociationsPublisher publisher = client.listApplicationAssociationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appintegrations.model.ListApplicationAssociationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.appintegrations.model.ListApplicationAssociationsResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listApplicationAssociations(software.amazon.awssdk.services.appintegrations.model.ListApplicationAssociationsRequest)operation.- Parameters:
- listApplicationAssociationsRequest-
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listApplicationAssociationsPaginatordefault ListApplicationAssociationsPublisher listApplicationAssociationsPaginator(Consumer<ListApplicationAssociationsRequest.Builder> listApplicationAssociationsRequest) This is a variant of listApplicationAssociations(software.amazon.awssdk.services.appintegrations.model.ListApplicationAssociationsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.appintegrations.paginators.ListApplicationAssociationsPublisher publisher = client.listApplicationAssociationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.appintegrations.paginators.ListApplicationAssociationsPublisher publisher = client.listApplicationAssociationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appintegrations.model.ListApplicationAssociationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.appintegrations.model.ListApplicationAssociationsResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listApplicationAssociations(software.amazon.awssdk.services.appintegrations.model.ListApplicationAssociationsRequest)operation.
 This is a convenience which creates an instance of the ListApplicationAssociationsRequest.Builderavoiding the need to create one manually viaListApplicationAssociationsRequest.builder()- Parameters:
- listApplicationAssociationsRequest- A- Consumerthat will call methods on- ListApplicationAssociationsRequest.Builderto create a request.
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listApplicationsdefault CompletableFuture<ListApplicationsResponse> listApplications(ListApplicationsRequest listApplicationsRequest) Lists applications in the account. - Parameters:
- listApplicationsRequest-
- Returns:
- A Java Future containing the result of the ListApplications operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listApplicationsdefault CompletableFuture<ListApplicationsResponse> listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest) Lists applications in the account. 
 This is a convenience which creates an instance of the ListApplicationsRequest.Builderavoiding the need to create one manually viaListApplicationsRequest.builder()- Parameters:
- listApplicationsRequest- A- Consumerthat will call methods on- ListApplicationsRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the ListApplications operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listApplicationsPaginatordefault ListApplicationsPublisher listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest) This is a variant of listApplications(software.amazon.awssdk.services.appintegrations.model.ListApplicationsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.appintegrations.paginators.ListApplicationsPublisher publisher = client.listApplicationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.appintegrations.paginators.ListApplicationsPublisher publisher = client.listApplicationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appintegrations.model.ListApplicationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.appintegrations.model.ListApplicationsResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listApplications(software.amazon.awssdk.services.appintegrations.model.ListApplicationsRequest)operation.- Parameters:
- listApplicationsRequest-
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listApplicationsPaginatordefault ListApplicationsPublisher listApplicationsPaginator(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest) This is a variant of listApplications(software.amazon.awssdk.services.appintegrations.model.ListApplicationsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.appintegrations.paginators.ListApplicationsPublisher publisher = client.listApplicationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.appintegrations.paginators.ListApplicationsPublisher publisher = client.listApplicationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appintegrations.model.ListApplicationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.appintegrations.model.ListApplicationsResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listApplications(software.amazon.awssdk.services.appintegrations.model.ListApplicationsRequest)operation.
 This is a convenience which creates an instance of the ListApplicationsRequest.Builderavoiding the need to create one manually viaListApplicationsRequest.builder()- Parameters:
- listApplicationsRequest- A- Consumerthat will call methods on- ListApplicationsRequest.Builderto create a request.
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listDataIntegrationAssociationsdefault CompletableFuture<ListDataIntegrationAssociationsResponse> listDataIntegrationAssociations(ListDataIntegrationAssociationsRequest listDataIntegrationAssociationsRequest) Returns a paginated list of DataIntegration associations in the account. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API. - Parameters:
- listDataIntegrationAssociationsRequest-
- Returns:
- A Java Future containing the result of the ListDataIntegrationAssociations operation returned by the
         service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listDataIntegrationAssociationsdefault CompletableFuture<ListDataIntegrationAssociationsResponse> listDataIntegrationAssociations(Consumer<ListDataIntegrationAssociationsRequest.Builder> listDataIntegrationAssociationsRequest) Returns a paginated list of DataIntegration associations in the account. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API. 
 This is a convenience which creates an instance of the ListDataIntegrationAssociationsRequest.Builderavoiding the need to create one manually viaListDataIntegrationAssociationsRequest.builder()- Parameters:
- listDataIntegrationAssociationsRequest- A- Consumerthat will call methods on- ListDataIntegrationAssociationsRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the ListDataIntegrationAssociations operation returned by the
         service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listDataIntegrationAssociationsPaginatordefault ListDataIntegrationAssociationsPublisher listDataIntegrationAssociationsPaginator(ListDataIntegrationAssociationsRequest listDataIntegrationAssociationsRequest) This is a variant of listDataIntegrationAssociations(software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationAssociationsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.appintegrations.paginators.ListDataIntegrationAssociationsPublisher publisher = client.listDataIntegrationAssociationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.appintegrations.paginators.ListDataIntegrationAssociationsPublisher publisher = client.listDataIntegrationAssociationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationAssociationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationAssociationsResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listDataIntegrationAssociations(software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationAssociationsRequest)operation.- Parameters:
- listDataIntegrationAssociationsRequest-
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listDataIntegrationAssociationsPaginatordefault ListDataIntegrationAssociationsPublisher listDataIntegrationAssociationsPaginator(Consumer<ListDataIntegrationAssociationsRequest.Builder> listDataIntegrationAssociationsRequest) This is a variant of listDataIntegrationAssociations(software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationAssociationsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.appintegrations.paginators.ListDataIntegrationAssociationsPublisher publisher = client.listDataIntegrationAssociationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.appintegrations.paginators.ListDataIntegrationAssociationsPublisher publisher = client.listDataIntegrationAssociationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationAssociationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationAssociationsResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listDataIntegrationAssociations(software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationAssociationsRequest)operation.
 This is a convenience which creates an instance of the ListDataIntegrationAssociationsRequest.Builderavoiding the need to create one manually viaListDataIntegrationAssociationsRequest.builder()- Parameters:
- listDataIntegrationAssociationsRequest- A- Consumerthat will call methods on- ListDataIntegrationAssociationsRequest.Builderto create a request.
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listDataIntegrationsdefault CompletableFuture<ListDataIntegrationsResponse> listDataIntegrations(ListDataIntegrationsRequest listDataIntegrationsRequest) Returns a paginated list of DataIntegrations in the account. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API. - Parameters:
- listDataIntegrationsRequest-
- Returns:
- A Java Future containing the result of the ListDataIntegrations operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listDataIntegrationsdefault CompletableFuture<ListDataIntegrationsResponse> listDataIntegrations(Consumer<ListDataIntegrationsRequest.Builder> listDataIntegrationsRequest) Returns a paginated list of DataIntegrations in the account. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API. 
 This is a convenience which creates an instance of the ListDataIntegrationsRequest.Builderavoiding the need to create one manually viaListDataIntegrationsRequest.builder()- Parameters:
- listDataIntegrationsRequest- A- Consumerthat will call methods on- ListDataIntegrationsRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the ListDataIntegrations operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listDataIntegrationsPaginatordefault ListDataIntegrationsPublisher listDataIntegrationsPaginator(ListDataIntegrationsRequest listDataIntegrationsRequest) This is a variant of listDataIntegrations(software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.appintegrations.paginators.ListDataIntegrationsPublisher publisher = client.listDataIntegrationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.appintegrations.paginators.ListDataIntegrationsPublisher publisher = client.listDataIntegrationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationsResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listDataIntegrations(software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationsRequest)operation.- Parameters:
- listDataIntegrationsRequest-
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listDataIntegrationsPaginatordefault ListDataIntegrationsPublisher listDataIntegrationsPaginator(Consumer<ListDataIntegrationsRequest.Builder> listDataIntegrationsRequest) This is a variant of listDataIntegrations(software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.appintegrations.paginators.ListDataIntegrationsPublisher publisher = client.listDataIntegrationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.appintegrations.paginators.ListDataIntegrationsPublisher publisher = client.listDataIntegrationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationsResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listDataIntegrations(software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationsRequest)operation.
 This is a convenience which creates an instance of the ListDataIntegrationsRequest.Builderavoiding the need to create one manually viaListDataIntegrationsRequest.builder()- Parameters:
- listDataIntegrationsRequest- A- Consumerthat will call methods on- ListDataIntegrationsRequest.Builderto create a request.
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listEventIntegrationAssociationsdefault CompletableFuture<ListEventIntegrationAssociationsResponse> listEventIntegrationAssociations(ListEventIntegrationAssociationsRequest listEventIntegrationAssociationsRequest) Returns a paginated list of event integration associations in the account. - Parameters:
- listEventIntegrationAssociationsRequest-
- Returns:
- A Java Future containing the result of the ListEventIntegrationAssociations operation returned by the
         service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listEventIntegrationAssociationsdefault CompletableFuture<ListEventIntegrationAssociationsResponse> listEventIntegrationAssociations(Consumer<ListEventIntegrationAssociationsRequest.Builder> listEventIntegrationAssociationsRequest) Returns a paginated list of event integration associations in the account. 
 This is a convenience which creates an instance of the ListEventIntegrationAssociationsRequest.Builderavoiding the need to create one manually viaListEventIntegrationAssociationsRequest.builder()- Parameters:
- listEventIntegrationAssociationsRequest- A- Consumerthat will call methods on- ListEventIntegrationAssociationsRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the ListEventIntegrationAssociations operation returned by the
         service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listEventIntegrationAssociationsPaginatordefault ListEventIntegrationAssociationsPublisher listEventIntegrationAssociationsPaginator(ListEventIntegrationAssociationsRequest listEventIntegrationAssociationsRequest) This is a variant of listEventIntegrationAssociations(software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationAssociationsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.appintegrations.paginators.ListEventIntegrationAssociationsPublisher publisher = client.listEventIntegrationAssociationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.appintegrations.paginators.ListEventIntegrationAssociationsPublisher publisher = client.listEventIntegrationAssociationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationAssociationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationAssociationsResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listEventIntegrationAssociations(software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationAssociationsRequest)operation.- Parameters:
- listEventIntegrationAssociationsRequest-
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listEventIntegrationAssociationsPaginatordefault ListEventIntegrationAssociationsPublisher listEventIntegrationAssociationsPaginator(Consumer<ListEventIntegrationAssociationsRequest.Builder> listEventIntegrationAssociationsRequest) This is a variant of listEventIntegrationAssociations(software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationAssociationsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.appintegrations.paginators.ListEventIntegrationAssociationsPublisher publisher = client.listEventIntegrationAssociationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.appintegrations.paginators.ListEventIntegrationAssociationsPublisher publisher = client.listEventIntegrationAssociationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationAssociationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationAssociationsResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listEventIntegrationAssociations(software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationAssociationsRequest)operation.
 This is a convenience which creates an instance of the ListEventIntegrationAssociationsRequest.Builderavoiding the need to create one manually viaListEventIntegrationAssociationsRequest.builder()- Parameters:
- listEventIntegrationAssociationsRequest- A- Consumerthat will call methods on- ListEventIntegrationAssociationsRequest.Builderto create a request.
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listEventIntegrationsdefault CompletableFuture<ListEventIntegrationsResponse> listEventIntegrations(ListEventIntegrationsRequest listEventIntegrationsRequest) Returns a paginated list of event integrations in the account. - Parameters:
- listEventIntegrationsRequest-
- Returns:
- A Java Future containing the result of the ListEventIntegrations operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listEventIntegrationsdefault CompletableFuture<ListEventIntegrationsResponse> listEventIntegrations(Consumer<ListEventIntegrationsRequest.Builder> listEventIntegrationsRequest) Returns a paginated list of event integrations in the account. 
 This is a convenience which creates an instance of the ListEventIntegrationsRequest.Builderavoiding the need to create one manually viaListEventIntegrationsRequest.builder()- Parameters:
- listEventIntegrationsRequest- A- Consumerthat will call methods on- ListEventIntegrationsRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the ListEventIntegrations operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listEventIntegrationsPaginatordefault ListEventIntegrationsPublisher listEventIntegrationsPaginator(ListEventIntegrationsRequest listEventIntegrationsRequest) This is a variant of listEventIntegrations(software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.appintegrations.paginators.ListEventIntegrationsPublisher publisher = client.listEventIntegrationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.appintegrations.paginators.ListEventIntegrationsPublisher publisher = client.listEventIntegrationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationsResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listEventIntegrations(software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationsRequest)operation.- Parameters:
- listEventIntegrationsRequest-
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listEventIntegrationsPaginatordefault ListEventIntegrationsPublisher listEventIntegrationsPaginator(Consumer<ListEventIntegrationsRequest.Builder> listEventIntegrationsRequest) This is a variant of listEventIntegrations(software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.appintegrations.paginators.ListEventIntegrationsPublisher publisher = client.listEventIntegrationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.appintegrations.paginators.ListEventIntegrationsPublisher publisher = client.listEventIntegrationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationsResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listEventIntegrations(software.amazon.awssdk.services.appintegrations.model.ListEventIntegrationsRequest)operation.
 This is a convenience which creates an instance of the ListEventIntegrationsRequest.Builderavoiding the need to create one manually viaListEventIntegrationsRequest.builder()- Parameters:
- listEventIntegrationsRequest- A- Consumerthat will call methods on- ListEventIntegrationsRequest.Builderto create a request.
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listTagsForResourcedefault CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) Lists the tags for the specified resource. - Parameters:
- listTagsForResourceRequest-
- Returns:
- A Java Future containing the result of the ListTagsForResource operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidRequestException The request is not valid.
- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ResourceNotFoundException The specified resource was not found.
- ThrottlingException The throttling limit has been exceeded.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listTagsForResourcedefault CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Lists the tags for the specified resource. 
 This is a convenience which creates an instance of the ListTagsForResourceRequest.Builderavoiding the need to create one manually viaListTagsForResourceRequest.builder()- Parameters:
- listTagsForResourceRequest- A- Consumerthat will call methods on- ListTagsForResourceRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the ListTagsForResource operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidRequestException The request is not valid.
- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ResourceNotFoundException The specified resource was not found.
- ThrottlingException The throttling limit has been exceeded.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
tagResourceAdds the specified tags to the specified resource. - Parameters:
- tagResourceRequest-
- Returns:
- A Java Future containing the result of the TagResource operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidRequestException The request is not valid.
- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ResourceNotFoundException The specified resource was not found.
- ThrottlingException The throttling limit has been exceeded.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
tagResourcedefault CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Adds the specified tags to the specified resource. 
 This is a convenience which creates an instance of the TagResourceRequest.Builderavoiding the need to create one manually viaTagResourceRequest.builder()- Parameters:
- tagResourceRequest- A- Consumerthat will call methods on- TagResourceRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the TagResource operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidRequestException The request is not valid.
- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ResourceNotFoundException The specified resource was not found.
- ThrottlingException The throttling limit has been exceeded.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
untagResourcedefault CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest) Removes the specified tags from the specified resource. - Parameters:
- untagResourceRequest-
- Returns:
- A Java Future containing the result of the UntagResource operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidRequestException The request is not valid.
- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ResourceNotFoundException The specified resource was not found.
- ThrottlingException The throttling limit has been exceeded.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
untagResourcedefault CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes the specified tags from the specified resource. 
 This is a convenience which creates an instance of the UntagResourceRequest.Builderavoiding the need to create one manually viaUntagResourceRequest.builder()- Parameters:
- untagResourceRequest- A- Consumerthat will call methods on- UntagResourceRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the UntagResource operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidRequestException The request is not valid.
- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ResourceNotFoundException The specified resource was not found.
- ThrottlingException The throttling limit has been exceeded.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
updateApplicationdefault CompletableFuture<UpdateApplicationResponse> updateApplication(UpdateApplicationRequest updateApplicationRequest) Updates and persists an Application resource. - Parameters:
- updateApplicationRequest-
- Returns:
- A Java Future containing the result of the UpdateApplication operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- UnsupportedOperationException The operation is not supported.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
updateApplicationdefault CompletableFuture<UpdateApplicationResponse> updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest) Updates and persists an Application resource. 
 This is a convenience which creates an instance of the UpdateApplicationRequest.Builderavoiding the need to create one manually viaUpdateApplicationRequest.builder()- Parameters:
- updateApplicationRequest- A- Consumerthat will call methods on- UpdateApplicationRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the UpdateApplication operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- UnsupportedOperationException The operation is not supported.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
updateDataIntegrationdefault CompletableFuture<UpdateDataIntegrationResponse> updateDataIntegration(UpdateDataIntegrationRequest updateDataIntegrationRequest) Updates the description of a DataIntegration. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API. - Parameters:
- updateDataIntegrationRequest-
- Returns:
- A Java Future containing the result of the UpdateDataIntegration operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
updateDataIntegrationdefault CompletableFuture<UpdateDataIntegrationResponse> updateDataIntegration(Consumer<UpdateDataIntegrationRequest.Builder> updateDataIntegrationRequest) Updates the description of a DataIntegration. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API. 
 This is a convenience which creates an instance of the UpdateDataIntegrationRequest.Builderavoiding the need to create one manually viaUpdateDataIntegrationRequest.builder()- Parameters:
- updateDataIntegrationRequest- A- Consumerthat will call methods on- UpdateDataIntegrationRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the UpdateDataIntegration operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
updateDataIntegrationAssociationdefault CompletableFuture<UpdateDataIntegrationAssociationResponse> updateDataIntegrationAssociation(UpdateDataIntegrationAssociationRequest updateDataIntegrationAssociationRequest) Updates and persists a DataIntegrationAssociation resource. Updating a DataIntegrationAssociation with ExecutionConfiguration will rerun the on-demand job. - Parameters:
- updateDataIntegrationAssociationRequest-
- Returns:
- A Java Future containing the result of the UpdateDataIntegrationAssociation operation returned by the
         service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
updateDataIntegrationAssociationdefault CompletableFuture<UpdateDataIntegrationAssociationResponse> updateDataIntegrationAssociation(Consumer<UpdateDataIntegrationAssociationRequest.Builder> updateDataIntegrationAssociationRequest) Updates and persists a DataIntegrationAssociation resource. Updating a DataIntegrationAssociation with ExecutionConfiguration will rerun the on-demand job. 
 This is a convenience which creates an instance of the UpdateDataIntegrationAssociationRequest.Builderavoiding the need to create one manually viaUpdateDataIntegrationAssociationRequest.builder()- Parameters:
- updateDataIntegrationAssociationRequest- A- Consumerthat will call methods on- UpdateDataIntegrationAssociationRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the UpdateDataIntegrationAssociation operation returned by the
         service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
updateEventIntegrationdefault CompletableFuture<UpdateEventIntegrationResponse> updateEventIntegration(UpdateEventIntegrationRequest updateEventIntegrationRequest) Updates the description of an event integration. - Parameters:
- updateEventIntegrationRequest-
- Returns:
- A Java Future containing the result of the UpdateEventIntegration operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
updateEventIntegrationdefault CompletableFuture<UpdateEventIntegrationResponse> updateEventIntegration(Consumer<UpdateEventIntegrationRequest.Builder> updateEventIntegrationRequest) Updates the description of an event integration. 
 This is a convenience which creates an instance of the UpdateEventIntegrationRequest.Builderavoiding the need to create one manually viaUpdateEventIntegrationRequest.builder()- Parameters:
- updateEventIntegrationRequest- A- Consumerthat will call methods on- UpdateEventIntegrationRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the UpdateEventIntegration operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InternalServiceErrorException Request processing failed due to an error or failure with the service.
- ThrottlingException The throttling limit has been exceeded.
- ResourceNotFoundException The specified resource was not found.
- InvalidRequestException The request is not valid.
- AccessDeniedException You do not have sufficient access to perform this action.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- AppIntegrationsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
serviceClientConfigurationDescription copied from interface:SdkClientThe SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
- serviceClientConfigurationin interface- AwsClient
- Specified by:
- serviceClientConfigurationin interface- SdkClient
- Returns:
- SdkServiceClientConfiguration
 
- 
createCreate aAppIntegrationsAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.
- 
builderCreate a builder that can be used to configure and create aAppIntegrationsAsyncClient.
 
-