| 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.paginators |
| 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 ListIngestionsResponse |
AppFabricClient.listIngestions(ListIngestionsRequest listIngestionsRequest)
Returns a list of all ingestions configured for an app bundle.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListIngestionsResponse> |
AppFabricAsyncClient.listIngestions(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)
Returns a list of all ingestions configured for an app bundle.
|
default CompletableFuture<ListIngestionsResponse> |
AppFabricAsyncClient.listIngestions(ListIngestionsRequest listIngestionsRequest)
Returns a list of all ingestions configured for an app bundle.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListIngestionsResponse> |
ListIngestionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListIngestionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListIngestionsResponse> subscriber) |
Copyright © 2023. All rights reserved.