Uses of Class
software.amazon.awssdk.services.appfabric.model.GetAppBundleResponse
-
Packages that use GetAppBundleResponse Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization. -
-
Uses of GetAppBundleResponse in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric that return GetAppBundleResponse Modifier and Type Method Description default GetAppBundleResponseAppFabricClient. getAppBundle(Consumer<GetAppBundleRequest.Builder> getAppBundleRequest)Returns information about an app bundle.default GetAppBundleResponseAppFabricClient. getAppBundle(GetAppBundleRequest getAppBundleRequest)Returns information about an app bundle.Methods in software.amazon.awssdk.services.appfabric that return types with arguments of type GetAppBundleResponse Modifier and Type Method Description default CompletableFuture<GetAppBundleResponse>AppFabricAsyncClient. getAppBundle(Consumer<GetAppBundleRequest.Builder> getAppBundleRequest)Returns information about an app bundle.default CompletableFuture<GetAppBundleResponse>AppFabricAsyncClient. getAppBundle(GetAppBundleRequest getAppBundleRequest)Returns information about an app bundle.
-