Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.Delivery
-
Packages that use Delivery Package Description software.amazon.awssdk.services.cloudwatchlogs.model software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
Uses of Delivery in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return Delivery Modifier and Type Method Description DeliveryCreateDeliveryResponse. delivery()A structure that contains information about the delivery that you just created.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 Delivery Modifier and Type Method Description List<Delivery>DescribeDeliveriesResponse. deliveries()An array of structures.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type Delivery Modifier and Type Method Description DescribeDeliveriesResponse.BuilderDescribeDeliveriesResponse.Builder. deliveries(Delivery... deliveries)An array of structures.CreateDeliveryResponse.BuilderCreateDeliveryResponse.Builder. delivery(Delivery delivery)A structure that contains information about the delivery that you just created.GetDeliveryResponse.BuilderGetDeliveryResponse.Builder. delivery(Delivery delivery)A structure that contains information about the delivery.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type Delivery Modifier and Type Method Description DescribeDeliveriesResponse.BuilderDescribeDeliveriesResponse.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 Delivery Modifier and Type Method Description SdkIterable<Delivery>DescribeDeliveriesIterable. deliveries()Returns an iterable to iterate through the paginatedDescribeDeliveriesResponse.deliveries()member.SdkPublisher<Delivery>DescribeDeliveriesPublisher. deliveries()Returns a publisher that can be used to get a stream of data.
-