| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog |
|
| software.amazon.awssdk.services.servicecatalog.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribePortfolioSharesResponse |
ServiceCatalogClient.describePortfolioShares(Consumer<DescribePortfolioSharesRequest.Builder> describePortfolioSharesRequest)
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
|
default DescribePortfolioSharesResponse |
ServiceCatalogClient.describePortfolioShares(DescribePortfolioSharesRequest describePortfolioSharesRequest)
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribePortfolioSharesResponse> |
ServiceCatalogAsyncClient.describePortfolioShares(Consumer<DescribePortfolioSharesRequest.Builder> describePortfolioSharesRequest)
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
|
default CompletableFuture<DescribePortfolioSharesResponse> |
ServiceCatalogAsyncClient.describePortfolioShares(DescribePortfolioSharesRequest describePortfolioSharesRequest)
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribePortfolioSharesResponse> |
DescribePortfolioSharesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePortfolioSharesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribePortfolioSharesResponse> subscriber) |
Copyright © 2023. All rights reserved.