Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.UpdateLookupTableRequest.Builder
Packages that use UpdateLookupTableRequest.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 UpdateLookupTableRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type UpdateLookupTableRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.updateLookupTable(Consumer<UpdateLookupTableRequest.Builder> updateLookupTableRequest) Updates an existing lookup table by replacing all of its CSV content.default UpdateLookupTableResponseCloudWatchLogsClient.updateLookupTable(Consumer<UpdateLookupTableRequest.Builder> updateLookupTableRequest) Updates an existing lookup table by replacing all of its CSV content. -
Uses of UpdateLookupTableRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return UpdateLookupTableRequest.BuilderModifier and TypeMethodDescriptionUpdateLookupTableRequest.builder()UpdateLookupTableRequest.Builder.description(String description) An updated description of the lookup table.The ARN of the KMS key to use to encrypt the lookup table data.UpdateLookupTableRequest.Builder.lookupTableArn(String lookupTableArn) The ARN of the lookup table to update.UpdateLookupTableRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateLookupTableRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The new CSV content to replace the existing data.UpdateLookupTableRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type UpdateLookupTableRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateLookupTableRequest.Builder>UpdateLookupTableRequest.serializableBuilderClass()