| 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 | |
| software.amazon.awssdk.services.appfabric.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListIngestionDestinationsResponse |
AppFabricClient.listIngestionDestinations(ListIngestionDestinationsRequest 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.
|
default ListIngestionDestinationsIterable |
AppFabricClient.listIngestionDestinationsPaginator(ListIngestionDestinationsRequest listIngestionDestinationsRequest)
Returns a list of all ingestion destinations configured for an ingestion.
|
default ListIngestionDestinationsPublisher |
AppFabricAsyncClient.listIngestionDestinationsPaginator(ListIngestionDestinationsRequest listIngestionDestinationsRequest)
Returns a list of all ingestion destinations configured for an ingestion.
|
| Constructor and Description |
|---|
ListIngestionDestinationsIterable(AppFabricClient client,
ListIngestionDestinationsRequest firstRequest) |
ListIngestionDestinationsPublisher(AppFabricAsyncClient client,
ListIngestionDestinationsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListIngestionDestinationsRequestMarshaller.marshall(ListIngestionDestinationsRequest listIngestionDestinationsRequest) |
Copyright © 2023. All rights reserved.