Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.Delivery
Packages that use Delivery
Package
Description
-
Uses of Delivery in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeliveryModifier and TypeMethodDescriptionfinal DeliveryCreateDeliveryResponse.delivery()A structure that contains information about the delivery that you just created.final DeliveryGetDeliveryResponse.delivery()A structure that contains information about the delivery.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DeliveryModifier and TypeMethodDescriptionDescribeDeliveriesResponse.deliveries()An array of structures.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DeliveryModifier and TypeMethodDescriptionDescribeDeliveriesResponse.Builder.deliveries(Delivery... deliveries) An array of structures.A structure that contains information about the delivery that you just created.A structure that contains information about the delivery.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type DeliveryModifier and TypeMethodDescriptionDescribeDeliveriesResponse.Builder.deliveries(Collection<Delivery> deliveries) An array of structures. -
Uses of Delivery in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type DeliveryModifier and TypeMethodDescriptionfinal SdkIterable<Delivery>DescribeDeliveriesIterable.deliveries()Returns an iterable to iterate through the paginatedDescribeDeliveriesResponse.deliveries()member.final SdkPublisher<Delivery>DescribeDeliveriesPublisher.deliveries()Returns a publisher that can be used to get a stream of data.