| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
CustomPluginContentType |
CustomPluginRevisionSummary.contentType()
The format of the plugin file.
|
CustomPluginContentType |
CreateCustomPluginRequest.contentType()
The type of the plugin file.
|
static CustomPluginContentType |
CustomPluginContentType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CustomPluginContentType |
CustomPluginContentType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<CustomPluginContentType> |
CustomPluginContentType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CustomPluginRevisionSummary.Builder |
CustomPluginRevisionSummary.Builder.contentType(CustomPluginContentType contentType)
The format of the plugin file.
|
CreateCustomPluginRequest.Builder |
CreateCustomPluginRequest.Builder.contentType(CustomPluginContentType contentType)
The type of the plugin file.
|
Copyright © 2023. All rights reserved.