| 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 ListIngestionsResponse |
AppFabricClient.listIngestions(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)
Returns a list of all ingestions configured for an app bundle.
|
default CompletableFuture<ListIngestionsResponse> |
AppFabricAsyncClient.listIngestions(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)
Returns a list of all ingestions configured for an app bundle.
|
default ListIngestionsIterable |
AppFabricClient.listIngestionsPaginator(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)
Returns a list of all ingestions configured for an app bundle.
|
default ListIngestionsPublisher |
AppFabricAsyncClient.listIngestionsPaginator(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)
Returns a list of all ingestions configured for an app bundle.
|
| Modifier and Type | Method and Description |
|---|---|
ListIngestionsRequest.Builder |
ListIngestionsRequest.Builder.appBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the
request.
|
static ListIngestionsRequest.Builder |
ListIngestionsRequest.builder() |
ListIngestionsRequest.Builder |
ListIngestionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
ListIngestionsRequest.Builder |
ListIngestionsRequest.Builder.nextToken(String nextToken)
If
nextToken is returned, there are more results available. |
ListIngestionsRequest.Builder |
ListIngestionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIngestionsRequest.Builder |
ListIngestionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListIngestionsRequest.Builder |
ListIngestionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListIngestionsRequest.Builder> |
ListIngestionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.