Uses of Interface
software.amazon.awssdk.services.amp.model.UpdateLoggingConfigurationRequest.Builder
-
Packages that use UpdateLoggingConfigurationRequest.Builder 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.model -
-
Uses of UpdateLoggingConfigurationRequest.Builder in software.amazon.awssdk.services.amp
Method parameters in software.amazon.awssdk.services.amp with type arguments of type UpdateLoggingConfigurationRequest.Builder 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 UpdateLoggingConfigurationResponseAmpClient. updateLoggingConfiguration(Consumer<UpdateLoggingConfigurationRequest.Builder> updateLoggingConfigurationRequest)Updates the log group ARN or the workspace ID of the current logging configuration. -
Uses of UpdateLoggingConfigurationRequest.Builder in software.amazon.awssdk.services.amp.model
Methods in software.amazon.awssdk.services.amp.model that return UpdateLoggingConfigurationRequest.Builder Modifier and Type Method Description static UpdateLoggingConfigurationRequest.BuilderUpdateLoggingConfigurationRequest. builder()UpdateLoggingConfigurationRequest.BuilderUpdateLoggingConfigurationRequest.Builder. clientToken(String clientToken)A unique identifier that you can provide to ensure the idempotency of the request.UpdateLoggingConfigurationRequest.BuilderUpdateLoggingConfigurationRequest.Builder. logGroupArn(String logGroupArn)The ARN of the CloudWatch log group to which the vended log data will be published.UpdateLoggingConfigurationRequest.BuilderUpdateLoggingConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLoggingConfigurationRequest.BuilderUpdateLoggingConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateLoggingConfigurationRequest.BuilderUpdateLoggingConfigurationRequest. toBuilder()UpdateLoggingConfigurationRequest.BuilderUpdateLoggingConfigurationRequest.Builder. workspaceId(String workspaceId)The ID of the workspace to update the logging configuration for.Methods in software.amazon.awssdk.services.amp.model that return types with arguments of type UpdateLoggingConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateLoggingConfigurationRequest.Builder>UpdateLoggingConfigurationRequest. serializableBuilderClass()
-