| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectorState |
DescribeConnectorResponse.connectorState()
The state of the connector.
|
ConnectorState |
UpdateConnectorResponse.connectorState()
The state of the connector.
|
ConnectorState |
CreateConnectorResponse.connectorState()
The state of the connector.
|
ConnectorState |
DeleteConnectorResponse.connectorState()
The state of the connector that you requested to delete.
|
ConnectorState |
ConnectorSummary.connectorState()
The state of the connector.
|
static ConnectorState |
ConnectorState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ConnectorState> |
ConnectorState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorResponse.Builder |
DescribeConnectorResponse.Builder.connectorState(ConnectorState connectorState)
The state of the connector.
|
UpdateConnectorResponse.Builder |
UpdateConnectorResponse.Builder.connectorState(ConnectorState connectorState)
The state of the connector.
|
CreateConnectorResponse.Builder |
CreateConnectorResponse.Builder.connectorState(ConnectorState connectorState)
The state of the connector.
|
DeleteConnectorResponse.Builder |
DeleteConnectorResponse.Builder.connectorState(ConnectorState connectorState)
The state of the connector that you requested to delete.
|
ConnectorSummary.Builder |
ConnectorSummary.Builder.connectorState(ConnectorState connectorState)
The state of the connector.
|
Copyright © 2023. All rights reserved.