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 Prometheussoftware.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)Update logging configuration.default UpdateLoggingConfigurationResponseAmpClient. updateLoggingConfiguration(Consumer<UpdateLoggingConfigurationRequest.Builder> updateLoggingConfigurationRequest)Update 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)Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.UpdateLoggingConfigurationRequest.BuilderUpdateLoggingConfigurationRequest.Builder. logGroupArn(String logGroupArn)The ARN of the CW 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 vend logs to.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()
-