| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Plugin |
Plugin.clone() |
Plugin |
Plugin.withBuildStatus(PluginBuildStatus buildStatus)
The status of the plugin.
|
Plugin |
Plugin.withBuildStatus(String buildStatus)
The status of the plugin.
|
Plugin |
Plugin.withCreatedAt(Date createdAt)
The timestamp for when the plugin was created.
|
Plugin |
Plugin.withDisplayName(String displayName)
The name of the plugin.
|
Plugin |
Plugin.withPluginId(String pluginId)
The identifier of the plugin.
|
Plugin |
Plugin.withServerUrl(String serverUrl)
The plugin server URL used for configuration.
|
Plugin |
Plugin.withState(PluginState state)
The current status of the plugin.
|
Plugin |
Plugin.withState(String state)
The current status of the plugin.
|
Plugin |
Plugin.withType(PluginType type)
The type of the plugin.
|
Plugin |
Plugin.withType(String type)
The type of the plugin.
|
Plugin |
Plugin.withUpdatedAt(Date updatedAt)
The timestamp for when the plugin was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Plugin> |
ListPluginsResult.getPlugins()
Information about a configured plugin.
|
| Modifier and Type | Method and Description |
|---|---|
ListPluginsResult |
ListPluginsResult.withPlugins(Plugin... plugins)
Information about a configured plugin.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPluginsResult.setPlugins(Collection<Plugin> plugins)
Information about a configured plugin.
|
ListPluginsResult |
ListPluginsResult.withPlugins(Collection<Plugin> plugins)
Information about a configured plugin.
|
Copyright © 2024. All rights reserved.