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