| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomPluginState |
CustomPluginState.fromValue(String value)
Use this in place of valueOf.
|
static CustomPluginState |
CustomPluginState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomPluginState[] |
CustomPluginState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomPluginResult |
DeleteCustomPluginResult.withCustomPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
|
CreateCustomPluginResult |
CreateCustomPluginResult.withCustomPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
|
CustomPluginSummary |
CustomPluginSummary.withCustomPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
|
DescribeCustomPluginResult |
DescribeCustomPluginResult.withCustomPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
|
Copyright © 2024. All rights reserved.