Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DestinationConfiguration
-
Packages that use DestinationConfiguration Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of DestinationConfiguration in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DestinationConfiguration Modifier and Type Method Description DestinationConfigurationCreateScheduledQueryRequest. destinationConfiguration()Configuration for where to deliver query results.DestinationConfigurationGetScheduledQueryResponse. destinationConfiguration()Configuration for where query results are delivered.DestinationConfigurationScheduledQuerySummary. destinationConfiguration()Configuration for where query results are delivered.DestinationConfigurationUpdateScheduledQueryRequest. destinationConfiguration()The updated configuration for where to deliver query results.DestinationConfigurationUpdateScheduledQueryResponse. destinationConfiguration()The destination configuration of the updated scheduled query.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DestinationConfiguration Modifier and Type Method Description CreateScheduledQueryRequest.BuilderCreateScheduledQueryRequest.Builder. destinationConfiguration(DestinationConfiguration destinationConfiguration)Configuration for where to deliver query results.GetScheduledQueryResponse.BuilderGetScheduledQueryResponse.Builder. destinationConfiguration(DestinationConfiguration destinationConfiguration)Configuration for where query results are delivered.ScheduledQuerySummary.BuilderScheduledQuerySummary.Builder. destinationConfiguration(DestinationConfiguration destinationConfiguration)Configuration for where query results are delivered.UpdateScheduledQueryRequest.BuilderUpdateScheduledQueryRequest.Builder. destinationConfiguration(DestinationConfiguration destinationConfiguration)The updated configuration for where to deliver query results.UpdateScheduledQueryResponse.BuilderUpdateScheduledQueryResponse.Builder. destinationConfiguration(DestinationConfiguration destinationConfiguration)The destination configuration of the updated scheduled query.
-