Package | Description |
---|---|
software.amazon.awssdk.services.kinesis.model |
Modifier and Type | Method and Description |
---|---|
List<EnhancedMetrics> |
StreamDescription.enhancedMonitoring()
Represents the current enhanced monitoring settings of the stream.
|
List<EnhancedMetrics> |
StreamDescriptionSummary.enhancedMonitoring()
Represents the current enhanced monitoring settings of the stream.
|
Modifier and Type | Method and Description |
---|---|
StreamDescription.Builder |
StreamDescription.Builder.enhancedMonitoring(EnhancedMetrics... enhancedMonitoring)
Represents the current enhanced monitoring settings of the stream.
|
StreamDescriptionSummary.Builder |
StreamDescriptionSummary.Builder.enhancedMonitoring(EnhancedMetrics... enhancedMonitoring)
Represents the current enhanced monitoring settings of the stream.
|
Modifier and Type | Method and Description |
---|---|
StreamDescription.Builder |
StreamDescription.Builder.enhancedMonitoring(Collection<EnhancedMetrics> enhancedMonitoring)
Represents the current enhanced monitoring settings of the stream.
|
StreamDescriptionSummary.Builder |
StreamDescriptionSummary.Builder.enhancedMonitoring(Collection<EnhancedMetrics> enhancedMonitoring)
Represents the current enhanced monitoring settings of the stream.
|
Copyright © 2019. All rights reserved.