| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
OrganizationNode |
DeletePortfolioShareRequest.organizationNode()
The organization node to whom you are going to stop sharing.
|
OrganizationNode |
CreatePortfolioShareRequest.organizationNode()
The organization node to whom you are going to share.
|
OrganizationNode |
UpdatePortfolioShareRequest.organizationNode()
Returns the value of the OrganizationNode property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrganizationNode> |
ListOrganizationPortfolioAccessResponse.organizationNodes()
Displays information about the organization nodes.
|
| Modifier and Type | Method and Description |
|---|---|
DeletePortfolioShareRequest.Builder |
DeletePortfolioShareRequest.Builder.organizationNode(OrganizationNode organizationNode)
The organization node to whom you are going to stop sharing.
|
CreatePortfolioShareRequest.Builder |
CreatePortfolioShareRequest.Builder.organizationNode(OrganizationNode organizationNode)
The organization node to whom you are going to share.
|
UpdatePortfolioShareRequest.Builder |
UpdatePortfolioShareRequest.Builder.organizationNode(OrganizationNode organizationNode)
Sets the value of the OrganizationNode property for this object.
|
ListOrganizationPortfolioAccessResponse.Builder |
ListOrganizationPortfolioAccessResponse.Builder.organizationNodes(OrganizationNode... organizationNodes)
Displays information about the organization nodes.
|
| Modifier and Type | Method and Description |
|---|---|
ListOrganizationPortfolioAccessResponse.Builder |
ListOrganizationPortfolioAccessResponse.Builder.organizationNodes(Collection<OrganizationNode> organizationNodes)
Displays information about the organization nodes.
|
Copyright © 2023. All rights reserved.