| Package | Description |
|---|---|
| software.amazon.awssdk.services.appfabric.model | |
| software.amazon.awssdk.services.appfabric.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AppBundleSummary> |
ListAppBundlesResponse.appBundleSummaryList()
Contains a list of app bundle summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppBundlesResponse.Builder |
ListAppBundlesResponse.Builder.appBundleSummaryList(AppBundleSummary... appBundleSummaryList)
Contains a list of app bundle summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppBundlesResponse.Builder |
ListAppBundlesResponse.Builder.appBundleSummaryList(Collection<AppBundleSummary> appBundleSummaryList)
Contains a list of app bundle summaries.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AppBundleSummary> |
ListAppBundlesPublisher.appBundleSummaryList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AppBundleSummary> |
ListAppBundlesIterable.appBundleSummaryList()
Returns an iterable to iterate through the paginated
ListAppBundlesResponse.appBundleSummaryList()
member. |
Copyright © 2023. All rights reserved.