| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog |
|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePortfolioShareResult> |
AWSServiceCatalogAsyncClient.updatePortfolioShareAsync(UpdatePortfolioShareRequest request,
AsyncHandler<UpdatePortfolioShareRequest,UpdatePortfolioShareResult> asyncHandler) |
Future<UpdatePortfolioShareResult> |
AWSServiceCatalogAsync.updatePortfolioShareAsync(UpdatePortfolioShareRequest updatePortfolioShareRequest,
AsyncHandler<UpdatePortfolioShareRequest,UpdatePortfolioShareResult> asyncHandler)
Updates the specified portfolio share.
|
Future<UpdatePortfolioShareResult> |
AbstractAWSServiceCatalogAsync.updatePortfolioShareAsync(UpdatePortfolioShareRequest request,
AsyncHandler<UpdatePortfolioShareRequest,UpdatePortfolioShareResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdatePortfolioShareRequest |
UpdatePortfolioShareRequest.clone() |
UpdatePortfolioShareRequest |
UpdatePortfolioShareRequest.withAcceptLanguage(String acceptLanguage)
The language code.
|
UpdatePortfolioShareRequest |
UpdatePortfolioShareRequest.withAccountId(String accountId)
The AWS Account Id of the recipient account.
|
UpdatePortfolioShareRequest |
UpdatePortfolioShareRequest.withOrganizationNode(OrganizationNode organizationNode) |
UpdatePortfolioShareRequest |
UpdatePortfolioShareRequest.withPortfolioId(String portfolioId)
The unique identifier of the portfolio for which the share will be updated.
|
UpdatePortfolioShareRequest |
UpdatePortfolioShareRequest.withShareTagOptions(Boolean shareTagOptions)
A flag to enable or disable TagOptions sharing for the portfolio share.
|
Copyright © 2022. All rights reserved.