Uses of Class
software.amazon.awssdk.services.iotwireless.model.FuotaTaskLogOption
-
Packages that use FuotaTaskLogOption Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of FuotaTaskLogOption in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type FuotaTaskLogOption Modifier and Type Method Description List<FuotaTaskLogOption>GetLogLevelsByResourceTypesResponse. fuotaTaskLogOptions()Returns the value of the FuotaTaskLogOptions property for this object.List<FuotaTaskLogOption>UpdateLogLevelsByResourceTypesRequest. fuotaTaskLogOptions()Returns the value of the FuotaTaskLogOptions property for this object.Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type FuotaTaskLogOption Modifier and Type Method Description GetLogLevelsByResourceTypesResponse.BuilderGetLogLevelsByResourceTypesResponse.Builder. fuotaTaskLogOptions(FuotaTaskLogOption... fuotaTaskLogOptions)Sets the value of the FuotaTaskLogOptions property for this object.UpdateLogLevelsByResourceTypesRequest.BuilderUpdateLogLevelsByResourceTypesRequest.Builder. fuotaTaskLogOptions(FuotaTaskLogOption... fuotaTaskLogOptions)Sets the value of the FuotaTaskLogOptions property for this object.Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type FuotaTaskLogOption Modifier and Type Method Description GetLogLevelsByResourceTypesResponse.BuilderGetLogLevelsByResourceTypesResponse.Builder. fuotaTaskLogOptions(Collection<FuotaTaskLogOption> fuotaTaskLogOptions)Sets the value of the FuotaTaskLogOptions property for this object.UpdateLogLevelsByResourceTypesRequest.BuilderUpdateLogLevelsByResourceTypesRequest.Builder. fuotaTaskLogOptions(Collection<FuotaTaskLogOption> fuotaTaskLogOptions)Sets the value of the FuotaTaskLogOptions property for this object.
-