| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog |
|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdatePortfolioShareResponse |
ServiceCatalogClient.updatePortfolioShare(Consumer<UpdatePortfolioShareRequest.Builder> updatePortfolioShareRequest)
Updates the specified portfolio share.
|
default CompletableFuture<UpdatePortfolioShareResponse> |
ServiceCatalogAsyncClient.updatePortfolioShare(Consumer<UpdatePortfolioShareRequest.Builder> updatePortfolioShareRequest)
Updates the specified portfolio share.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePortfolioShareRequest.Builder |
UpdatePortfolioShareRequest.Builder.acceptLanguage(String acceptLanguage)
The language code.
|
UpdatePortfolioShareRequest.Builder |
UpdatePortfolioShareRequest.Builder.accountId(String accountId)
The Amazon Web Services account Id of the recipient account.
|
static UpdatePortfolioShareRequest.Builder |
UpdatePortfolioShareRequest.builder() |
default UpdatePortfolioShareRequest.Builder |
UpdatePortfolioShareRequest.Builder.organizationNode(Consumer<OrganizationNode.Builder> organizationNode)
Sets the value of the OrganizationNode property for this object.
|
UpdatePortfolioShareRequest.Builder |
UpdatePortfolioShareRequest.Builder.organizationNode(OrganizationNode organizationNode)
Sets the value of the OrganizationNode property for this object.
|
UpdatePortfolioShareRequest.Builder |
UpdatePortfolioShareRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePortfolioShareRequest.Builder |
UpdatePortfolioShareRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePortfolioShareRequest.Builder |
UpdatePortfolioShareRequest.Builder.portfolioId(String portfolioId)
The unique identifier of the portfolio for which the share will be updated.
|
UpdatePortfolioShareRequest.Builder |
UpdatePortfolioShareRequest.Builder.sharePrincipals(Boolean sharePrincipals)
A flag to enables or disables
Principals sharing in the portfolio. |
UpdatePortfolioShareRequest.Builder |
UpdatePortfolioShareRequest.Builder.shareTagOptions(Boolean shareTagOptions)
Enables or disables
TagOptions sharing for the portfolio share. |
UpdatePortfolioShareRequest.Builder |
UpdatePortfolioShareRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdatePortfolioShareRequest.Builder> |
UpdatePortfolioShareRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.