Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetLookupTableRequest.Builder
Packages that use GetLookupTableRequest.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 GetLookupTableRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type GetLookupTableRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetLookupTableResponse>CloudWatchLogsAsyncClient.getLookupTable(Consumer<GetLookupTableRequest.Builder> getLookupTableRequest) Retrieves the full content of a lookup table, including the CSV data.default GetLookupTableResponseCloudWatchLogsClient.getLookupTable(Consumer<GetLookupTableRequest.Builder> getLookupTableRequest) Retrieves the full content of a lookup table, including the CSV data. -
Uses of GetLookupTableRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return GetLookupTableRequest.BuilderModifier and TypeMethodDescriptionGetLookupTableRequest.builder()GetLookupTableRequest.Builder.lookupTableArn(String lookupTableArn) The ARN of the lookup table to retrieve.GetLookupTableRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetLookupTableRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetLookupTableRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type GetLookupTableRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetLookupTableRequest.Builder>GetLookupTableRequest.serializableBuilderClass()