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