| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
static PluginType |
PluginType.fromValue(String value)
Use this in place of valueOf.
|
static PluginType |
PluginType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginType[] |
PluginType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ActionReview |
ActionReview.withPluginType(PluginType pluginType)
The type of plugin.
|
GetPluginResult |
GetPluginResult.withType(PluginType type)
The type of the plugin.
|
Plugin |
Plugin.withType(PluginType type)
The type of the plugin.
|
CreatePluginRequest |
CreatePluginRequest.withType(PluginType type)
The type of plugin you want to create.
|
Copyright © 2024. All rights reserved.