Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.WorkerConfigurationState
-
Packages that use WorkerConfigurationState Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of WorkerConfigurationState in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return WorkerConfigurationState Modifier and Type Method Description static WorkerConfigurationStateWorkerConfigurationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WorkerConfigurationStateWorkerConfigurationState. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkerConfigurationState[]WorkerConfigurationState. values()Returns an array containing the constants of this enum type, in the order they are declared.WorkerConfigurationStateCreateWorkerConfigurationResponse. workerConfigurationState()The state of the worker configuration.WorkerConfigurationStateDeleteWorkerConfigurationResponse. workerConfigurationState()The state of the worker configuration.WorkerConfigurationStateDescribeWorkerConfigurationResponse. workerConfigurationState()The state of the worker configuration.WorkerConfigurationStateWorkerConfigurationSummary. workerConfigurationState()The state of the worker configuration.Methods in software.amazon.awssdk.services.kafkaconnect.model that return types with arguments of type WorkerConfigurationState Modifier and Type Method Description static Set<WorkerConfigurationState>WorkerConfigurationState. knownValues()Methods in software.amazon.awssdk.services.kafkaconnect.model with parameters of type WorkerConfigurationState Modifier and Type Method Description CreateWorkerConfigurationResponse.BuilderCreateWorkerConfigurationResponse.Builder. workerConfigurationState(WorkerConfigurationState workerConfigurationState)The state of the worker configuration.DeleteWorkerConfigurationResponse.BuilderDeleteWorkerConfigurationResponse.Builder. workerConfigurationState(WorkerConfigurationState workerConfigurationState)The state of the worker configuration.DescribeWorkerConfigurationResponse.BuilderDescribeWorkerConfigurationResponse.Builder. workerConfigurationState(WorkerConfigurationState workerConfigurationState)The state of the worker configuration.WorkerConfigurationSummary.BuilderWorkerConfigurationSummary.Builder. workerConfigurationState(WorkerConfigurationState workerConfigurationState)The state of the worker configuration.
-