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 PutDeliveryDestinationResponse
CloudWatchLogsClient. 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.Builder
PutDeliveryDestinationRequest. builder()
default PutDeliveryDestinationRequest.Builder
PutDeliveryDestinationRequest.Builder. deliveryDestinationConfiguration(Consumer<DeliveryDestinationConfiguration.Builder> deliveryDestinationConfiguration)
A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.PutDeliveryDestinationRequest.Builder
PutDeliveryDestinationRequest.Builder. deliveryDestinationConfiguration(DeliveryDestinationConfiguration deliveryDestinationConfiguration)
A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.PutDeliveryDestinationRequest.Builder
PutDeliveryDestinationRequest.Builder. name(String name)
A name for this delivery destination.PutDeliveryDestinationRequest.Builder
PutDeliveryDestinationRequest.Builder. outputFormat(String outputFormat)
The format for the logs that this delivery destination will receive.PutDeliveryDestinationRequest.Builder
PutDeliveryDestinationRequest.Builder. outputFormat(OutputFormat outputFormat)
The format for the logs that this delivery destination will receive.PutDeliveryDestinationRequest.Builder
PutDeliveryDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
PutDeliveryDestinationRequest.Builder
PutDeliveryDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
PutDeliveryDestinationRequest.Builder
PutDeliveryDestinationRequest.Builder. tags(Map<String,String> tags)
An optional list of key-value pairs to associate with the resource.PutDeliveryDestinationRequest.Builder
PutDeliveryDestinationRequest. 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()
-