| Package | Description |
|---|---|
| com.amazonaws.services.marketplacecatalog |
Catalog API actions allow you to manage your entities through list, describe, and update capabilities.
|
| com.amazonaws.services.marketplacecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ListChangeSetsResult |
AbstractAWSMarketplaceCatalog.listChangeSets(ListChangeSetsRequest request) |
ListChangeSetsResult |
AWSMarketplaceCatalogClient.listChangeSets(ListChangeSetsRequest request)
Returns the list of change sets owned by the account being used to make the call.
|
ListChangeSetsResult |
AWSMarketplaceCatalog.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 |
|---|---|
Future<ListChangeSetsResult> |
AWSMarketplaceCatalogAsyncClient.listChangeSetsAsync(ListChangeSetsRequest request,
AsyncHandler<ListChangeSetsRequest,ListChangeSetsResult> asyncHandler) |
Future<ListChangeSetsResult> |
AWSMarketplaceCatalogAsync.listChangeSetsAsync(ListChangeSetsRequest listChangeSetsRequest,
AsyncHandler<ListChangeSetsRequest,ListChangeSetsResult> asyncHandler)
Returns the list of change sets owned by the account being used to make the call.
|
Future<ListChangeSetsResult> |
AbstractAWSMarketplaceCatalogAsync.listChangeSetsAsync(ListChangeSetsRequest request,
AsyncHandler<ListChangeSetsRequest,ListChangeSetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListChangeSetsResult |
ListChangeSetsResult.clone() |
ListChangeSetsResult |
ListChangeSetsResult.withChangeSetSummaryList(ChangeSetSummaryListItem... changeSetSummaryList)
Array of
ChangeSetSummaryListItem objects. |
ListChangeSetsResult |
ListChangeSetsResult.withChangeSetSummaryList(Collection<ChangeSetSummaryListItem> changeSetSummaryList)
Array of
ChangeSetSummaryListItem objects. |
ListChangeSetsResult |
ListChangeSetsResult.withNextToken(String nextToken)
The value of the next token, if it exists.
|
Copyright © 2023. All rights reserved.