| Package | Description |
|---|---|
| software.amazon.awssdk.services.marketplacecatalog |
Catalog API actions allow you to manage your entities through list, describe, and update capabilities.
|
| software.amazon.awssdk.services.marketplacecatalog.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListChangeSetsResponse |
MarketplaceCatalogClient.listChangeSets(Consumer<ListChangeSetsRequest.Builder> listChangeSetsRequest)
Returns the list of change sets owned by the account being used to make the call.
|
default ListChangeSetsResponse |
MarketplaceCatalogClient.listChangeSets(ListChangeSetsRequest listChangeSetsRequest)
Returns the list of change sets owned by the account being used to make the call.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListChangeSetsResponse> |
MarketplaceCatalogAsyncClient.listChangeSets(Consumer<ListChangeSetsRequest.Builder> listChangeSetsRequest)
Returns the list of change sets owned by the account being used to make the call.
|
default CompletableFuture<ListChangeSetsResponse> |
MarketplaceCatalogAsyncClient.listChangeSets(ListChangeSetsRequest listChangeSetsRequest)
Returns the list of change sets owned by the account being used to make the call.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListChangeSetsResponse> |
ListChangeSetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListChangeSetsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListChangeSetsResponse> subscriber) |
Copyright © 2023. All rights reserved.