| Package | Description |
|---|---|
| com.amazonaws.services.kinesis |
|
| com.amazonaws.services.kinesis.model |
Classes modeling the various types represented by AmazonKinesis
|
| Modifier and Type | Method and Description |
|---|---|
EnableEnhancedMonitoringResult |
AmazonKinesisClient.enableEnhancedMonitoring(EnableEnhancedMonitoringRequest enableEnhancedMonitoringRequest)
Enables enhanced Kinesis data stream monitoring for shard-level metrics.
|
EnableEnhancedMonitoringResult |
AmazonKinesis.enableEnhancedMonitoring(EnableEnhancedMonitoringRequest enableEnhancedMonitoringRequest)
Enables enhanced Kinesis data stream monitoring for shard-level metrics.
|
| Modifier and Type | Method and Description |
|---|---|
EnableEnhancedMonitoringResult |
EnableEnhancedMonitoringResult.withCurrentShardLevelMetrics(Collection<String> currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced
state before the operation.
|
EnableEnhancedMonitoringResult |
EnableEnhancedMonitoringResult.withCurrentShardLevelMetrics(String... currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced
state before the operation.
|
EnableEnhancedMonitoringResult |
EnableEnhancedMonitoringResult.withDesiredShardLevelMetrics(Collection<String> desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced
state after the operation.
|
EnableEnhancedMonitoringResult |
EnableEnhancedMonitoringResult.withDesiredShardLevelMetrics(String... desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced
state after the operation.
|
EnableEnhancedMonitoringResult |
EnableEnhancedMonitoringResult.withStreamName(String streamName)
The name of the Kinesis data stream.
|
Copyright © 2019. All rights reserved.