Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.CloudWatchLoggingOptionUpdate
-
Packages that use CloudWatchLoggingOptionUpdate Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of CloudWatchLoggingOptionUpdate in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type CloudWatchLoggingOptionUpdate Modifier and Type Method Description List<CloudWatchLoggingOptionUpdate>UpdateApplicationRequest. cloudWatchLoggingOptionUpdates()Describes application Amazon CloudWatch logging option updates.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type CloudWatchLoggingOptionUpdate Modifier and Type Method Description UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. cloudWatchLoggingOptionUpdates(CloudWatchLoggingOptionUpdate... cloudWatchLoggingOptionUpdates)Describes application Amazon CloudWatch logging option updates.Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type CloudWatchLoggingOptionUpdate Modifier and Type Method Description UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. cloudWatchLoggingOptionUpdates(Collection<CloudWatchLoggingOptionUpdate> cloudWatchLoggingOptionUpdates)Describes application Amazon CloudWatch logging option updates.
-