Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetLogObjectRequest.Builder
Packages that use GetLogObjectRequest.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 GetLogObjectRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type GetLogObjectRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<Void>CloudWatchLogsAsyncClient.getLogObject(Consumer<GetLogObjectRequest.Builder> getLogObjectRequest, GetLogObjectResponseHandler asyncResponseHandler) Retrieves a large logging object (LLO) and streams it back. -
Uses of GetLogObjectRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return GetLogObjectRequest.BuilderModifier and TypeMethodDescriptionstatic GetLogObjectRequest.BuilderGetLogObjectRequest.builder()GetLogObjectRequest.Builder.logObjectPointer(String logObjectPointer) A pointer to the specific log object to retrieve.GetLogObjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetLogObjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetLogObjectRequest.toBuilder()A boolean flag that indicates whether to unmask sensitive log data.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type GetLogObjectRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetLogObjectRequest.Builder>GetLogObjectRequest.serializableBuilderClass()