| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationCodeConfiguration |
ApplicationCodeConfiguration.clone() |
ApplicationCodeConfiguration |
ApplicationConfiguration.getApplicationCodeConfiguration()
The code location and type parameters for a Java-based Kinesis Data Analytics application.
|
ApplicationCodeConfiguration |
ApplicationCodeConfiguration.withCodeContent(CodeContent codeContent)
The location and type of the application code.
|
ApplicationCodeConfiguration |
ApplicationCodeConfiguration.withCodeContentType(CodeContentType codeContentType)
Specifies whether the code content is in text or zip format.
|
ApplicationCodeConfiguration |
ApplicationCodeConfiguration.withCodeContentType(String codeContentType)
Specifies whether the code content is in text or zip format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationConfiguration.setApplicationCodeConfiguration(ApplicationCodeConfiguration applicationCodeConfiguration)
The code location and type parameters for a Java-based Kinesis Data Analytics application.
|
ApplicationConfiguration |
ApplicationConfiguration.withApplicationCodeConfiguration(ApplicationCodeConfiguration applicationCodeConfiguration)
The code location and type parameters for a Java-based Kinesis Data Analytics application.
|
Copyright © 2020. All rights reserved.