| Package | Description |
|---|---|
| com.amazonaws.services.prometheus |
Amazon Managed Service for Prometheus is a serverless, Prometheus-compatible monitoring service for container metrics
that makes it easier to securely monitor container environments at scale.
|
| com.amazonaws.services.prometheus.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLoggingConfigurationResult> |
AbstractAmazonPrometheusAsync.updateLoggingConfigurationAsync(UpdateLoggingConfigurationRequest request,
AsyncHandler<UpdateLoggingConfigurationRequest,UpdateLoggingConfigurationResult> asyncHandler) |
Future<UpdateLoggingConfigurationResult> |
AmazonPrometheusAsync.updateLoggingConfigurationAsync(UpdateLoggingConfigurationRequest updateLoggingConfigurationRequest,
AsyncHandler<UpdateLoggingConfigurationRequest,UpdateLoggingConfigurationResult> asyncHandler)
Updates the log group ARN or the workspace ID of the current logging configuration.
|
Future<UpdateLoggingConfigurationResult> |
AmazonPrometheusAsyncClient.updateLoggingConfigurationAsync(UpdateLoggingConfigurationRequest request,
AsyncHandler<UpdateLoggingConfigurationRequest,UpdateLoggingConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateLoggingConfigurationRequest |
UpdateLoggingConfigurationRequest.clone() |
UpdateLoggingConfigurationRequest |
UpdateLoggingConfigurationRequest.withClientToken(String clientToken)
A unique identifier that you can provide to ensure the idempotency of the request.
|
UpdateLoggingConfigurationRequest |
UpdateLoggingConfigurationRequest.withLogGroupArn(String logGroupArn)
The ARN of the CloudWatch log group to which the vended log data will be published.
|
UpdateLoggingConfigurationRequest |
UpdateLoggingConfigurationRequest.withWorkspaceId(String workspaceId)
The ID of the workspace to update the logging configuration for.
|
Copyright © 2024. All rights reserved.