Uses of Interface
software.amazon.awssdk.services.kinesis.model.EnableEnhancedMonitoringResponse.Builder
Packages that use EnableEnhancedMonitoringResponse.Builder
-
Uses of EnableEnhancedMonitoringResponse.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return EnableEnhancedMonitoringResponse.BuilderModifier and TypeMethodDescriptionEnableEnhancedMonitoringResponse.builder()EnableEnhancedMonitoringResponse.Builder.currentShardLevelMetrics(Collection<MetricsName> currentShardLevelMetrics) Represents the current state of the metrics that are in the enhanced state before the operation.EnableEnhancedMonitoringResponse.Builder.currentShardLevelMetrics(MetricsName... currentShardLevelMetrics) Represents the current state of the metrics that are in the enhanced state before the operation.EnableEnhancedMonitoringResponse.Builder.currentShardLevelMetricsWithStrings(String... currentShardLevelMetrics) Represents the current state of the metrics that are in the enhanced state before the operation.EnableEnhancedMonitoringResponse.Builder.currentShardLevelMetricsWithStrings(Collection<String> currentShardLevelMetrics) Represents the current state of the metrics that are in the enhanced state before the operation.EnableEnhancedMonitoringResponse.Builder.desiredShardLevelMetrics(Collection<MetricsName> desiredShardLevelMetrics) Represents the list of all the metrics that would be in the enhanced state after the operation.EnableEnhancedMonitoringResponse.Builder.desiredShardLevelMetrics(MetricsName... desiredShardLevelMetrics) Represents the list of all the metrics that would be in the enhanced state after the operation.EnableEnhancedMonitoringResponse.Builder.desiredShardLevelMetricsWithStrings(String... desiredShardLevelMetrics) Represents the list of all the metrics that would be in the enhanced state after the operation.EnableEnhancedMonitoringResponse.Builder.desiredShardLevelMetricsWithStrings(Collection<String> desiredShardLevelMetrics) Represents the list of all the metrics that would be in the enhanced state after the operation.The ARN of the stream.EnableEnhancedMonitoringResponse.Builder.streamName(String streamName) The name of the Kinesis data stream.EnableEnhancedMonitoringResponse.toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type EnableEnhancedMonitoringResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EnableEnhancedMonitoringResponse.Builder>EnableEnhancedMonitoringResponse.serializableBuilderClass()