| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CodeContentType |
ApplicationCodeConfiguration.codeContentType()
Specifies whether the code content is in text or zip format.
|
CodeContentType |
ApplicationCodeConfigurationDescription.codeContentType()
Specifies whether the code content is in text or zip format.
|
CodeContentType |
ApplicationCodeConfigurationUpdate.codeContentTypeUpdate()
Describes updates to the code content type.
|
static CodeContentType |
CodeContentType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CodeContentType |
CodeContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeContentType[] |
CodeContentType.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<CodeContentType> |
CodeContentType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationCodeConfiguration.Builder |
ApplicationCodeConfiguration.Builder.codeContentType(CodeContentType codeContentType)
Specifies whether the code content is in text or zip format.
|
ApplicationCodeConfigurationDescription.Builder |
ApplicationCodeConfigurationDescription.Builder.codeContentType(CodeContentType codeContentType)
Specifies whether the code content is in text or zip format.
|
ApplicationCodeConfigurationUpdate.Builder |
ApplicationCodeConfigurationUpdate.Builder.codeContentTypeUpdate(CodeContentType codeContentTypeUpdate)
Describes updates to the code content type.
|
Copyright © 2022. All rights reserved.