| 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<ListIngestionsResult> |
AWSAppFabricAsyncClient.listIngestionsAsync(ListIngestionsRequest request,
AsyncHandler<ListIngestionsRequest,ListIngestionsResult> asyncHandler) |
Future<ListIngestionsResult> |
AWSAppFabricAsync.listIngestionsAsync(ListIngestionsRequest listIngestionsRequest,
AsyncHandler<ListIngestionsRequest,ListIngestionsResult> asyncHandler)
Returns a list of all ingestions configured for an app bundle.
|
Future<ListIngestionsResult> |
AbstractAWSAppFabricAsync.listIngestionsAsync(ListIngestionsRequest request,
AsyncHandler<ListIngestionsRequest,ListIngestionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListIngestionsRequest |
ListIngestionsRequest.clone() |
ListIngestionsRequest |
ListIngestionsRequest.withAppBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
|
ListIngestionsRequest |
ListIngestionsRequest.withMaxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
ListIngestionsRequest |
ListIngestionsRequest.withNextToken(String nextToken)
If
nextToken is returned, there are more results available. |
Copyright © 2024. All rights reserved.