| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog |
|
| software.amazon.awssdk.services.servicecatalog.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPortfolioAccessResponse |
ServiceCatalogClient.listPortfolioAccess(Consumer<ListPortfolioAccessRequest.Builder> listPortfolioAccessRequest)
Lists the account IDs that have access to the specified portfolio.
|
default ListPortfolioAccessResponse |
ServiceCatalogClient.listPortfolioAccess(ListPortfolioAccessRequest listPortfolioAccessRequest)
Lists the account IDs that have access to the specified portfolio.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPortfolioAccessResponse> |
ServiceCatalogAsyncClient.listPortfolioAccess(Consumer<ListPortfolioAccessRequest.Builder> listPortfolioAccessRequest)
Lists the account IDs that have access to the specified portfolio.
|
default CompletableFuture<ListPortfolioAccessResponse> |
ServiceCatalogAsyncClient.listPortfolioAccess(ListPortfolioAccessRequest listPortfolioAccessRequest)
Lists the account IDs that have access to the specified portfolio.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPortfolioAccessResponse> |
ListPortfolioAccessIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPortfolioAccessPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPortfolioAccessResponse> subscriber) |
Copyright © 2023. All rights reserved.