Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutSyslogConfigurationRequest.Builder
Packages that use PutSyslogConfigurationRequest.Builder
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of PutSyslogConfigurationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutSyslogConfigurationRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.putSyslogConfiguration(Consumer<PutSyslogConfigurationRequest.Builder> putSyslogConfigurationRequest) Creates or updates a syslog configuration for a log group.default PutSyslogConfigurationResponseCloudWatchLogsClient.putSyslogConfiguration(Consumer<PutSyslogConfigurationRequest.Builder> putSyslogConfigurationRequest) Creates or updates a syslog configuration for a log group. -
Uses of PutSyslogConfigurationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutSyslogConfigurationRequest.BuilderModifier and TypeMethodDescriptionPutSyslogConfigurationRequest.builder()PutSyslogConfigurationRequest.Builder.logGroupIdentifier(String logGroupIdentifier) The name or ARN of the log group to associate with the syslog configuration.PutSyslogConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutSyslogConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutSyslogConfigurationRequest.toBuilder()PutSyslogConfigurationRequest.Builder.vpcEndpointId(String vpcEndpointId) The ID of the VPC endpoint to use for syslog ingestion.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutSyslogConfigurationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutSyslogConfigurationRequest.Builder>PutSyslogConfigurationRequest.serializableBuilderClass()