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 -
-
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)Update logging configuration.default UpdateLoggingConfigurationResponseAmpClient. updateLoggingConfiguration(UpdateLoggingConfigurationRequest updateLoggingConfigurationRequest)Update 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)Update logging configuration.default CompletableFuture<UpdateLoggingConfigurationResponse>AmpAsyncClient. updateLoggingConfiguration(UpdateLoggingConfigurationRequest updateLoggingConfigurationRequest)Update logging configuration.
-