| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorState |
ConnectorState.fromValue(String value)
Use this in place of valueOf.
|
static ConnectorState |
ConnectorState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorState[] |
ConnectorState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateConnectorResult |
UpdateConnectorResult.withConnectorState(ConnectorState connectorState)
The state of the connector.
|
DescribeConnectorResult |
DescribeConnectorResult.withConnectorState(ConnectorState connectorState)
The state of the connector.
|
CreateConnectorResult |
CreateConnectorResult.withConnectorState(ConnectorState connectorState)
The state of the connector.
|
ConnectorSummary |
ConnectorSummary.withConnectorState(ConnectorState connectorState)
The state of the connector.
|
DeleteConnectorResult |
DeleteConnectorResult.withConnectorState(ConnectorState connectorState)
The state of the connector that you requested to delete.
|
Copyright © 2023. All rights reserved.