Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DeliverySource
-
Packages that use DeliverySource Package Description software.amazon.awssdk.services.cloudwatchlogs.model software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
Uses of DeliverySource in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeliverySource Modifier and Type Method Description DeliverySourceGetDeliverySourceResponse. deliverySource()A structure containing information about the delivery source.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 DeliverySource Modifier and Type Method Description List<DeliverySource>DescribeDeliverySourcesResponse. deliverySources()An array of structures.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DeliverySource Modifier and Type Method Description GetDeliverySourceResponse.BuilderGetDeliverySourceResponse.Builder. deliverySource(DeliverySource deliverySource)A structure containing information about the delivery source.PutDeliverySourceResponse.BuilderPutDeliverySourceResponse.Builder. deliverySource(DeliverySource deliverySource)A structure containing information about the delivery source that was just created or updated.DescribeDeliverySourcesResponse.BuilderDescribeDeliverySourcesResponse.Builder. deliverySources(DeliverySource... deliverySources)An array of structures.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type DeliverySource Modifier and Type Method Description DescribeDeliverySourcesResponse.BuilderDescribeDeliverySourcesResponse.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 DeliverySource Modifier and Type Method Description SdkIterable<DeliverySource>DescribeDeliverySourcesIterable. deliverySources()Returns an iterable to iterate through the paginatedDescribeDeliverySourcesResponse.deliverySources()member.SdkPublisher<DeliverySource>DescribeDeliverySourcesPublisher. deliverySources()Returns a publisher that can be used to get a stream of data.
-