Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.CloudWatchLogDeliveryOptions
-
Packages that use CloudWatchLogDeliveryOptions Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of CloudWatchLogDeliveryOptions in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return CloudWatchLogDeliveryOptions Modifier and Type Method Description CloudWatchLogDeliveryOptionsGetLoggingOptionsResponse. cloudWatchLogDelivery()Returns information about log delivery to Amazon CloudWatch Logs.CloudWatchLogDeliveryOptionsPutLoggingOptionsRequest. cloudWatchLogDelivery()Creates or updates the log delivery option to Amazon CloudWatch Logs.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type CloudWatchLogDeliveryOptions Modifier and Type Method Description GetLoggingOptionsResponse.BuilderGetLoggingOptionsResponse.Builder. cloudWatchLogDelivery(CloudWatchLogDeliveryOptions cloudWatchLogDelivery)Returns information about log delivery to Amazon CloudWatch Logs.PutLoggingOptionsRequest.BuilderPutLoggingOptionsRequest.Builder. cloudWatchLogDelivery(CloudWatchLogDeliveryOptions cloudWatchLogDelivery)Creates or updates the log delivery option to Amazon CloudWatch Logs.
-