Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.CreateDeliveryRequest.Builder
-
Packages that use CreateDeliveryRequest.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 CreateDeliveryRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type CreateDeliveryRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateDeliveryResponse>CloudWatchLogsAsyncClient. createDelivery(Consumer<CreateDeliveryRequest.Builder> createDeliveryRequest)Creates a delivery.default CreateDeliveryResponseCloudWatchLogsClient. createDelivery(Consumer<CreateDeliveryRequest.Builder> createDeliveryRequest)Creates a delivery. -
Uses of CreateDeliveryRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return CreateDeliveryRequest.Builder Modifier and Type Method Description static CreateDeliveryRequest.BuilderCreateDeliveryRequest. builder()CreateDeliveryRequest.BuilderCreateDeliveryRequest.Builder. deliveryDestinationArn(String deliveryDestinationArn)The ARN of the delivery destination to use for this delivery.CreateDeliveryRequest.BuilderCreateDeliveryRequest.Builder. deliverySourceName(String deliverySourceName)The name of the delivery source to use for this delivery.CreateDeliveryRequest.BuilderCreateDeliveryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDeliveryRequest.BuilderCreateDeliveryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateDeliveryRequest.BuilderCreateDeliveryRequest.Builder. tags(Map<String,String> tags)An optional list of key-value pairs to associate with the resource.CreateDeliveryRequest.BuilderCreateDeliveryRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type CreateDeliveryRequest.Builder Modifier and Type Method Description static Class<? extends CreateDeliveryRequest.Builder>CreateDeliveryRequest. serializableBuilderClass()
-