| 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 ListIngestionDestinationsResponse |
AppFabricClient.listIngestionDestinations(Consumer<ListIngestionDestinationsRequest.Builder> listIngestionDestinationsRequest)
Returns a list of all ingestion destinations configured for an ingestion.
|
default ListIngestionDestinationsResponse |
AppFabricClient.listIngestionDestinations(ListIngestionDestinationsRequest listIngestionDestinationsRequest)
Returns a list of all ingestion destinations configured for an ingestion.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListIngestionDestinationsResponse> |
AppFabricAsyncClient.listIngestionDestinations(Consumer<ListIngestionDestinationsRequest.Builder> listIngestionDestinationsRequest)
Returns a list of all ingestion destinations configured for an ingestion.
|
default CompletableFuture<ListIngestionDestinationsResponse> |
AppFabricAsyncClient.listIngestionDestinations(ListIngestionDestinationsRequest listIngestionDestinationsRequest)
Returns a list of all ingestion destinations configured for an ingestion.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListIngestionDestinationsResponse> |
ListIngestionDestinationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListIngestionDestinationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListIngestionDestinationsResponse> subscriber) |
Copyright © 2023. All rights reserved.