| Package | Description |
|---|---|
| software.amazon.awssdk.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
NodeCategory |
DescribeNodeResponse.category()
The node's category.
|
NodeCategory |
ListNodesRequest.category()
Search for nodes by category.
|
NodeCategory |
Node.category()
The node's category.
|
static NodeCategory |
NodeCategory.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static NodeCategory |
NodeCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeCategory[] |
NodeCategory.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<NodeCategory> |
NodeCategory.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeNodeResponse.Builder |
DescribeNodeResponse.Builder.category(NodeCategory category)
The node's category.
|
ListNodesRequest.Builder |
ListNodesRequest.Builder.category(NodeCategory category)
Search for nodes by category.
|
Node.Builder |
Node.Builder.category(NodeCategory category)
The node's category.
|
Copyright © 2022. All rights reserved.