Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetDeliveryRequest.Builder
-
Packages that use GetDeliveryRequest.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 GetDeliveryRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type GetDeliveryRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeliveryResponse>CloudWatchLogsAsyncClient. getDelivery(Consumer<GetDeliveryRequest.Builder> getDeliveryRequest)Returns complete information about one logical delivery.default GetDeliveryResponseCloudWatchLogsClient. getDelivery(Consumer<GetDeliveryRequest.Builder> getDeliveryRequest)Returns complete information about one logical delivery. -
Uses of GetDeliveryRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return GetDeliveryRequest.Builder Modifier and Type Method Description static GetDeliveryRequest.BuilderGetDeliveryRequest. builder()GetDeliveryRequest.BuilderGetDeliveryRequest.Builder. id(String id)The ID of the delivery that you want to retrieve.GetDeliveryRequest.BuilderGetDeliveryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeliveryRequest.BuilderGetDeliveryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeliveryRequest.BuilderGetDeliveryRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type GetDeliveryRequest.Builder Modifier and Type Method Description static Class<? extends GetDeliveryRequest.Builder>GetDeliveryRequest. serializableBuilderClass()
-