Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetLogAnomalyDetectorRequest.Builder
-
Packages that use GetLogAnomalyDetectorRequest.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and other sources.software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of GetLogAnomalyDetectorRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type GetLogAnomalyDetectorRequest.Builder Modifier and Type Method Description default CompletableFuture<GetLogAnomalyDetectorResponse>CloudWatchLogsAsyncClient. getLogAnomalyDetector(Consumer<GetLogAnomalyDetectorRequest.Builder> getLogAnomalyDetectorRequest)Retrieves information about the log anomaly detector that you specify.default GetLogAnomalyDetectorResponseCloudWatchLogsClient. getLogAnomalyDetector(Consumer<GetLogAnomalyDetectorRequest.Builder> getLogAnomalyDetectorRequest)Retrieves information about the log anomaly detector that you specify. -
Uses of GetLogAnomalyDetectorRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return GetLogAnomalyDetectorRequest.Builder Modifier and Type Method Description GetLogAnomalyDetectorRequest.BuilderGetLogAnomalyDetectorRequest.Builder. anomalyDetectorArn(String anomalyDetectorArn)The ARN of the anomaly detector to retrieve information about.static GetLogAnomalyDetectorRequest.BuilderGetLogAnomalyDetectorRequest. builder()GetLogAnomalyDetectorRequest.BuilderGetLogAnomalyDetectorRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLogAnomalyDetectorRequest.BuilderGetLogAnomalyDetectorRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLogAnomalyDetectorRequest.BuilderGetLogAnomalyDetectorRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type GetLogAnomalyDetectorRequest.Builder Modifier and Type Method Description static Class<? extends GetLogAnomalyDetectorRequest.Builder>GetLogAnomalyDetectorRequest. serializableBuilderClass()
-