| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog |
|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePortfolioShareResult> |
AbstractAWSServiceCatalogAsync.createPortfolioShareAsync(CreatePortfolioShareRequest request,
AsyncHandler<CreatePortfolioShareRequest,CreatePortfolioShareResult> asyncHandler) |
Future<CreatePortfolioShareResult> |
AWSServiceCatalogAsync.createPortfolioShareAsync(CreatePortfolioShareRequest createPortfolioShareRequest,
AsyncHandler<CreatePortfolioShareRequest,CreatePortfolioShareResult> asyncHandler)
Shares the specified portfolio with the specified account or organization node.
|
Future<CreatePortfolioShareResult> |
AWSServiceCatalogAsyncClient.createPortfolioShareAsync(CreatePortfolioShareRequest request,
AsyncHandler<CreatePortfolioShareRequest,CreatePortfolioShareResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreatePortfolioShareRequest |
CreatePortfolioShareRequest.clone() |
CreatePortfolioShareRequest |
CreatePortfolioShareRequest.withAcceptLanguage(String acceptLanguage)
The language code.
|
CreatePortfolioShareRequest |
CreatePortfolioShareRequest.withAccountId(String accountId)
The Amazon Web Services account ID.
|
CreatePortfolioShareRequest |
CreatePortfolioShareRequest.withOrganizationNode(OrganizationNode organizationNode)
The organization node to whom you are going to share.
|
CreatePortfolioShareRequest |
CreatePortfolioShareRequest.withPortfolioId(String portfolioId)
The portfolio identifier.
|
CreatePortfolioShareRequest |
CreatePortfolioShareRequest.withSharePrincipals(Boolean sharePrincipals)
This parameter is only supported for portfolios with an OrganizationalNode Type of
ORGANIZATION or ORGANIZATIONAL_UNIT. |
CreatePortfolioShareRequest |
CreatePortfolioShareRequest.withShareTagOptions(Boolean shareTagOptions)
Enables or disables
TagOptions sharing when creating the portfolio share. |
Copyright © 2024. All rights reserved.