| 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<StopIngestionResult> |
AWSAppFabricAsyncClient.stopIngestionAsync(StopIngestionRequest request,
AsyncHandler<StopIngestionRequest,StopIngestionResult> asyncHandler) |
Future<StopIngestionResult> |
AbstractAWSAppFabricAsync.stopIngestionAsync(StopIngestionRequest request,
AsyncHandler<StopIngestionRequest,StopIngestionResult> asyncHandler) |
Future<StopIngestionResult> |
AWSAppFabricAsync.stopIngestionAsync(StopIngestionRequest stopIngestionRequest,
AsyncHandler<StopIngestionRequest,StopIngestionResult> asyncHandler)
Stops (disables) an ingestion.
|
| Modifier and Type | Method and Description |
|---|---|
StopIngestionRequest |
StopIngestionRequest.clone() |
StopIngestionRequest |
StopIngestionRequest.withAppBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
|
StopIngestionRequest |
StopIngestionRequest.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.