| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationType |
ParallelismConfigurationDescription.configurationType()
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
|
ConfigurationType |
CheckpointConfigurationDescription.configurationType()
Describes whether the application uses the default checkpointing behavior in Kinesis Data Analytics.
|
ConfigurationType |
MonitoringConfiguration.configurationType()
Describes whether to use the default CloudWatch logging configuration for an application.
|
ConfigurationType |
CheckpointConfiguration.configurationType()
Describes whether the application uses Kinesis Data Analytics' default checkpointing behavior.
|
ConfigurationType |
ParallelismConfiguration.configurationType()
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
|
ConfigurationType |
MonitoringConfigurationDescription.configurationType()
Describes whether to use the default CloudWatch logging configuration for an application.
|
ConfigurationType |
CheckpointConfigurationUpdate.configurationTypeUpdate()
Describes updates to whether the application uses the default checkpointing behavior of Kinesis Data Analytics.
|
ConfigurationType |
MonitoringConfigurationUpdate.configurationTypeUpdate()
Describes updates to whether to use the default CloudWatch logging configuration for an application.
|
ConfigurationType |
ParallelismConfigurationUpdate.configurationTypeUpdate()
Describes updates to whether the application uses the default parallelism for the Kinesis Data Analytics service,
or if a custom parallelism is used.
|
static ConfigurationType |
ConfigurationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ConfigurationType> |
ConfigurationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ParallelismConfigurationDescription.Builder |
ParallelismConfigurationDescription.Builder.configurationType(ConfigurationType configurationType)
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
|
CheckpointConfigurationDescription.Builder |
CheckpointConfigurationDescription.Builder.configurationType(ConfigurationType configurationType)
Describes whether the application uses the default checkpointing behavior in Kinesis Data Analytics.
|
MonitoringConfiguration.Builder |
MonitoringConfiguration.Builder.configurationType(ConfigurationType configurationType)
Describes whether to use the default CloudWatch logging configuration for an application.
|
CheckpointConfiguration.Builder |
CheckpointConfiguration.Builder.configurationType(ConfigurationType configurationType)
Describes whether the application uses Kinesis Data Analytics' default checkpointing behavior.
|
ParallelismConfiguration.Builder |
ParallelismConfiguration.Builder.configurationType(ConfigurationType configurationType)
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
|
MonitoringConfigurationDescription.Builder |
MonitoringConfigurationDescription.Builder.configurationType(ConfigurationType configurationType)
Describes whether to use the default CloudWatch logging configuration for an application.
|
CheckpointConfigurationUpdate.Builder |
CheckpointConfigurationUpdate.Builder.configurationTypeUpdate(ConfigurationType configurationTypeUpdate)
Describes updates to whether the application uses the default checkpointing behavior of Kinesis Data
Analytics.
|
MonitoringConfigurationUpdate.Builder |
MonitoringConfigurationUpdate.Builder.configurationTypeUpdate(ConfigurationType configurationTypeUpdate)
Describes updates to whether to use the default CloudWatch logging configuration for an application.
|
ParallelismConfigurationUpdate.Builder |
ParallelismConfigurationUpdate.Builder.configurationTypeUpdate(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.
|
Copyright © 2022. All rights reserved.