| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListAppBundlesResponse |
AppFabricClient.listAppBundles(Consumer<ListAppBundlesRequest.Builder> listAppBundlesRequest)
Returns a list of app bundles.
|
default ListAppBundlesResponse |
AppFabricClient.listAppBundles(ListAppBundlesRequest listAppBundlesRequest)
Returns a list of app bundles.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAppBundlesResponse> |
AppFabricAsyncClient.listAppBundles(Consumer<ListAppBundlesRequest.Builder> listAppBundlesRequest)
Returns a list of app bundles.
|
default CompletableFuture<ListAppBundlesResponse> |
AppFabricAsyncClient.listAppBundles(ListAppBundlesRequest listAppBundlesRequest)
Returns a list of app bundles.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAppBundlesResponse> |
ListAppBundlesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppBundlesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAppBundlesResponse> subscriber) |
Copyright © 2023. All rights reserved.