Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.ConnectorOperationType
-
Packages that use ConnectorOperationType Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of ConnectorOperationType in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return ConnectorOperationType Modifier and Type Method Description ConnectorOperationTypeConnectorOperationSummary. connectorOperationType()The type of connector operation performed.ConnectorOperationTypeDescribeConnectorOperationResponse. connectorOperationType()The type of connector operation performed.static ConnectorOperationTypeConnectorOperationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConnectorOperationTypeConnectorOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectorOperationType[]ConnectorOperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kafkaconnect.model that return types with arguments of type ConnectorOperationType Modifier and Type Method Description static Set<ConnectorOperationType>ConnectorOperationType. knownValues()Methods in software.amazon.awssdk.services.kafkaconnect.model with parameters of type ConnectorOperationType Modifier and Type Method Description ConnectorOperationSummary.BuilderConnectorOperationSummary.Builder. connectorOperationType(ConnectorOperationType connectorOperationType)The type of connector operation performed.DescribeConnectorOperationResponse.BuilderDescribeConnectorOperationResponse.Builder. connectorOperationType(ConnectorOperationType connectorOperationType)The type of connector operation performed.
-