Uses of Class
software.amazon.awssdk.services.appfabric.model.AppBundleSummary
-
Packages that use AppBundleSummary Package Description software.amazon.awssdk.services.appfabric.model software.amazon.awssdk.services.appfabric.paginators -
-
Uses of AppBundleSummary in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type AppBundleSummary Modifier and Type Method Description List<AppBundleSummary>ListAppBundlesResponse. appBundleSummaryList()Contains a list of app bundle summaries.Methods in software.amazon.awssdk.services.appfabric.model with parameters of type AppBundleSummary Modifier and Type Method Description ListAppBundlesResponse.BuilderListAppBundlesResponse.Builder. appBundleSummaryList(AppBundleSummary... appBundleSummaryList)Contains a list of app bundle summaries.Method parameters in software.amazon.awssdk.services.appfabric.model with type arguments of type AppBundleSummary Modifier and Type Method Description ListAppBundlesResponse.BuilderListAppBundlesResponse.Builder. appBundleSummaryList(Collection<AppBundleSummary> appBundleSummaryList)Contains a list of app bundle summaries. -
Uses of AppBundleSummary in software.amazon.awssdk.services.appfabric.paginators
Methods in software.amazon.awssdk.services.appfabric.paginators that return types with arguments of type AppBundleSummary Modifier and Type Method Description SdkIterable<AppBundleSummary>ListAppBundlesIterable. appBundleSummaryList()Returns an iterable to iterate through the paginatedListAppBundlesResponse.appBundleSummaryList()member.SdkPublisher<AppBundleSummary>ListAppBundlesPublisher. appBundleSummaryList()Returns a publisher that can be used to get a stream of data.
-