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