| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog |
|
| software.amazon.awssdk.services.servicecatalog.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAcceptedPortfolioSharesResponse |
ServiceCatalogClient.listAcceptedPortfolioShares()
Lists all imported portfolios for which account-to-account shares were accepted by this account.
|
default ListAcceptedPortfolioSharesResponse |
ServiceCatalogClient.listAcceptedPortfolioShares(Consumer<ListAcceptedPortfolioSharesRequest.Builder> listAcceptedPortfolioSharesRequest)
Lists all imported portfolios for which account-to-account shares were accepted by this account.
|
default ListAcceptedPortfolioSharesResponse |
ServiceCatalogClient.listAcceptedPortfolioShares(ListAcceptedPortfolioSharesRequest listAcceptedPortfolioSharesRequest)
Lists all imported portfolios for which account-to-account shares were accepted by this account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAcceptedPortfolioSharesResponse> |
ServiceCatalogAsyncClient.listAcceptedPortfolioShares()
Lists all imported portfolios for which account-to-account shares were accepted by this account.
|
default CompletableFuture<ListAcceptedPortfolioSharesResponse> |
ServiceCatalogAsyncClient.listAcceptedPortfolioShares(Consumer<ListAcceptedPortfolioSharesRequest.Builder> listAcceptedPortfolioSharesRequest)
Lists all imported portfolios for which account-to-account shares were accepted by this account.
|
default CompletableFuture<ListAcceptedPortfolioSharesResponse> |
ServiceCatalogAsyncClient.listAcceptedPortfolioShares(ListAcceptedPortfolioSharesRequest listAcceptedPortfolioSharesRequest)
Lists all imported portfolios for which account-to-account shares were accepted by this account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAcceptedPortfolioSharesResponse> |
ListAcceptedPortfolioSharesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAcceptedPortfolioSharesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAcceptedPortfolioSharesResponse> subscriber) |
Copyright © 2023. All rights reserved.