@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)
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.
|
DeleteEventIntegrationResult |
deleteEventIntegration(DeleteEventIntegrationRequest request)
Deletes the specified existing event integration.
|
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)
Return information about the event integration.
|
ListEventIntegrationAssociationsResult |
listEventIntegrationAssociations(ListEventIntegrationAssociationsRequest request)
Returns a paginated list of event integration associations in the account.
|
ListEventIntegrationsResult |
listEventIntegrations(ListEventIntegrationsRequest request)
Returns a paginated list of event integrations in the account.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists the tags for the specified resource.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds the specified tags to the specified resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes the specified tags from the specified resource.
|
UpdateEventIntegrationResult |
updateEventIntegration(UpdateEventIntegrationRequest request)
Updates the description of an event integration.
|
public CreateEventIntegrationResult createEventIntegration(CreateEventIntegrationRequest request)
AmazonAppIntegrations
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.
createEventIntegration
in interface AmazonAppIntegrations
public DeleteEventIntegrationResult deleteEventIntegration(DeleteEventIntegrationRequest request)
AmazonAppIntegrations
Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.
deleteEventIntegration
in interface AmazonAppIntegrations
public GetEventIntegrationResult getEventIntegration(GetEventIntegrationRequest request)
AmazonAppIntegrations
Return information about the event integration.
getEventIntegration
in interface AmazonAppIntegrations
public ListEventIntegrationAssociationsResult listEventIntegrationAssociations(ListEventIntegrationAssociationsRequest request)
AmazonAppIntegrations
Returns a paginated list of event integration associations in the account.
listEventIntegrationAssociations
in interface AmazonAppIntegrations
public ListEventIntegrationsResult listEventIntegrations(ListEventIntegrationsRequest request)
AmazonAppIntegrations
Returns a paginated list of event integrations in the account.
listEventIntegrations
in interface AmazonAppIntegrations
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AmazonAppIntegrations
Lists the tags for the specified resource.
listTagsForResource
in interface AmazonAppIntegrations
public TagResourceResult tagResource(TagResourceRequest request)
AmazonAppIntegrations
Adds the specified tags to the specified resource.
tagResource
in interface AmazonAppIntegrations
public UntagResourceResult untagResource(UntagResourceRequest request)
AmazonAppIntegrations
Removes the specified tags from the specified resource.
untagResource
in interface AmazonAppIntegrations
public UpdateEventIntegrationResult updateEventIntegration(UpdateEventIntegrationRequest request)
AmazonAppIntegrations
Updates the description of an event integration.
updateEventIntegration
in interface AmazonAppIntegrations
public void shutdown()
AmazonAppIntegrations
shutdown
in interface AmazonAppIntegrations
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonAppIntegrations
Response 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 AmazonAppIntegrations
request
- The originally executed request.