| 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 | |
| software.amazon.awssdk.services.marketplacecatalog.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListChangeSetsResponse |
MarketplaceCatalogClient.listChangeSets(ListChangeSetsRequest 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.
|
default ListChangeSetsIterable |
MarketplaceCatalogClient.listChangeSetsPaginator(ListChangeSetsRequest listChangeSetsRequest)
Returns the list of change sets owned by the account being used to make the call.
|
default ListChangeSetsPublisher |
MarketplaceCatalogAsyncClient.listChangeSetsPaginator(ListChangeSetsRequest listChangeSetsRequest)
Returns the list of change sets owned by the account being used to make the call.
|
| Constructor and Description |
|---|
ListChangeSetsIterable(MarketplaceCatalogClient client,
ListChangeSetsRequest firstRequest) |
ListChangeSetsPublisher(MarketplaceCatalogAsyncClient client,
ListChangeSetsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListChangeSetsRequestMarshaller.marshall(ListChangeSetsRequest listChangeSetsRequest) |
Copyright © 2023. All rights reserved.