| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static CodeContentType |
CodeContentType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
ApplicationCodeConfigurationDescription |
ApplicationCodeConfigurationDescription.withCodeContentType(CodeContentType codeContentType)
Specifies whether the code content is in text or zip format.
|
ApplicationCodeConfiguration |
ApplicationCodeConfiguration.withCodeContentType(CodeContentType codeContentType)
Specifies whether the code content is in text or zip format.
|
ApplicationCodeConfigurationUpdate |
ApplicationCodeConfigurationUpdate.withCodeContentTypeUpdate(CodeContentType codeContentTypeUpdate)
Describes updates to the code content type.
|
Copyright © 2021. All rights reserved.