Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.CustomPluginContentType
-
Packages that use CustomPluginContentType Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of CustomPluginContentType in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return CustomPluginContentType Modifier and Type Method Description CustomPluginContentTypeCreateCustomPluginRequest. contentType()The type of the plugin file.CustomPluginContentTypeCustomPluginRevisionSummary. contentType()The format of the plugin file.static CustomPluginContentTypeCustomPluginContentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CustomPluginContentTypeCustomPluginContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomPluginContentType[]CustomPluginContentType. 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 CustomPluginContentType Modifier and Type Method Description static Set<CustomPluginContentType>CustomPluginContentType. knownValues()Methods in software.amazon.awssdk.services.kafkaconnect.model with parameters of type CustomPluginContentType Modifier and Type Method Description CreateCustomPluginRequest.BuilderCreateCustomPluginRequest.Builder. contentType(CustomPluginContentType contentType)The type of the plugin file.CustomPluginRevisionSummary.BuilderCustomPluginRevisionSummary.Builder. contentType(CustomPluginContentType contentType)The format of the plugin file.
-