Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DeleteSyslogConfigurationRequest.Builder
Packages that use DeleteSyslogConfigurationRequest.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 DeleteSyslogConfigurationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type DeleteSyslogConfigurationRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.deleteSyslogConfiguration(Consumer<DeleteSyslogConfigurationRequest.Builder> deleteSyslogConfigurationRequest) Deletes a syslog configuration for a log group.CloudWatchLogsClient.deleteSyslogConfiguration(Consumer<DeleteSyslogConfigurationRequest.Builder> deleteSyslogConfigurationRequest) Deletes a syslog configuration for a log group. -
Uses of DeleteSyslogConfigurationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeleteSyslogConfigurationRequest.BuilderModifier and TypeMethodDescriptionDeleteSyslogConfigurationRequest.builder()DeleteSyslogConfigurationRequest.Builder.logGroupIdentifier(String logGroupIdentifier) The name or ARN of the log group to remove the syslog configuration from.DeleteSyslogConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteSyslogConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteSyslogConfigurationRequest.toBuilder()DeleteSyslogConfigurationRequest.Builder.vpcEndpointId(String vpcEndpointId) The ID of the VPC endpoint associated with the syslog configuration to delete.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DeleteSyslogConfigurationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteSyslogConfigurationRequest.Builder>DeleteSyslogConfigurationRequest.serializableBuilderClass()