Uses of Class
software.amazon.awssdk.services.servicecatalog.model.OrganizationNode
-
Packages that use OrganizationNode Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of OrganizationNode in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return OrganizationNode Modifier and Type Method Description OrganizationNodeCreatePortfolioShareRequest. organizationNode()The organization node to whom you are going to share.OrganizationNodeDeletePortfolioShareRequest. organizationNode()The organization node to whom you are going to stop sharing.OrganizationNodeUpdatePortfolioShareRequest. organizationNode()Returns the value of the OrganizationNode property for this object.Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type OrganizationNode Modifier and Type Method Description List<OrganizationNode>ListOrganizationPortfolioAccessResponse. organizationNodes()Displays information about the organization nodes.Methods in software.amazon.awssdk.services.servicecatalog.model with parameters of type OrganizationNode Modifier and Type Method Description CreatePortfolioShareRequest.BuilderCreatePortfolioShareRequest.Builder. organizationNode(OrganizationNode organizationNode)The organization node to whom you are going to share.DeletePortfolioShareRequest.BuilderDeletePortfolioShareRequest.Builder. organizationNode(OrganizationNode organizationNode)The organization node to whom you are going to stop sharing.UpdatePortfolioShareRequest.BuilderUpdatePortfolioShareRequest.Builder. organizationNode(OrganizationNode organizationNode)Sets the value of the OrganizationNode property for this object.ListOrganizationPortfolioAccessResponse.BuilderListOrganizationPortfolioAccessResponse.Builder. organizationNodes(OrganizationNode... organizationNodes)Displays information about the organization nodes.Method parameters in software.amazon.awssdk.services.servicecatalog.model with type arguments of type OrganizationNode Modifier and Type Method Description ListOrganizationPortfolioAccessResponse.BuilderListOrganizationPortfolioAccessResponse.Builder. organizationNodes(Collection<OrganizationNode> organizationNodes)Displays information about the organization nodes.
-