| 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> |
AbstractAWSServiceCatalogAsync.updatePortfolioShareAsync(UpdatePortfolioShareRequest request,
AsyncHandler<UpdatePortfolioShareRequest,UpdatePortfolioShareResult> asyncHandler) |
Future<UpdatePortfolioShareResult> |
AWSServiceCatalogAsync.updatePortfolioShareAsync(UpdatePortfolioShareRequest updatePortfolioShareRequest,
AsyncHandler<UpdatePortfolioShareRequest,UpdatePortfolioShareResult> asyncHandler)
Updates the specified portfolio share.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePortfolioShareRequest |
UpdatePortfolioShareRequest.clone() |
UpdatePortfolioShareRequest |
UpdatePortfolioShareRequest.withAcceptLanguage(String acceptLanguage)
The language code.
|
UpdatePortfolioShareRequest |
UpdatePortfolioShareRequest.withAccountId(String accountId)
The Amazon Web Services 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.withSharePrincipals(Boolean sharePrincipals)
A flag to enables or disables
Principals sharing in the portfolio. |
UpdatePortfolioShareRequest |
UpdatePortfolioShareRequest.withShareTagOptions(Boolean shareTagOptions)
Enables or disables
TagOptions sharing for the portfolio share. |
Copyright © 2023. All rights reserved.