| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
StateDescription |
StateDescription.clone() |
StateDescription |
DescribeCustomPluginResult.getStateDescription()
Details about the state of a custom plugin.
|
StateDescription |
DescribeConnectorResult.getStateDescription()
Details about the state of a connector.
|
StateDescription |
StateDescription.withCode(String code)
A code that describes the state of a resource.
|
StateDescription |
StateDescription.withMessage(String message)
A message that describes the state of a resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCustomPluginResult.setStateDescription(StateDescription stateDescription)
Details about the state of a custom plugin.
|
void |
DescribeConnectorResult.setStateDescription(StateDescription stateDescription)
Details about the state of a connector.
|
DescribeCustomPluginResult |
DescribeCustomPluginResult.withStateDescription(StateDescription stateDescription)
Details about the state of a custom plugin.
|
DescribeConnectorResult |
DescribeConnectorResult.withStateDescription(StateDescription stateDescription)
Details about the state of a connector.
|
Copyright © 2024. All rights reserved.