Uses of Interface
software.amazon.awssdk.services.appfabric.model.ListIngestionsRequest.Builder
-
Packages that use ListIngestionsRequest.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 ListIngestionsRequest.Builder in software.amazon.awssdk.services.appfabric
Method parameters in software.amazon.awssdk.services.appfabric with type arguments of type ListIngestionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListIngestionsResponse>AppFabricAsyncClient. listIngestions(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)Returns a list of all ingestions configured for an app bundle.default ListIngestionsResponseAppFabricClient. listIngestions(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)Returns a list of all ingestions configured for an app bundle.default ListIngestionsPublisherAppFabricAsyncClient. listIngestionsPaginator(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)Returns a list of all ingestions configured for an app bundle.default ListIngestionsIterableAppFabricClient. listIngestionsPaginator(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)Returns a list of all ingestions configured for an app bundle. -
Uses of ListIngestionsRequest.Builder in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return ListIngestionsRequest.Builder Modifier and Type Method Description ListIngestionsRequest.BuilderListIngestionsRequest.Builder. appBundleIdentifier(String appBundleIdentifier)The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.static ListIngestionsRequest.BuilderListIngestionsRequest. builder()ListIngestionsRequest.BuilderListIngestionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results that are returned per call.ListIngestionsRequest.BuilderListIngestionsRequest.Builder. nextToken(String nextToken)IfnextTokenis returned, there are more results available.ListIngestionsRequest.BuilderListIngestionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIngestionsRequest.BuilderListIngestionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListIngestionsRequest.BuilderListIngestionsRequest. toBuilder()Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type ListIngestionsRequest.Builder Modifier and Type Method Description static Class<? extends ListIngestionsRequest.Builder>ListIngestionsRequest. serializableBuilderClass()
-