| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
CustomPluginState |
CreateCustomPluginResponse.customPluginState()
The state of the custom plugin.
|
CustomPluginState |
DescribeCustomPluginResponse.customPluginState()
The state of the custom plugin.
|
CustomPluginState |
CustomPluginSummary.customPluginState()
The state of the custom plugin.
|
CustomPluginState |
DeleteCustomPluginResponse.customPluginState()
The state of the custom plugin.
|
static CustomPluginState |
CustomPluginState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<CustomPluginState> |
CustomPluginState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateCustomPluginResponse.Builder |
CreateCustomPluginResponse.Builder.customPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
|
DescribeCustomPluginResponse.Builder |
DescribeCustomPluginResponse.Builder.customPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
|
CustomPluginSummary.Builder |
CustomPluginSummary.Builder.customPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
|
DeleteCustomPluginResponse.Builder |
DeleteCustomPluginResponse.Builder.customPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
|
Copyright © 2023. All rights reserved.