Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DeliverySource
Packages that use DeliverySource
Package
Description
-
Uses of DeliverySource in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeliverySourceModifier and TypeMethodDescriptionfinal DeliverySourceGetDeliverySourceResponse.deliverySource()A structure containing information about the delivery source.final DeliverySourcePutDeliverySourceResponse.deliverySource()A structure containing information about the delivery source that was just created or updated.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DeliverySourceModifier and TypeMethodDescriptionfinal List<DeliverySource>DescribeDeliverySourcesResponse.deliverySources()An array of structures.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DeliverySourceModifier and TypeMethodDescriptionGetDeliverySourceResponse.Builder.deliverySource(DeliverySource deliverySource) A structure containing information about the delivery source.PutDeliverySourceResponse.Builder.deliverySource(DeliverySource deliverySource) A structure containing information about the delivery source that was just created or updated.DescribeDeliverySourcesResponse.Builder.deliverySources(DeliverySource... deliverySources) An array of structures.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type DeliverySourceModifier and TypeMethodDescriptionDescribeDeliverySourcesResponse.Builder.deliverySources(Collection<DeliverySource> deliverySources) An array of structures. -
Uses of DeliverySource in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type DeliverySourceModifier and TypeMethodDescriptionfinal SdkIterable<DeliverySource>DescribeDeliverySourcesIterable.deliverySources()Returns an iterable to iterate through the paginatedDescribeDeliverySourcesResponse.deliverySources()member.final SdkPublisher<DeliverySource>DescribeDeliverySourcesPublisher.deliverySources()Returns a publisher that can be used to get a stream of data.