Uses of Class
software.amazon.awssdk.services.servicecatalog.model.OrganizationNodeType
-
Packages that use OrganizationNodeType Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of OrganizationNodeType in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return OrganizationNodeType Modifier and Type Method Description static OrganizationNodeTypeOrganizationNodeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OrganizationNodeTypeListOrganizationPortfolioAccessRequest. organizationNodeType()The organization node type that will be returned in the output.OrganizationNodeTypeOrganizationNode. type()The organization node type.static OrganizationNodeTypeOrganizationNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrganizationNodeType[]OrganizationNodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type OrganizationNodeType Modifier and Type Method Description static Set<OrganizationNodeType>OrganizationNodeType. knownValues()Methods in software.amazon.awssdk.services.servicecatalog.model with parameters of type OrganizationNodeType Modifier and Type Method Description ListOrganizationPortfolioAccessRequest.BuilderListOrganizationPortfolioAccessRequest.Builder. organizationNodeType(OrganizationNodeType organizationNodeType)The organization node type that will be returned in the output.OrganizationNode.BuilderOrganizationNode.Builder. type(OrganizationNodeType type)The organization node type.
-