| 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<GetIngestionDestinationResult> |
AWSAppFabricAsyncClient.getIngestionDestinationAsync(GetIngestionDestinationRequest request,
AsyncHandler<GetIngestionDestinationRequest,GetIngestionDestinationResult> asyncHandler) |
Future<GetIngestionDestinationResult> |
AWSAppFabricAsync.getIngestionDestinationAsync(GetIngestionDestinationRequest getIngestionDestinationRequest,
AsyncHandler<GetIngestionDestinationRequest,GetIngestionDestinationResult> asyncHandler)
Returns information about an ingestion destination.
|
Future<GetIngestionDestinationResult> |
AbstractAWSAppFabricAsync.getIngestionDestinationAsync(GetIngestionDestinationRequest request,
AsyncHandler<GetIngestionDestinationRequest,GetIngestionDestinationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetIngestionDestinationRequest |
GetIngestionDestinationRequest.clone() |
GetIngestionDestinationRequest |
GetIngestionDestinationRequest.withAppBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
|
GetIngestionDestinationRequest |
GetIngestionDestinationRequest.withIngestionDestinationIdentifier(String ingestionDestinationIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the
request.
|
GetIngestionDestinationRequest |
GetIngestionDestinationRequest.withIngestionIdentifier(String ingestionIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
|
Copyright © 2023. All rights reserved.