Package | Description |
---|---|
com.amazonaws.services.kinesis.model | |
com.amazonaws.services.kinesis.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EnhancedMetrics> |
StreamDescription.enhancedMonitoring
Represents the current enhanced monitoring settings of the stream.
|
Modifier and Type | Method and Description |
---|---|
EnhancedMetrics |
EnhancedMetrics.clone() |
EnhancedMetrics |
EnhancedMetrics.withShardLevelMetrics(java.util.Collection<java.lang.String> shardLevelMetrics)
List of shard-level metrics.
|
EnhancedMetrics |
EnhancedMetrics.withShardLevelMetrics(MetricsName... shardLevelMetrics)
List of shard-level metrics.
|
EnhancedMetrics |
EnhancedMetrics.withShardLevelMetrics(java.lang.String... shardLevelMetrics)
List of shard-level metrics.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EnhancedMetrics> |
StreamDescription.getEnhancedMonitoring()
Represents the current enhanced monitoring settings of the stream.
|
Modifier and Type | Method and Description |
---|---|
StreamDescription |
StreamDescription.withEnhancedMonitoring(EnhancedMetrics... enhancedMonitoring)
Represents the current enhanced monitoring settings of the stream.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamDescription.setEnhancedMonitoring(java.util.Collection<EnhancedMetrics> enhancedMonitoring)
Represents the current enhanced monitoring settings of the stream.
|
StreamDescription |
StreamDescription.withEnhancedMonitoring(java.util.Collection<EnhancedMetrics> enhancedMonitoring)
Represents the current enhanced monitoring settings of the stream.
|
Modifier and Type | Method and Description |
---|---|
EnhancedMetrics |
EnhancedMetricsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EnhancedMetricsJsonMarshaller.marshall(EnhancedMetrics enhancedMetrics,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|