Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ListSourcesForS3TableIntegrationRequest.Builder
Packages that use ListSourcesForS3TableIntegrationRequest.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 ListSourcesForS3TableIntegrationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type ListSourcesForS3TableIntegrationRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.listSourcesForS3TableIntegration(Consumer<ListSourcesForS3TableIntegrationRequest.Builder> listSourcesForS3TableIntegrationRequest) Returns a list of data source associations for a specified S3 Table Integration, showing which data sources are currently associated for query access.CloudWatchLogsClient.listSourcesForS3TableIntegration(Consumer<ListSourcesForS3TableIntegrationRequest.Builder> listSourcesForS3TableIntegrationRequest) Returns a list of data source associations for a specified S3 Table Integration, showing which data sources are currently associated for query access.CloudWatchLogsAsyncClient.listSourcesForS3TableIntegrationPaginator(Consumer<ListSourcesForS3TableIntegrationRequest.Builder> listSourcesForS3TableIntegrationRequest) CloudWatchLogsClient.listSourcesForS3TableIntegrationPaginator(Consumer<ListSourcesForS3TableIntegrationRequest.Builder> listSourcesForS3TableIntegrationRequest) -
Uses of ListSourcesForS3TableIntegrationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ListSourcesForS3TableIntegrationRequest.BuilderModifier and TypeMethodDescriptionListSourcesForS3TableIntegrationRequest.builder()ListSourcesForS3TableIntegrationRequest.Builder.integrationArn(String integrationArn) The Amazon Resource Name (ARN) of the S3 Table Integration to list associations for.ListSourcesForS3TableIntegrationRequest.Builder.maxResults(Integer maxResults) The maximum number of associations to return in a single call.Sets the value of the NextToken property for this object.ListSourcesForS3TableIntegrationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListSourcesForS3TableIntegrationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListSourcesForS3TableIntegrationRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ListSourcesForS3TableIntegrationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListSourcesForS3TableIntegrationRequest.Builder>ListSourcesForS3TableIntegrationRequest.serializableBuilderClass()