| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static OrganizationNodeType |
OrganizationNodeType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OrganizationNodeType |
ListOrganizationPortfolioAccessRequest.organizationNodeType()
The organization node type that will be returned in the output.
|
OrganizationNodeType |
OrganizationNode.type()
The organization node type.
|
static OrganizationNodeType |
OrganizationNodeType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<OrganizationNodeType> |
OrganizationNodeType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListOrganizationPortfolioAccessRequest.Builder |
ListOrganizationPortfolioAccessRequest.Builder.organizationNodeType(OrganizationNodeType organizationNodeType)
The organization node type that will be returned in the output.
|
OrganizationNode.Builder |
OrganizationNode.Builder.type(OrganizationNodeType type)
The organization node type.
|
Copyright © 2023. All rights reserved.