| Package | Description |
|---|---|
| com.amazonaws.services.appintegrations |
The Amazon AppIntegrations APIs are in preview release and are subject to change.
|
| com.amazonaws.services.appintegrations.model |
| Modifier and Type | Method and Description |
|---|---|
GetEventIntegrationResult |
AbstractAmazonAppIntegrations.getEventIntegration(GetEventIntegrationRequest request) |
GetEventIntegrationResult |
AmazonAppIntegrationsClient.getEventIntegration(GetEventIntegrationRequest request)
The Amazon AppIntegrations APIs are in preview release and are subject to change.
|
GetEventIntegrationResult |
AmazonAppIntegrations.getEventIntegration(GetEventIntegrationRequest getEventIntegrationRequest)
The Amazon AppIntegrations APIs are in preview release and are subject to change.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetEventIntegrationResult> |
AbstractAmazonAppIntegrationsAsync.getEventIntegrationAsync(GetEventIntegrationRequest request,
AsyncHandler<GetEventIntegrationRequest,GetEventIntegrationResult> asyncHandler) |
Future<GetEventIntegrationResult> |
AmazonAppIntegrationsAsyncClient.getEventIntegrationAsync(GetEventIntegrationRequest request,
AsyncHandler<GetEventIntegrationRequest,GetEventIntegrationResult> asyncHandler) |
Future<GetEventIntegrationResult> |
AmazonAppIntegrationsAsync.getEventIntegrationAsync(GetEventIntegrationRequest getEventIntegrationRequest,
AsyncHandler<GetEventIntegrationRequest,GetEventIntegrationResult> asyncHandler)
The Amazon AppIntegrations APIs are in preview release and are subject to change.
|
| Modifier and Type | Method and Description |
|---|---|
GetEventIntegrationResult |
GetEventIntegrationResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetEventIntegrationResult |
GetEventIntegrationResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetEventIntegrationResult |
GetEventIntegrationResult.clone() |
GetEventIntegrationResult |
GetEventIntegrationResult.withDescription(String description)
The description of the event integration.
|
GetEventIntegrationResult |
GetEventIntegrationResult.withEventBridgeBus(String eventBridgeBus)
The Eventbridge bus.
|
GetEventIntegrationResult |
GetEventIntegrationResult.withEventFilter(EventFilter eventFilter)
The event filter.
|
GetEventIntegrationResult |
GetEventIntegrationResult.withEventIntegrationArn(String eventIntegrationArn)
The Amazon Resource Name (ARN) for the event integration.
|
GetEventIntegrationResult |
GetEventIntegrationResult.withName(String name)
The name of the event integration.
|
GetEventIntegrationResult |
GetEventIntegrationResult.withTags(Map<String,String> tags)
One or more tags.
|
Copyright © 2021. All rights reserved.