Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DeliveryDestination
-
Packages that use DeliveryDestination Package Description software.amazon.awssdk.services.cloudwatchlogs.model software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
Uses of DeliveryDestination in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeliveryDestination Modifier and Type Method Description DeliveryDestinationGetDeliveryDestinationResponse. deliveryDestination()A structure containing information about the delivery destination.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 DeliveryDestination Modifier and Type Method Description List<DeliveryDestination>DescribeDeliveryDestinationsResponse. deliveryDestinations()An array of structures.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DeliveryDestination Modifier and Type Method Description GetDeliveryDestinationResponse.BuilderGetDeliveryDestinationResponse.Builder. deliveryDestination(DeliveryDestination deliveryDestination)A structure containing information about the delivery destination.PutDeliveryDestinationResponse.BuilderPutDeliveryDestinationResponse.Builder. deliveryDestination(DeliveryDestination deliveryDestination)A structure containing information about the delivery destination that you just created or updated.DescribeDeliveryDestinationsResponse.BuilderDescribeDeliveryDestinationsResponse.Builder. deliveryDestinations(DeliveryDestination... deliveryDestinations)An array of structures.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type DeliveryDestination Modifier and Type Method Description DescribeDeliveryDestinationsResponse.BuilderDescribeDeliveryDestinationsResponse.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 DeliveryDestination Modifier and Type Method Description SdkIterable<DeliveryDestination>DescribeDeliveryDestinationsIterable. deliveryDestinations()Returns an iterable to iterate through the paginatedDescribeDeliveryDestinationsResponse.deliveryDestinations()member.SdkPublisher<DeliveryDestination>DescribeDeliveryDestinationsPublisher. deliveryDestinations()Returns a publisher that can be used to get a stream of data.
-