Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.S3DeliveryConfiguration
-
Packages that use S3DeliveryConfiguration Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of S3DeliveryConfiguration in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return S3DeliveryConfiguration Modifier and Type Method Description S3DeliveryConfiguration
ConfigurationTemplateDeliveryConfigValues. s3DeliveryConfiguration()
The delivery parameters that are used when you create a delivery to a delivery destination that is an S3 Bucket.S3DeliveryConfiguration
CreateDeliveryRequest. s3DeliveryConfiguration()
This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.S3DeliveryConfiguration
Delivery. s3DeliveryConfiguration()
This structure contains delivery configurations that apply only when the delivery destination resource is an S3 bucket.S3DeliveryConfiguration
UpdateDeliveryConfigurationRequest. s3DeliveryConfiguration()
This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type S3DeliveryConfiguration Modifier and Type Method Description ConfigurationTemplateDeliveryConfigValues.Builder
ConfigurationTemplateDeliveryConfigValues.Builder. s3DeliveryConfiguration(S3DeliveryConfiguration s3DeliveryConfiguration)
The delivery parameters that are used when you create a delivery to a delivery destination that is an S3 Bucket.CreateDeliveryRequest.Builder
CreateDeliveryRequest.Builder. s3DeliveryConfiguration(S3DeliveryConfiguration s3DeliveryConfiguration)
This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.Delivery.Builder
Delivery.Builder. s3DeliveryConfiguration(S3DeliveryConfiguration s3DeliveryConfiguration)
This structure contains delivery configurations that apply only when the delivery destination resource is an S3 bucket.UpdateDeliveryConfigurationRequest.Builder
UpdateDeliveryConfigurationRequest.Builder. s3DeliveryConfiguration(S3DeliveryConfiguration s3DeliveryConfiguration)
This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.
-