Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.CustomPluginState
-
Packages that use CustomPluginState Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of CustomPluginState in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return CustomPluginState Modifier and Type Method Description CustomPluginStateCreateCustomPluginResponse. customPluginState()The state of the custom plugin.CustomPluginStateCustomPluginSummary. customPluginState()The state of the custom plugin.CustomPluginStateDeleteCustomPluginResponse. customPluginState()The state of the custom plugin.CustomPluginStateDescribeCustomPluginResponse. customPluginState()The state of the custom plugin.static CustomPluginStateCustomPluginState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CustomPluginStateCustomPluginState. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomPluginState[]CustomPluginState. 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 CustomPluginState Modifier and Type Method Description static Set<CustomPluginState>CustomPluginState. knownValues()Methods in software.amazon.awssdk.services.kafkaconnect.model with parameters of type CustomPluginState Modifier and Type Method Description CreateCustomPluginResponse.BuilderCreateCustomPluginResponse.Builder. customPluginState(CustomPluginState customPluginState)The state of the custom plugin.CustomPluginSummary.BuilderCustomPluginSummary.Builder. customPluginState(CustomPluginState customPluginState)The state of the custom plugin.DeleteCustomPluginResponse.BuilderDeleteCustomPluginResponse.Builder. customPluginState(CustomPluginState customPluginState)The state of the custom plugin.DescribeCustomPluginResponse.BuilderDescribeCustomPluginResponse.Builder. customPluginState(CustomPluginState customPluginState)The state of the custom plugin.
-