| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationType |
ConfigurationType.fromValue(String value)
Use this in place of valueOf.
|
static ConfigurationType |
ConfigurationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationType[] |
ConfigurationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ParallelismConfiguration |
ParallelismConfiguration.withConfigurationType(ConfigurationType configurationType)
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
|
MonitoringConfiguration |
MonitoringConfiguration.withConfigurationType(ConfigurationType configurationType)
Describes whether to use the default CloudWatch logging configuration for an application.
|
CheckpointConfiguration |
CheckpointConfiguration.withConfigurationType(ConfigurationType configurationType)
Describes whether the application uses Kinesis Data Analytics' default checkpointing behavior.
|
ParallelismConfigurationDescription |
ParallelismConfigurationDescription.withConfigurationType(ConfigurationType configurationType)
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
|
MonitoringConfigurationDescription |
MonitoringConfigurationDescription.withConfigurationType(ConfigurationType configurationType)
Describes whether to use the default CloudWatch logging configuration for an application.
|
CheckpointConfigurationDescription |
CheckpointConfigurationDescription.withConfigurationType(ConfigurationType configurationType)
Describes whether the application uses the default checkpointing behavior in Kinesis Data Analytics.
|
ParallelismConfigurationUpdate |
ParallelismConfigurationUpdate.withConfigurationTypeUpdate(ConfigurationType configurationTypeUpdate)
Describes updates to whether the application uses the default parallelism for the Kinesis Data Analytics service,
or if a custom parallelism is used.
|
CheckpointConfigurationUpdate |
CheckpointConfigurationUpdate.withConfigurationTypeUpdate(ConfigurationType configurationTypeUpdate)
Describes updates to whether the application uses the default checkpointing behavior of Kinesis Data Analytics.
|
MonitoringConfigurationUpdate |
MonitoringConfigurationUpdate.withConfigurationTypeUpdate(ConfigurationType configurationTypeUpdate)
Describes updates to whether to use the default CloudWatch logging configuration for an application.
|
Copyright © 2023. All rights reserved.