Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetLogObjectRequest.Builder
-
Packages that use GetLogObjectRequest.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 GetLogObjectRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type GetLogObjectRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static GetLogObjectRequest.BuilderGetLogObjectRequest. builder()GetLogObjectRequest.BuilderGetLogObjectRequest.Builder. logObjectPointer(String logObjectPointer)A pointer to the specific log object to retrieve.GetLogObjectRequest.BuilderGetLogObjectRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLogObjectRequest.BuilderGetLogObjectRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLogObjectRequest.BuilderGetLogObjectRequest. toBuilder()GetLogObjectRequest.BuilderGetLogObjectRequest.Builder. unmask(Boolean unmask)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.Builder Modifier and Type Method Description static Class<? extends GetLogObjectRequest.Builder>GetLogObjectRequest. serializableBuilderClass()
-