Uses of Class
software.amazon.awssdk.services.amp.model.CreateLoggingConfigurationResponse
-
Packages that use CreateLoggingConfigurationResponse 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 CreateLoggingConfigurationResponse in software.amazon.awssdk.services.amp
Methods in software.amazon.awssdk.services.amp that return CreateLoggingConfigurationResponse Modifier and Type Method Description default CreateLoggingConfigurationResponseAmpClient. createLoggingConfiguration(Consumer<CreateLoggingConfigurationRequest.Builder> createLoggingConfigurationRequest)TheCreateLoggingConfigurationoperation creates a logging configuration for the workspace.default CreateLoggingConfigurationResponseAmpClient. createLoggingConfiguration(CreateLoggingConfigurationRequest createLoggingConfigurationRequest)TheCreateLoggingConfigurationoperation creates a logging configuration for the workspace.Methods in software.amazon.awssdk.services.amp that return types with arguments of type CreateLoggingConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateLoggingConfigurationResponse>AmpAsyncClient. createLoggingConfiguration(Consumer<CreateLoggingConfigurationRequest.Builder> createLoggingConfigurationRequest)TheCreateLoggingConfigurationoperation creates a logging configuration for the workspace.default CompletableFuture<CreateLoggingConfigurationResponse>AmpAsyncClient. createLoggingConfiguration(CreateLoggingConfigurationRequest createLoggingConfigurationRequest)TheCreateLoggingConfigurationoperation creates a logging configuration for the workspace.
-