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