| Package | Description |
|---|---|
| software.amazon.awssdk.services.appfabric |
Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization.
|
| software.amazon.awssdk.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
default StartIngestionResponse |
AppFabricClient.startIngestion(Consumer<StartIngestionRequest.Builder> startIngestionRequest)
Starts (enables) an ingestion, which collects data from an application.
|
default CompletableFuture<StartIngestionResponse> |
AppFabricAsyncClient.startIngestion(Consumer<StartIngestionRequest.Builder> startIngestionRequest)
Starts (enables) an ingestion, which collects data from an application.
|
| Modifier and Type | Method and Description |
|---|---|
StartIngestionRequest.Builder |
StartIngestionRequest.Builder.appBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the
request.
|
static StartIngestionRequest.Builder |
StartIngestionRequest.builder() |
StartIngestionRequest.Builder |
StartIngestionRequest.Builder.ingestionIdentifier(String ingestionIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
|
StartIngestionRequest.Builder |
StartIngestionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartIngestionRequest.Builder |
StartIngestionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartIngestionRequest.Builder |
StartIngestionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartIngestionRequest.Builder> |
StartIngestionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.