| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CodeContentUpdate |
CodeContentUpdate.clone() |
CodeContentUpdate |
ApplicationCodeConfigurationUpdate.getCodeContentUpdate()
Describes updates to the code content of an application.
|
CodeContentUpdate |
CodeContentUpdate.withS3ContentLocationUpdate(S3ContentLocationUpdate s3ContentLocationUpdate)
Describes an update to the location of code for an application.
|
CodeContentUpdate |
CodeContentUpdate.withTextContentUpdate(String textContentUpdate)
Describes an update to the text code for an application.
|
CodeContentUpdate |
CodeContentUpdate.withZipFileContentUpdate(ByteBuffer zipFileContentUpdate)
Describes an update to the zipped code for an application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationCodeConfigurationUpdate.setCodeContentUpdate(CodeContentUpdate codeContentUpdate)
Describes updates to the code content of an application.
|
ApplicationCodeConfigurationUpdate |
ApplicationCodeConfigurationUpdate.withCodeContentUpdate(CodeContentUpdate codeContentUpdate)
Describes updates to the code content of an application.
|
Copyright © 2024. All rights reserved.