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 S3DeliveryConfigurationConfigurationTemplateDeliveryConfigValues. s3DeliveryConfiguration()The delivery parameters that are used when you create a delivery to a delivery destination that is an S3 Bucket.S3DeliveryConfigurationCreateDeliveryRequest. s3DeliveryConfiguration()This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.S3DeliveryConfigurationDelivery. s3DeliveryConfiguration()This structure contains delivery configurations that apply only when the delivery destination resource is an S3 bucket.S3DeliveryConfigurationUpdateDeliveryConfigurationRequest. 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.BuilderConfigurationTemplateDeliveryConfigValues.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.BuilderCreateDeliveryRequest.Builder. s3DeliveryConfiguration(S3DeliveryConfiguration s3DeliveryConfiguration)This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.Delivery.BuilderDelivery.Builder. s3DeliveryConfiguration(S3DeliveryConfiguration s3DeliveryConfiguration)This structure contains delivery configurations that apply only when the delivery destination resource is an S3 bucket.UpdateDeliveryConfigurationRequest.BuilderUpdateDeliveryConfigurationRequest.Builder. s3DeliveryConfiguration(S3DeliveryConfiguration s3DeliveryConfiguration)This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.
-