| 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<CreateLoggingConfigurationResult> |
AbstractAmazonPrometheusAsync.createLoggingConfigurationAsync(CreateLoggingConfigurationRequest request,
AsyncHandler<CreateLoggingConfigurationRequest,CreateLoggingConfigurationResult> asyncHandler) |
Future<CreateLoggingConfigurationResult> |
AmazonPrometheusAsync.createLoggingConfigurationAsync(CreateLoggingConfigurationRequest createLoggingConfigurationRequest,
AsyncHandler<CreateLoggingConfigurationRequest,CreateLoggingConfigurationResult> asyncHandler)
The
CreateLoggingConfiguration operation creates a logging configuration for the workspace. |
Future<CreateLoggingConfigurationResult> |
AmazonPrometheusAsyncClient.createLoggingConfigurationAsync(CreateLoggingConfigurationRequest request,
AsyncHandler<CreateLoggingConfigurationRequest,CreateLoggingConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLoggingConfigurationRequest |
CreateLoggingConfigurationRequest.clone() |
CreateLoggingConfigurationRequest |
CreateLoggingConfigurationRequest.withClientToken(String clientToken)
A unique identifier that you can provide to ensure the idempotency of the request.
|
CreateLoggingConfigurationRequest |
CreateLoggingConfigurationRequest.withLogGroupArn(String logGroupArn)
The ARN of the CloudWatch log group to which the vended log data will be published.
|
CreateLoggingConfigurationRequest |
CreateLoggingConfigurationRequest.withWorkspaceId(String workspaceId)
The ID of the workspace to create the logging configuration for.
|
Copyright © 2024. All rights reserved.