Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DestinationConfiguration
Packages that use DestinationConfiguration
-
Uses of DestinationConfiguration in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DestinationConfigurationModifier and TypeMethodDescriptionfinal DestinationConfigurationCreateScheduledQueryRequest.destinationConfiguration()Configuration for where to deliver query results.final DestinationConfigurationGetScheduledQueryResponse.destinationConfiguration()Configuration for where query results are delivered.final DestinationConfigurationScheduledQuerySummary.destinationConfiguration()Configuration for where query results are delivered.final DestinationConfigurationUpdateScheduledQueryRequest.destinationConfiguration()The updated configuration for where to deliver query results.final DestinationConfigurationUpdateScheduledQueryResponse.destinationConfiguration()The destination configuration of the updated scheduled query.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DestinationConfigurationModifier and TypeMethodDescriptionCreateScheduledQueryRequest.Builder.destinationConfiguration(DestinationConfiguration destinationConfiguration) Configuration for where to deliver query results.GetScheduledQueryResponse.Builder.destinationConfiguration(DestinationConfiguration destinationConfiguration) Configuration for where query results are delivered.ScheduledQuerySummary.Builder.destinationConfiguration(DestinationConfiguration destinationConfiguration) Configuration for where query results are delivered.UpdateScheduledQueryRequest.Builder.destinationConfiguration(DestinationConfiguration destinationConfiguration) The updated configuration for where to deliver query results.UpdateScheduledQueryResponse.Builder.destinationConfiguration(DestinationConfiguration destinationConfiguration) The destination configuration of the updated scheduled query.