Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DeliveryDestination
Packages that use DeliveryDestination
Package
Description
-
Uses of DeliveryDestination in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeliveryDestinationModifier and TypeMethodDescriptionfinal DeliveryDestinationGetDeliveryDestinationResponse.deliveryDestination()A structure containing information about the delivery destination.final DeliveryDestinationPutDeliveryDestinationResponse.deliveryDestination()A structure containing information about the delivery destination that you just created or updated.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DeliveryDestinationModifier and TypeMethodDescriptionfinal List<DeliveryDestination>DescribeDeliveryDestinationsResponse.deliveryDestinations()An array of structures.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DeliveryDestinationModifier and TypeMethodDescriptionGetDeliveryDestinationResponse.Builder.deliveryDestination(DeliveryDestination deliveryDestination) A structure containing information about the delivery destination.PutDeliveryDestinationResponse.Builder.deliveryDestination(DeliveryDestination deliveryDestination) A structure containing information about the delivery destination that you just created or updated.DescribeDeliveryDestinationsResponse.Builder.deliveryDestinations(DeliveryDestination... deliveryDestinations) An array of structures.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type DeliveryDestinationModifier and TypeMethodDescriptionDescribeDeliveryDestinationsResponse.Builder.deliveryDestinations(Collection<DeliveryDestination> deliveryDestinations) An array of structures. -
Uses of DeliveryDestination in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type DeliveryDestinationModifier and TypeMethodDescriptionfinal SdkIterable<DeliveryDestination>DescribeDeliveryDestinationsIterable.deliveryDestinations()Returns an iterable to iterate through the paginatedDescribeDeliveryDestinationsResponse.deliveryDestinations()member.final SdkPublisher<DeliveryDestination>DescribeDeliveryDestinationsPublisher.deliveryDestinations()Returns a publisher that can be used to get a stream of data.