Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutDeliveryDestinationRequest.Builder
-
Packages that use PutDeliveryDestinationRequest.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 PutDeliveryDestinationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutDeliveryDestinationRequest.Builder Modifier and Type Method Description default CompletableFuture<PutDeliveryDestinationResponse>CloudWatchLogsAsyncClient. putDeliveryDestination(Consumer<PutDeliveryDestinationRequest.Builder> putDeliveryDestinationRequest)Creates or updates a logical delivery destination.default PutDeliveryDestinationResponseCloudWatchLogsClient. putDeliveryDestination(Consumer<PutDeliveryDestinationRequest.Builder> putDeliveryDestinationRequest)Creates or updates a logical delivery destination. -
Uses of PutDeliveryDestinationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutDeliveryDestinationRequest.Builder Modifier and Type Method Description static PutDeliveryDestinationRequest.BuilderPutDeliveryDestinationRequest. builder()default PutDeliveryDestinationRequest.BuilderPutDeliveryDestinationRequest.Builder. deliveryDestinationConfiguration(Consumer<DeliveryDestinationConfiguration.Builder> deliveryDestinationConfiguration)A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.PutDeliveryDestinationRequest.BuilderPutDeliveryDestinationRequest.Builder. deliveryDestinationConfiguration(DeliveryDestinationConfiguration deliveryDestinationConfiguration)A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.PutDeliveryDestinationRequest.BuilderPutDeliveryDestinationRequest.Builder. name(String name)A name for this delivery destination.PutDeliveryDestinationRequest.BuilderPutDeliveryDestinationRequest.Builder. outputFormat(String outputFormat)The format for the logs that this delivery destination will receive.PutDeliveryDestinationRequest.BuilderPutDeliveryDestinationRequest.Builder. outputFormat(OutputFormat outputFormat)The format for the logs that this delivery destination will receive.PutDeliveryDestinationRequest.BuilderPutDeliveryDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutDeliveryDestinationRequest.BuilderPutDeliveryDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutDeliveryDestinationRequest.BuilderPutDeliveryDestinationRequest.Builder. tags(Map<String,String> tags)An optional list of key-value pairs to associate with the resource.PutDeliveryDestinationRequest.BuilderPutDeliveryDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutDeliveryDestinationRequest.Builder Modifier and Type Method Description static Class<? extends PutDeliveryDestinationRequest.Builder>PutDeliveryDestinationRequest. serializableBuilderClass()
-