Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetLookupTableRequest.Builder
-
Packages that use GetLookupTableRequest.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 GetLookupTableRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type GetLookupTableRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static GetLookupTableRequest.BuilderGetLookupTableRequest. builder()GetLookupTableRequest.BuilderGetLookupTableRequest.Builder. lookupTableArn(String lookupTableArn)The ARN of the lookup table to retrieve.GetLookupTableRequest.BuilderGetLookupTableRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLookupTableRequest.BuilderGetLookupTableRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLookupTableRequest.BuilderGetLookupTableRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type GetLookupTableRequest.Builder Modifier and Type Method Description static Class<? extends GetLookupTableRequest.Builder>GetLookupTableRequest. serializableBuilderClass()
-