| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CodeContent |
CodeContent.clone() |
CodeContent |
ApplicationCodeConfiguration.getCodeContent()
The location and type of the application code.
|
CodeContent |
CodeContent.withS3ContentLocation(S3ContentLocation s3ContentLocation)
Information about the Amazon S3 bucket that contains the application code.
|
CodeContent |
CodeContent.withTextContent(String textContent)
The text-format code for a Managed Service for Apache Flink application.
|
CodeContent |
CodeContent.withZipFileContent(ByteBuffer zipFileContent)
The zip-format code for a Managed Service for Apache Flink application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationCodeConfiguration.setCodeContent(CodeContent codeContent)
The location and type of the application code.
|
ApplicationCodeConfiguration |
ApplicationCodeConfiguration.withCodeContent(CodeContent codeContent)
The location and type of the application code.
|
Copyright © 2024. All rights reserved.