Uses of Class
software.amazon.awssdk.services.appfabric.model.ListAppBundlesRequest
-
Packages that use ListAppBundlesRequest 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 -
-
Uses of ListAppBundlesRequest in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric with parameters of type ListAppBundlesRequest Modifier and Type Method Description default CompletableFuture<ListAppBundlesResponse>AppFabricAsyncClient. listAppBundles(ListAppBundlesRequest listAppBundlesRequest)Returns a list of app bundles.default ListAppBundlesResponseAppFabricClient. listAppBundles(ListAppBundlesRequest listAppBundlesRequest)Returns a list of app bundles.default ListAppBundlesPublisherAppFabricAsyncClient. listAppBundlesPaginator(ListAppBundlesRequest listAppBundlesRequest)Returns a list of app bundles.default ListAppBundlesIterableAppFabricClient. listAppBundlesPaginator(ListAppBundlesRequest listAppBundlesRequest)Returns a list of app bundles. -
Uses of ListAppBundlesRequest in software.amazon.awssdk.services.appfabric.paginators
Constructors in software.amazon.awssdk.services.appfabric.paginators with parameters of type ListAppBundlesRequest Constructor Description ListAppBundlesIterable(AppFabricClient client, ListAppBundlesRequest firstRequest)ListAppBundlesPublisher(AppFabricAsyncClient client, ListAppBundlesRequest firstRequest) -
Uses of ListAppBundlesRequest in software.amazon.awssdk.services.appfabric.transform
Methods in software.amazon.awssdk.services.appfabric.transform with parameters of type ListAppBundlesRequest Modifier and Type Method Description SdkHttpFullRequestListAppBundlesRequestMarshaller. marshall(ListAppBundlesRequest listAppBundlesRequest)
-