Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.S3DeliveryConfiguration
Packages that use S3DeliveryConfiguration
-
Uses of S3DeliveryConfiguration in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return S3DeliveryConfigurationModifier and TypeMethodDescriptionfinal S3DeliveryConfigurationConfigurationTemplateDeliveryConfigValues.s3DeliveryConfiguration()The delivery parameters that are used when you create a delivery to a delivery destination that is an S3 Bucket.final S3DeliveryConfigurationCreateDeliveryRequest.s3DeliveryConfiguration()This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.final S3DeliveryConfigurationDelivery.s3DeliveryConfiguration()This structure contains delivery configurations that apply only when the delivery destination resource is an S3 bucket.final 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 S3DeliveryConfigurationModifier and TypeMethodDescriptionConfigurationTemplateDeliveryConfigValues.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.s3DeliveryConfiguration(S3DeliveryConfiguration s3DeliveryConfiguration) This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.Delivery.Builder.s3DeliveryConfiguration(S3DeliveryConfiguration s3DeliveryConfiguration) This structure contains delivery configurations that apply only when the delivery destination resource is an S3 bucket.UpdateDeliveryConfigurationRequest.Builder.s3DeliveryConfiguration(S3DeliveryConfiguration s3DeliveryConfiguration) This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.