@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonAppIntegrations extends Object implements AmazonAppIntegrations
AmazonAppIntegrations. Convenient method forms pass through to the corresponding
 overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description | 
|---|---|
| CreateEventIntegrationResult | createEventIntegration(CreateEventIntegrationRequest request)
 The Amazon AppIntegrations APIs are in preview release and are subject to change. | 
| DeleteEventIntegrationResult | deleteEventIntegration(DeleteEventIntegrationRequest request)
 The Amazon AppIntegrations APIs are in preview release and are subject to change. | 
| ResponseMetadata | getCachedResponseMetadata(AmazonWebServiceRequest request)Returns additional metadata for a previously executed successful request, typically used for debugging issues
 where a service isn't acting as expected. | 
| GetEventIntegrationResult | getEventIntegration(GetEventIntegrationRequest request)
 The Amazon AppIntegrations APIs are in preview release and are subject to change. | 
| ListEventIntegrationAssociationsResult | listEventIntegrationAssociations(ListEventIntegrationAssociationsRequest request)
 The Amazon AppIntegrations APIs are in preview release and are subject to change. | 
| ListEventIntegrationsResult | listEventIntegrations(ListEventIntegrationsRequest request)
 The Amazon AppIntegrations APIs are in preview release and are subject to change. | 
| ListTagsForResourceResult | listTagsForResource(ListTagsForResourceRequest request)
 The Amazon AppIntegrations APIs are in preview release and are subject to change. | 
| void | shutdown()Shuts down this client object, releasing any resources that might be held open. | 
| TagResourceResult | tagResource(TagResourceRequest request)
 The Amazon AppIntegrations APIs are in preview release and are subject to change. | 
| UntagResourceResult | untagResource(UntagResourceRequest request)
 The Amazon AppIntegrations APIs are in preview release and are subject to change. | 
| UpdateEventIntegrationResult | updateEventIntegration(UpdateEventIntegrationRequest request)
 The Amazon AppIntegrations APIs are in preview release and are subject to change. | 
public CreateEventIntegrationResult createEventIntegration(CreateEventIntegrationRequest request)
AmazonAppIntegrationsThe Amazon AppIntegrations APIs are in preview release and are subject to change.
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 will push events to that bus. No objects are created in the your account, only metadata that is persisted on the EventIntegration control plane.
createEventIntegration in interface AmazonAppIntegrationspublic DeleteEventIntegrationResult deleteEventIntegration(DeleteEventIntegrationRequest request)
AmazonAppIntegrationsThe Amazon AppIntegrations APIs are in preview release and are subject to change.
Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.
deleteEventIntegration in interface AmazonAppIntegrationspublic GetEventIntegrationResult getEventIntegration(GetEventIntegrationRequest request)
AmazonAppIntegrationsThe Amazon AppIntegrations APIs are in preview release and are subject to change.
Return information about the event integration.
getEventIntegration in interface AmazonAppIntegrationspublic ListEventIntegrationAssociationsResult listEventIntegrationAssociations(ListEventIntegrationAssociationsRequest request)
AmazonAppIntegrationsThe Amazon AppIntegrations APIs are in preview release and are subject to change.
Returns a paginated list of event integration associations in the account.
listEventIntegrationAssociations in interface AmazonAppIntegrationspublic ListEventIntegrationsResult listEventIntegrations(ListEventIntegrationsRequest request)
AmazonAppIntegrationsThe Amazon AppIntegrations APIs are in preview release and are subject to change.
Returns a paginated list of event integrations in the account.
listEventIntegrations in interface AmazonAppIntegrationspublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AmazonAppIntegrationsThe Amazon AppIntegrations APIs are in preview release and are subject to change.
Lists the tags for the specified resource.
listTagsForResource in interface AmazonAppIntegrationspublic TagResourceResult tagResource(TagResourceRequest request)
AmazonAppIntegrationsThe Amazon AppIntegrations APIs are in preview release and are subject to change.
Adds the specified tags to the specified resource.
tagResource in interface AmazonAppIntegrationspublic UntagResourceResult untagResource(UntagResourceRequest request)
AmazonAppIntegrationsThe Amazon AppIntegrations APIs are in preview release and are subject to change.
Removes the specified tags from the specified resource.
untagResource in interface AmazonAppIntegrationspublic UpdateEventIntegrationResult updateEventIntegration(UpdateEventIntegrationRequest request)
AmazonAppIntegrationsThe Amazon AppIntegrations APIs are in preview release and are subject to change.
Updates the description of an event integration.
updateEventIntegration in interface AmazonAppIntegrationspublic void shutdown()
AmazonAppIntegrationsshutdown in interface AmazonAppIntegrationspublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonAppIntegrationsResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AmazonAppIntegrationsrequest - The originally executed request.