| Package | Description |
|---|---|
| com.amazonaws.services.appfabric |
Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization.
|
| com.amazonaws.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIngestionResult> |
AWSAppFabricAsyncClient.createIngestionAsync(CreateIngestionRequest request,
AsyncHandler<CreateIngestionRequest,CreateIngestionResult> asyncHandler) |
Future<CreateIngestionResult> |
AbstractAWSAppFabricAsync.createIngestionAsync(CreateIngestionRequest request,
AsyncHandler<CreateIngestionRequest,CreateIngestionResult> asyncHandler) |
Future<CreateIngestionResult> |
AWSAppFabricAsync.createIngestionAsync(CreateIngestionRequest createIngestionRequest,
AsyncHandler<CreateIngestionRequest,CreateIngestionResult> asyncHandler)
Creates a data ingestion for an application.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIngestionRequest |
CreateIngestionRequest.clone() |
CreateIngestionRequest |
CreateIngestionRequest.withApp(String app)
The name of the application.
|
CreateIngestionRequest |
CreateIngestionRequest.withAppBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
|
CreateIngestionRequest |
CreateIngestionRequest.withClientToken(String clientToken)
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateIngestionRequest |
CreateIngestionRequest.withIngestionType(IngestionType ingestionType)
The ingestion type.
|
CreateIngestionRequest |
CreateIngestionRequest.withIngestionType(String ingestionType)
The ingestion type.
|
CreateIngestionRequest |
CreateIngestionRequest.withTags(Collection<Tag> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateIngestionRequest |
CreateIngestionRequest.withTags(Tag... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateIngestionRequest |
CreateIngestionRequest.withTenantId(String tenantId)
The ID of the application tenant.
|
Copyright © 2025. All rights reserved.