Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ListSourcesForS3TableIntegrationRequest.Builder
-
Packages that use ListSourcesForS3TableIntegrationRequest.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and other sources.software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of ListSourcesForS3TableIntegrationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type ListSourcesForS3TableIntegrationRequest.Builder Modifier and Type Method Description default CompletableFuture<ListSourcesForS3TableIntegrationResponse>CloudWatchLogsAsyncClient. 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.default ListSourcesForS3TableIntegrationResponseCloudWatchLogsClient. 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.default ListSourcesForS3TableIntegrationPublisherCloudWatchLogsAsyncClient. listSourcesForS3TableIntegrationPaginator(Consumer<ListSourcesForS3TableIntegrationRequest.Builder> listSourcesForS3TableIntegrationRequest)default ListSourcesForS3TableIntegrationIterableCloudWatchLogsClient. 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.Builder Modifier and Type Method Description static ListSourcesForS3TableIntegrationRequest.BuilderListSourcesForS3TableIntegrationRequest. builder()ListSourcesForS3TableIntegrationRequest.BuilderListSourcesForS3TableIntegrationRequest.Builder. integrationArn(String integrationArn)The Amazon Resource Name (ARN) of the S3 Table Integration to list associations for.ListSourcesForS3TableIntegrationRequest.BuilderListSourcesForS3TableIntegrationRequest.Builder. maxResults(Integer maxResults)The maximum number of associations to return in a single call.ListSourcesForS3TableIntegrationRequest.BuilderListSourcesForS3TableIntegrationRequest.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListSourcesForS3TableIntegrationRequest.BuilderListSourcesForS3TableIntegrationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSourcesForS3TableIntegrationRequest.BuilderListSourcesForS3TableIntegrationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSourcesForS3TableIntegrationRequest.BuilderListSourcesForS3TableIntegrationRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ListSourcesForS3TableIntegrationRequest.Builder Modifier and Type Method Description static Class<? extends ListSourcesForS3TableIntegrationRequest.Builder>ListSourcesForS3TableIntegrationRequest. serializableBuilderClass()
-