| Package | Description |
|---|---|
| com.amazonaws.services.appintegrations |
The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.
|
| com.amazonaws.services.appintegrations.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateApplicationResult> |
AbstractAmazonAppIntegrationsAsync.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Future<CreateApplicationResult> |
AmazonAppIntegrationsAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
This API is in preview release and subject to change.
|
Future<CreateApplicationResult> |
AmazonAppIntegrationsAsyncClient.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest |
CreateApplicationRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateApplicationRequest |
CreateApplicationRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateApplicationRequest |
CreateApplicationRequest.clone() |
CreateApplicationRequest |
CreateApplicationRequest.withApplicationSourceConfig(ApplicationSourceConfig applicationSourceConfig)
The configuration for where the application should be loaded from.
|
CreateApplicationRequest |
CreateApplicationRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateApplicationRequest |
CreateApplicationRequest.withDescription(String description)
The description of the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withName(String name)
The name of the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withNamespace(String namespace)
The namespace of the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withPermissions(Collection<String> permissions)
The configuration of events or requests that the application has access to.
|
CreateApplicationRequest |
CreateApplicationRequest.withPermissions(String... permissions)
The configuration of events or requests that the application has access to.
|
CreateApplicationRequest |
CreateApplicationRequest.withPublications(Collection<Publication> publications)
Deprecated.
|
CreateApplicationRequest |
CreateApplicationRequest.withPublications(Publication... publications)
Deprecated.
|
CreateApplicationRequest |
CreateApplicationRequest.withSubscriptions(Collection<Subscription> subscriptions)
Deprecated.
|
CreateApplicationRequest |
CreateApplicationRequest.withSubscriptions(Subscription... subscriptions)
Deprecated.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
Copyright © 2024. All rights reserved.