Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutDeliverySourceRequest.Builder
-
Packages that use PutDeliverySourceRequest.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 PutDeliverySourceRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutDeliverySourceRequest.Builder Modifier and Type Method Description default CompletableFuture<PutDeliverySourceResponse>CloudWatchLogsAsyncClient. putDeliverySource(Consumer<PutDeliverySourceRequest.Builder> putDeliverySourceRequest)Creates or updates a logical delivery source.default PutDeliverySourceResponseCloudWatchLogsClient. putDeliverySource(Consumer<PutDeliverySourceRequest.Builder> putDeliverySourceRequest)Creates or updates a logical delivery source. -
Uses of PutDeliverySourceRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutDeliverySourceRequest.Builder Modifier and Type Method Description static PutDeliverySourceRequest.BuilderPutDeliverySourceRequest. builder()PutDeliverySourceRequest.BuilderPutDeliverySourceRequest.Builder. logType(String logType)Defines the type of log that the source is sending.PutDeliverySourceRequest.BuilderPutDeliverySourceRequest.Builder. name(String name)A name for this delivery source.PutDeliverySourceRequest.BuilderPutDeliverySourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutDeliverySourceRequest.BuilderPutDeliverySourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutDeliverySourceRequest.BuilderPutDeliverySourceRequest.Builder. resourceArn(String resourceArn)The ARN of the Amazon Web Services resource that is generating and sending logs.PutDeliverySourceRequest.BuilderPutDeliverySourceRequest.Builder. tags(Map<String,String> tags)An optional list of key-value pairs to associate with the resource.PutDeliverySourceRequest.BuilderPutDeliverySourceRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutDeliverySourceRequest.Builder Modifier and Type Method Description static Class<? extends PutDeliverySourceRequest.Builder>PutDeliverySourceRequest. serializableBuilderClass()
-