Uses of Class
software.amazon.awssdk.services.amp.model.UpdateLoggingConfigurationRequest
-
Packages that use UpdateLoggingConfigurationRequest Package Description software.amazon.awssdk.services.amp 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.software.amazon.awssdk.services.amp.transform -
-
Uses of UpdateLoggingConfigurationRequest in software.amazon.awssdk.services.amp
Methods in software.amazon.awssdk.services.amp with parameters of type UpdateLoggingConfigurationRequest Modifier and Type Method Description default CompletableFuture<UpdateLoggingConfigurationResponse>AmpAsyncClient. updateLoggingConfiguration(UpdateLoggingConfigurationRequest updateLoggingConfigurationRequest)Updates the log group ARN or the workspace ID of the current logging configuration.default UpdateLoggingConfigurationResponseAmpClient. updateLoggingConfiguration(UpdateLoggingConfigurationRequest updateLoggingConfigurationRequest)Updates the log group ARN or the workspace ID of the current logging configuration. -
Uses of UpdateLoggingConfigurationRequest in software.amazon.awssdk.services.amp.transform
Methods in software.amazon.awssdk.services.amp.transform with parameters of type UpdateLoggingConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateLoggingConfigurationRequestMarshaller. marshall(UpdateLoggingConfigurationRequest updateLoggingConfigurationRequest)
-