Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ListSyslogConfigurationsRequest.Builder
Packages that use ListSyslogConfigurationsRequest.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 ListSyslogConfigurationsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type ListSyslogConfigurationsRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.listSyslogConfigurations(Consumer<ListSyslogConfigurationsRequest.Builder> listSyslogConfigurationsRequest) Returns a list of syslog configurations.default ListSyslogConfigurationsResponseCloudWatchLogsClient.listSyslogConfigurations(Consumer<ListSyslogConfigurationsRequest.Builder> listSyslogConfigurationsRequest) Returns a list of syslog configurations. -
Uses of ListSyslogConfigurationsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ListSyslogConfigurationsRequest.BuilderModifier and TypeMethodDescriptionListSyslogConfigurationsRequest.builder()ListSyslogConfigurationsRequest.Builder.logGroupIdentifier(String logGroupIdentifier) The name or ARN of the log group to filter syslog configurations for.ListSyslogConfigurationsRequest.Builder.maxResults(Integer maxResults) The maximum number of syslog configurations to return in the response.The token for the next set of items to return.ListSyslogConfigurationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListSyslogConfigurationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListSyslogConfigurationsRequest.toBuilder()ListSyslogConfigurationsRequest.Builder.vpcEndpointId(String vpcEndpointId) The ID of the VPC endpoint to filter syslog configurations for.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ListSyslogConfigurationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListSyslogConfigurationsRequest.Builder>ListSyslogConfigurationsRequest.serializableBuilderClass()