Uses of Interface
software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsRequest.Builder
-
Packages that use ListIngestionDestinationsRequest.Builder 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 -
-
Uses of ListIngestionDestinationsRequest.Builder in software.amazon.awssdk.services.appfabric
Method parameters in software.amazon.awssdk.services.appfabric with type arguments of type ListIngestionDestinationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListIngestionDestinationsResponse>AppFabricAsyncClient. listIngestionDestinations(Consumer<ListIngestionDestinationsRequest.Builder> listIngestionDestinationsRequest)Returns a list of all ingestion destinations configured for an ingestion.default ListIngestionDestinationsResponseAppFabricClient. listIngestionDestinations(Consumer<ListIngestionDestinationsRequest.Builder> listIngestionDestinationsRequest)Returns a list of all ingestion destinations configured for an ingestion.default ListIngestionDestinationsPublisherAppFabricAsyncClient. listIngestionDestinationsPaginator(Consumer<ListIngestionDestinationsRequest.Builder> listIngestionDestinationsRequest)Returns a list of all ingestion destinations configured for an ingestion.default ListIngestionDestinationsIterableAppFabricClient. listIngestionDestinationsPaginator(Consumer<ListIngestionDestinationsRequest.Builder> listIngestionDestinationsRequest)Returns a list of all ingestion destinations configured for an ingestion. -
Uses of ListIngestionDestinationsRequest.Builder in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return ListIngestionDestinationsRequest.Builder Modifier and Type Method Description ListIngestionDestinationsRequest.BuilderListIngestionDestinationsRequest.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.BuilderListIngestionDestinationsRequest. builder()ListIngestionDestinationsRequest.BuilderListIngestionDestinationsRequest.Builder. ingestionIdentifier(String ingestionIdentifier)The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.ListIngestionDestinationsRequest.BuilderListIngestionDestinationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results that are returned per call.ListIngestionDestinationsRequest.BuilderListIngestionDestinationsRequest.Builder. nextToken(String nextToken)IfnextTokenis returned, there are more results available.ListIngestionDestinationsRequest.BuilderListIngestionDestinationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIngestionDestinationsRequest.BuilderListIngestionDestinationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListIngestionDestinationsRequest.BuilderListIngestionDestinationsRequest. toBuilder()Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type ListIngestionDestinationsRequest.Builder Modifier and Type Method Description static Class<? extends ListIngestionDestinationsRequest.Builder>ListIngestionDestinationsRequest. serializableBuilderClass()
-